Our Blog

How Technology is Redefining the Education Landscape
Digital Revolution: The Emergence of EdTechWelcome to the dawn of the Digital Age in Education! Let’s explore how the Impact of Technology on Education is

Implementing Swipe To Delete in React Native
Dear friends, this post is about a fundamental functionality you can see in nearly every app – swipe to delete. Searching on the internet gives

Docker Push Error With Private Registry – Retrying In N Seconds
Hello everyone, today I’d like to share some other gotcha about a private docker registry solution hidden behind nginx reverse proxy. This information may be helpful to you if you

Record Data Type And Collections In C# 9.0
Hello everyone, this time, I came up with a small topic related to using Record data types in C# 9.0 together with collections.What we realized,

Repository Pattern in DDD – Joining Tables Query
In this post I want to share some thoughts about Domain-Driven Design (DDD) and retrieving the data aggregated from multiple tables or documents while using a Repository pattern

Cannot read property ‘range’ of undefined – Angular Tests Fail in Docker
Hi there, today I’d like to share with you a little caveat that might result to the Angular Tests being successful on your local development