Golang
Using DuckDB with Golang
DuckDB is an embedded SQL database engine that is designed for OLAP-style workloads. It is designed to be fast, reliable, Read more…
DuckDB is an embedded SQL database engine that is designed for OLAP-style workloads. It is designed to be fast, reliable, Read more…
This is the second article in the series building a chat app with Node and React JS. If you have Read more…
Real-time chat applications have become an increasingly popular means of communication. A lot of applications and online tools are now Read more…
The SOLID principles are a set of guidelines for writing maintainable and scalable software. They were introduced by Robert C. Read more…
Functional programming is a popular software development paradigm that emphasizes immutability, modularity and avoiding side effects. In this blog, we Read more…
Design Patterns are an important ingredient of clean, clear, and scalable code. In this series, we have been exploring the Read more…
It is a moral responsibility of code to crash, of bugs to appear, functionality to break and developers to fix Read more…
GraphQL has been a new entry into the world of APIs after the REST API era. It was released by Read more…
I left my job in Jan 2021 to join a startup, I got this common question from friends and colleagues Read more…
There’s not a better way to learn a new skill than to get your hands with some code. In the Read more…