PinnedPublished inBits and PiecesAsynchronous Programming with Promises and Async/Await in JavaScriptUnderstanding Promises: Foundations of Asynchronous ProgrammingNov 3, 20232Nov 3, 20232
PinnedTest Django app using Postgres + Redis with GitHub ActionsLooking to streamline your testing process for Django with Postgres and Redis? GitHub Actions can help automate the process.Jul 24, 2023Jul 24, 2023
PinnedPublished inBits and PiecesImplement Vue.js reactive system from scratchWould you like to implement a reactive system with your own hands? If you do, don’t miss this article!Jul 7, 2023Jul 7, 2023
Choosing Between Queues and Topics: Deciding the Right Communication Pattern for Your SystemMastering Messaging Patterns: Choose Between Queues for Sequential Processing and Topics for Dynamic BroadcastingJun 28Jun 28
Tame Transaction Chaos: Choosing the Perfect Database Isolation Level!Learn how isolation levels optimize database performance and ensure data consistency during concurrent transactions.Jun 5Jun 5
Writing Clean and Maintainable Code: Short Tips about Naming and FunctionsCrafting Code Clarity: Mastering the Art of Naming and Functionality for Cleaner, Sustainable Software DevelopmentMay 14May 14
Reactivity System in Vue.jsEvery day, we use reactive libraries without fully understanding their inner workings. Gaining a better understanding of these libraries…Jun 23, 2023Jun 23, 2023
Static site generation with Nuxt2 + Nginx + DockerIt would be great to deploy a static project using Nuxt2, Nginx and Docker. Let’s dive in!Jun 9, 2023Jun 9, 2023
What is Modularity, Cohesion, Coupling and Connascence?understanding concepts like modularity, cohesion, coupling, and connascence is crucial for building robust and scalable systems.May 31, 20231May 31, 20231
__call__ in PythonHello there! In this story, we will discuss how to use __call__ in Python classes. With __call__, you can use class objects as functions…May 4, 2023May 4, 2023