Testing GitHub Actions Locally with act
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.
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.
Learn about Winston's powerful transport system for logging. Understand built-in transports and how to create custom transports for advanced logging.
Understanding how functions work in memory - the call stack and execution flow. Learn about function loading, execution, and stack behavior.
Learn how to enable italic fonts in your terminal and code editor. Includes settings for Windows Terminal, Gnome-Terminal, and VS Code.
Learn how to call REST APIs using Rust with the reqwest library. Includes examples of GET requests, adding headers, POST requests, and JSON deserialization.
Learn about Service-Oriented Architecture - a 3-tier system that segregates logic into Controller, Service, and Data Access layers for better maintainability and security.
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.
The easiest way to get MySQL running without local installation hassles. Use Docker to spin up a MySQL database in minutes with persistent storage.
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.