Back

Blog

Testing GitHub Actions Locally with act

Jan 11, 2025·5

Run your GitHub Actions on your machine without waiting for them to run on GitHub. A game-changer tool called 'act' lets you test workflows locally using Docker.

Winston Logger - Custom Transports

May 21, 2023·8

Learn about Winston's powerful transport system for logging. Understand built-in transports and how to create custom transports for advanced logging.

Functions in Memory (Stack)

Sep 19, 2022·3

Understanding how functions work in memory - the call stack and execution flow. Learn about function loading, execution, and stack behavior.

italic fonts in vscode

Sep 7, 2022·8

Learn how to enable italic fonts in your terminal and code editor. Includes settings for Windows Terminal, Gnome-Terminal, and VS Code.

REST with Rust

Sep 5, 2022·12

Learn how to call REST APIs using Rust with the reqwest library. Includes examples of GET requests, adding headers, POST requests, and JSON deserialization.

Service-Oriented Architecture (SOA)

Sep 1, 2022·11

Learn about Service-Oriented Architecture - a 3-tier system that segregates logic into Controller, Service, and Data Access layers for better maintainability and security.

what made me a developer?

Aug 18, 2022·10

Disclaimer: I'm directly writing it in the editor. Here are some things you can learn from my journey: Learn in public, start with structured platforms, don't hesitate to ask for help, and follow me on Twitter.

Setting Up MySQL with Docker

Jul 28, 2022·5

The easiest way to get MySQL running without local installation hassles. Use Docker to spin up a MySQL database in minutes with persistent storage.

The type-safe guide to tRPC

Jul 28, 2022

tRPC is a typescript library, so to say, that makes it easy to create type-safe APIs without schema or any sort of code generation.