Browsing Tag
softwaredevelopment
90 posts
Don’t let “later” derail your software engineering career
One thing I learned during my career as a software engineer is that leaving unfinished work to complete…
10 Must Know System Design Concepts for Interviews
Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the…
Best Practices for Syncing Development Environments: A Developer’s Toolkit ✨
As developers, we strive for efficiency and reliability in our workflow, especially when juggling multiple development environments. Achieving…
Factory Method
The factory design pattern is a fundamental creational pattern in object-oriented programming that deals with object creation. It…
Top 10 Things You Should Avoid While Healthcare App Coding: Valuable Tips for Programmers
Healthcare app development is a critical and complex task that requires precision and attention to detail. As a…
Why use Obsidian for software development?
I’ve been using Obsidian for studying for a long time. As I read or watch a video lesson…
11 Slides CTOs Must Present In Their Next Board Meeting
Board meetings could be a little tricky for a CTO. In an internal meeting, your audience would mostly…
Securing Sensitive Data with Encryption Algorithms
Encryption is the process of converting plain text into an unreadable form(ciphertext) to protect from unauthorized access. There…
How to use Optional class (Java) – best practices
Qick info about Optional Optional isn’t meant to be stored as state. Optional is not meant to be…
5 Underrated Skills That Will Get You Promoted
A few days ago, I posted on LinkedIn saying: Early in my role as a Software Engineer, I…