Personal Tech Blog.

A blog about technology, programming and many other interesting things. I write about my experiences, my projects and my opinions.

All Posts.

  1. Django Cheat-Sheet: From Scratch to Advanced Features

    This comprehensive guide covers everything from setting up a Django project and creating applications to managing static and dynamic views, configuring databases, performing complex queries, and creating APIs using Django REST Framework, providing a solid foundation for building robust web applications.

    Read more

  2. Comprehensive Guide to High-Performance Backend Frameworks and Languages

    This comprehensive guide compares high-performance backend frameworks like Node.js, Python FastAPI, Go, Rust, Java, C-Sharp, Elixir, and Haskell, detailing their performance metrics and use cases.

    Read more

  3. Unlocking the Power of Asynchronous Programming in Python: A Comprehensive Guide

    Unlock the power of asynchronous programming in Python by handling multiple tasks concurrently for efficiency and responsiveness, choosing the right concurrency model, and mastering key concepts like event loops and coroutines.

    Read more

  4. Mastering Python Schedules: Automate Your Tasks Like a Pro

    In the realm of automation, Python stands as an undisputed champion. With its powerful libraries and simplicity, Python empowers developers to automate tasks with ease.

    Read more

  5. Automating Docker Container Deployment with Ansible: Building an Nginx ARM64 Container

    In this guide we are going to learn how to deploy docker containers with Ansible.

    Read more

  6. Managing Docker and Oh-My-Zsh with Ansible: A Comprehensive Guide

    Comprehensive guide to using apt and docker with ansible playbooks.

    Read more

  7. How to use SSH config to create Ansible Inventory

    A quick reference guide on using existing SSH config file to create new Ansible Inventory.

    Read more