code
You are currently viewing articles with the code tag.

Python Decorators: A Comprehensive Guide
A detailed article about Python Decorators. I'll provide detailed explanations, historical context, best practices, bad implementations, and various code examples.

Rust Notes
This article summarizes what I learned from those resources in my own words. I mostly use examples from the resources given below.

Deploy to a Remote Server via GitHub Actions
Deploying code changes to a remote server via GitHub Actions.

NestJS Tutorial Part II: Dependency Injection, Providers, Services.
The second part of NestJS tutorial. The post covers providers, services, repositories as well as dependency injection concept.

NestJS Tutorial Part I: Basics, Modules, Controllers
The first part of the NestJS tutorial series includes the basics, modules, and controllers as well as decorators.

Introduction to WebRTC (Real-Time Communication)
An introductory tutorial to WebRTC Real-Time Communication

SolidJS Setup in AdonisJS
This blog post shows how to integrate SolidJS frontend library with AdonisJS backend framework.

Exploring SolidJS - Styling and Control Flow
In this article, I'll explore styling and control flow usage of SolidJS: string and object usage of style prop and Show component.

Exploring SolidJS - Reactive Primitives
SolidJS is a true reactive library that allows you to use JSX for your frontend projects.

Next JS Development within Nx Workspace
Nx framework tutorial. I will build a simple Next JS web app with Tailwind CSS styling with Nx framework (Nx workspace).

A Simple AdonisJS 5 and Tailwind Setup
A basic setup for AdonisJS 5 with TailwindCSS. In this tutorial post, I will create a simple starter application boilerplate for AdonisJS.

Django and Modern JS Libraries - React
Django and React is the second part of the tutorial series, Django and Modern JS Libraries.

Django and Modern JS Libraries - Svelte
Django and Svelte integration. This is the third post of Django and Modern JS Libraries. You will integrate Django and Svelte.

Django and Modern JS Libraries - Backend
Django and JS Libraries is a series of tutorials that will cover Django integrations with React and Svelte.