© 2022 Hashnode
#software-engineering
COING CULTURE IN INDIA (HONEST) INTR0 A bit of preview, a lot of awareness has happened in the past 3-4 years about coding in India. Is it in a positive direction or a negative direction? Engineering …
This series of posts are not meant to explain Java to some one who is completely new to it, but just a key points and notes that I picked during reading Java Head First book 📔 - Great book by the way…
Several months ago I launched my first info product, a video course called Master the Code Review. I built it from scratch, on my own, and from my own ideas. So far it's done over $23K in revenue, wit…
As a software engineer/developer you might heard a lot of theories, practices and methodologies followed in the software development process. We are using Design Patterns, Object Oriented Concepts & Clean code practices in our day to day so…
What is the sidecar pattern? Applications and services often have generic concerns such as health checks, configuration, metrics, as well as how they communicate with each other either directly or thr…
This question was asked in a Google Developers Group (GDG) Aba community group chat, How do software engineers and developers handle transition of new technologies. Sometimes getting on board with new…
Being stressed out because you have pending code to write or not being able to stare at your IDE for longer than 10 minutes without tabbing out and browsing the Web are both symptoms of developer bu…
Are you ready to ditch the office and have the freedom to work from anywhere? Fortunately, there are more remote jobs than ever before. To help you find your next great role, we’ve compiled a list of …
Here's a typical workflow in the life of a software engineer. You're about to start working on a feature. You create a branch off of dev or main and then you're off coding. While you're working on the…
Overview What is a Data Structure? Its a way, or method, of storing data in your computer: organized in some fashion so that it can be accessed, queried and updated quickly and easily. What is an Algo…