Sat, Feb 6, 2021
While the internet may look like a complicated machine from the outside, its richness inside is powered by variations of the same few HTTP protocols.
Sat, Jan 30, 2021
One common saying is that "good code should read like a story". And just like a story, code can have different type of code structures for readers to make sense of what the code is doing.
Wed, Dec 23, 2020
When first starting out with object-oriented programming (OOP), it is easy to abuse its many language features; one such feature is inheritance.
Mon, Jun 22, 2020
High fan-in, low fan-out is a common technique that helps to consolidate dependencies and references, and encourages code re-use throughout large projects.
Sun, Mar 22, 2020
Rails ActiveRecord is powerful but it can feel limiting at times. With a bit of coercing, you can get it to play well with SQL. In this part I'll illustrate an example using PARTITION BY clauses.
Fri, Apr 19, 2019
Elixir has an interesting set of tools that make it a breeze for parsing text.
Fri, Apr 27, 2018
In this part, we will attempt to link up your application into the outside world so you can accress your todo list from a web browser interface.
Sun, Apr 22, 2018
This a continuation from the previous Part 1, where we learnt how to set up a basic Elixir project and also created a database link to lay the groundwork of data persisting application.
Thu, Apr 19, 2018
Building your first Web Application? This is the start of a 3 part series to get you started.