Blogs

Latest Blogs

blog image
How to use WebSockets in Golang
Hey there! So, in today’s digital world, we all want things to happen super fast, right? Like, when you’re using apps or websites, you…
Read More
blog image
Getting to know Redis
Redis is like a super-fast and smart memory database that helps solve problems quickly. It’s great for handling a lot of information and…
Read More
blog image
History of Neural Networks — Part 02
In this article, I will continue the previous article, History of Neural Networks Part 01, Then let's talk about the History of Neural…
Read More
blog image
Understanding JavaScript Prototypes
Prototypes allow JavaScript objects to share properties and behaviors. What is a prototype, how do prototype chains function, and how do I…
Read More
blog image
History of Neural Networks — Part 01
In 1943, A study proposing a possible mechanism by which neurons function was co-authored by neurophysiologist Warren McCulloch and mathematician…
Read More
blog image
Introduction to GraphQL for Developers
GraphQL is a powerful query language for APIs and a runtime for resolving queries with data. In this article, we’ll explore GraphQL’s story and core features. GraphQL stands for “Graph Query Language…
Read More
blog image
Vite | Next Generation Frontend Tooling
Well, Vite, which is the French word for quick, is a modern build tool created by Evan You. It aims to provide a faster and leaner development experience so that developers can spend less time waiting for their code to compile to preview changes and more time actually developing. …
Read More
blog image
What is Pinia?
Pinia is the state management solution created by Vue core team member Eduardo San Martin Morote. Who also creates a Vue router. While Vuex was the officially recommended state management solution…
Read More