code

You are currently viewing articles with the code tag.

    python decorators

    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-lang notes

    Rust Notes

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

    code deploy to remote server

    Deploy to a Remote Server via GitHub Actions

    Deploying code changes to a remote server via GitHub Actions.

    nestjs tutorial

    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

    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

    Introduction to WebRTC (Real-Time Communication)

    An introductory tutorial to WebRTC Real-Time Communication

    solidjs and adonisjs

    SolidJS Setup in AdonisJS

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

    how to style solidjs

    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.

    solidjs

    Exploring SolidJS - Reactive Primitives

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

    nx framework

    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).

    adonisjs5 setup with tailwind

    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 react

    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

    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 backend for react

    Django and Modern JS Libraries - Backend

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