State Handling
Pattern
Typescript

Basic State Machine Pattern for dummies like me

Read the article

All articles

Type:
Mixed10
Article (8)Snippet (2)

Secure your server and services for dummies

In general, once you deploy a service on a remote server, there is often a stressful moment: the feeling you will get hacked. I will show you how to secure your server to reduce the chance of it falling into enemy hands.

Docker
System
Fundamentals

How does an iOS app build work?

If you love app development and want to learn how to build iOS apps, you are in the right place. Even if building an iOS app looks complex at first, it can be simplified with the right knowledge and good practices.

IOS
Build
Fundamentals

JavaScript, single-threaded or multi-threaded?

Have you ever wondered whether JavaScript is a single-threaded or multi-threaded programming language? Discover in this article how thread management works in JavaScript and how Web Workers can improve your web app performance.

Javascript
Fundamentals

Hashtag generator

Snippet of a function that generates hashtags

snippet
code
typescript

Dependency inversion and its implementation in React.js with TypeScript

I propose an implementation of the dependency injection design pattern. Note that this is only one implementation among many others! I would love your feedback via LinkedIn if you have constructive criticism 🥰

Typescript
Design-pattern
React.js

SSH configuration file for dummies

As a developer, I barely bothering configurate my SSH config file, but after working on multiple environnment using multiple terminals, I started getting lost. Tha why I will show how to configure your SSH config file. Which is very simple tbh.

Ssh
System
Fundamentals

GPT-3 chat bot

Snippet of a function that lets you chat with GPT-3 using your API key

snippet
openai
bot

Build your own Telegram bot using a soccer example

Today I want to talk about a topic that might interest the laziest football fans: building a Telegram bot to keep track of today’s matches.

Scraping
Python
Bot
Telegram

Polling vs interrupts in embedded systems

Are you new to embedded electronics? You discovered polling and interrupts but still do not understand the real difference. This article should help.

C
Embedded
Fundamentals

Set up an ERP on a VPS using Portainer and Nginx

Having your own ERP as an entrepreneur or business owner is crucial. It helps centralize all professional activities in one software and I will show you how to implement it simply.

Portainer
Docker
Erpnext
PreviousPage 3 of 4Next