9 followers
A Python and Golang enthusiast who loves to research the fields of AI and ML and DS. Want to Learn More about the NN and research on GAN.
As Go developers, We find many built-in features handy when we are coding in a real life. But we sometimes forget, using those built-in features too...
Immutability Vs Efficiency · Pointers are a fundamental and necessary aspect of Golang. They allow us to manipulate memory and data structures from a...
A Gentle Introduction To Preventing Memory Errors · When it comes to software development we always want to ensure our code never uses excessive memory...
Docker is an open-source, container technology that allows developers and sysadmins to package applications so that they can be easily moved from one...
As beginner software engineers, we always start with a good understanding of the basics. Like other beginners in any field, we sometimes get confused...
Let's go through an example to understand what a REST API is. Let's say that we work for a cloud kitchen and we want to build a web application that...