Technology, Politics, and Folk Literature

Getting Started with Qt 6.x

In this article, we are going to install Qt and create the sample Qt application on a GNU/Linux Debian system.

Redux

Redux is the state management library.

You Are Using Old Technology

viewpoint may be largely unrelated to its usefulness. Many if not most of the software we use is probably obsolete according to the latest design criteria. Most users could probably care less if the internals of the operating system they use is obsolete. They are rightly more interested in its performance and capabilities at the user level. - Ken Thompson, The Tanenbaum-Torvalds Debate

On Elixir Pt. 4

We are continuing our journey with composite data types, and in this article, we briefly touch on the next composite data type: Tuples.

On Elixir Pt. 3

Now, you know a few primitive data types such as Integer, Floating-point numbers, Boolean, and String. Let’s move on and talk about a few composite data types, starting with Lists.

On Elixir Pt. 2

Elixir is a dynamic programming language. Assign the value to a variable, and you’re good to go.

On Elixir Pt. 1

Elixir is a dynamic, functional programming language designed for building scalable and maintainable applications. It runs on the Erlang VM (BEAM), known for its low-latency, distributed, and fault-tolerant capabilities.

this in JavaScript

JavaScript object is a powerful data structure that contains both data and methods. Consider the following example.

Hono Tutorial Pt. 4

As the adjustment for the credentials are done in the previous article, we are now ready to create the CRUD end-points for the Contact resource. But, before that, I would like to cover a few methods that are needed in CRUD end-points such as fetching value(s) from dynamic params, reading request body, fetching value(s) from query string, and so on.

Styling in React

Although, there are many possible ways you can use styles in React application, following are the general categories to choose from.