An in-memory cache is a crucial component in a modern software architecture. It can improve the throughput of a system. As a result, the ...
Showing posts with label tutorial. Show all posts
Showing posts with label tutorial. Show all posts
Saturday, August 18, 2018
Database Migration for .Net Core Projects
You can find all my .Net core posts here. I am adding a new post after a long break because I recently joined a new company called Attach...
Layered Architecture: Still a Solid Approach
Layered architecture gets a lot of flack. Even though it's still the most prevalent architecture, we view it as an anti-pattern. It...
Writing Microservices With msf4j (Microservices Framework for Java)
Microservices are taking over the enterprise and changing the way people write software within an enterprise ecosystem. Let's build m...
Logging at Scale With Node.js
Paying attention to your logging strategy from the beginning of your project is a good idea — otherwise, you might run into problems. Thi...
Building a Continuous Delivery Pipeline Using Jenkins
Continuous Delivery is a process, where code changes are automatically built, tested, and prepared for a release to production. I hope yo...
Learning How to Learn: Simple Web Dev Efficiency Tips
What is being a developer all about? Is it about memorizing syntax? Is it about being able to refactor inefficient code? Is it about maki...
Creating Multiple Masked Databases with SQL Provision
Sometimes developer teams need access to a copy of the database containing live data. However, if that database contains sensitive or per...
What Is the EventBus Library and How Does It Work?
EventBus is an open-source Android library that simplifies communication between Activities, Fragments, Threads, and Services, with less ...
Tuning InnoDB Primary Keys
The choice of good InnoDB primary keys is a critical performance tuning decision. This post will guide you through the steps of choosing ...
Building a Static Website on Amazon S3 With Microservices
Background The trend of hosting static websites on Amazon S3 is a becoming very popular. This approach has been adopted by many organizat...