JavaScript: What is an Immediately Invoked Function Expression (IIFE)?

JavaScript: What is an Immediately Invoked Function Expression (IIFE)?

An Immediately Invoked Function Expression is made by wrapping a function expression in parentheses and then invoking it immediately

March 8, 2023 · 3 min
The Magic of Implicit and Explicit C# Conversion Operators: How to Handle It

The Magic of Implicit and Explicit C# Conversion Operators: How to Handle It

Is a conversion operator that automatically converts one type to another without the need for explicit casting.

March 6, 2023 · 2 min
Using SDKMan to Handle Many Software Development Versions

Using SDKMan to Handle Many Software Development Versions

It could be challenging to deal with Java Multiverse, Gradle, Groovy, Maven, and Java, OpenJDK, Oracle JDK, Amazon Corretto or Microsoft OpenJDK

February 27, 2023 · 3 min
Algoritmos de ordenação - O famoso Bubble Sort

Algoritmos de ordenação - O famoso Bubble Sort

Uma implementação clássica, marcante e simples de ordenação de vetores

February 19, 2023 · 2 min
O algoritmo de busca binária (Binary Search)

O algoritmo de busca binária (Binary Search)

A busca binária ou pesquisa binária é um algoritmo que possui o conceito "divisão e conquista", tendo como premissa um vetor ordenado.

February 13, 2023 · 2 min
Creating TypeScript React Components with Parcel Bundler

Creating TypeScript React Components with Parcel Bundler

When we think of React, the word Components comes to mind, this library changed the way we built web elements using JavaScript power

January 26, 2023 · 7 min
Top Reasons to Use Linux and Why Should You?

Top Reasons to Use Linux and Why Should You?

In the mid-1990s, we met Linux, an open source operating system. Linux was formed from Unix, Darwin from BSD Unix, and Android is built on Linux

January 19, 2023 · 8 min
How to reset a Git branch to a remote branch

How to reset a Git branch to a remote branch

Sometimes we meet testing changes on your local branch and need to reset to the remote branch. We can create a branch, use stash or reset.

December 14, 2022 · 1 min
Having a date with Kong, the most popular API gateway in the world

Having a date with Kong, the most popular API gateway in the world

Kong is built on NGINX and uses the Lua module to support your plugins; you could now use Python, Go, and Javascript in your custom plugins.

November 27, 2022 · 4 min
Strategies for Rotating Docker Logs

Strategies for Rotating Docker Logs

Docker has a logging drivers list, and the default driver is json-file with settings as max-size and max-files. However, logrotate can be used.

November 15, 2022 · 4 min