Simplifying Private-to-Public Git WorkflowsManaging two repositories — one private (Shijo_local) and one public (Shijo_live) — often leads to repetitive copy-paste steps. Here’s how you can streamline the workflow and keep your private repo as the source of truth while publishing cleanly to t...Dec 17, 2025·4 min read
Navigating the Wave of Layoffs: Strategies for ProfessionalsThe recent surge in layoffs across various industries has left many professionals feeling uncertain about their job security. Companies have made headlines with significant workforce reductions. In such a climate, it's crucial for employees to stay i...Apr 3, 2024·5 min read
Dual personality of being JS n Python DevIn the dynamic field of software engineering, continuous learning and skill enhancement are pivotal for career advancement, especially for those aspiring to secure a position as an experienced software engineer. With the ever-evolving technological l...Mar 25, 2024·10 min read
Learning Angular and React Concepts in ParallelIn the ever-evolving landscape of web development, mastering multiple frameworks is a feat that can set you apart. Angular and React are two of the most popular front-end technologies, each with its unique strengths and philosophies. Learning them in...Mar 24, 2024·6 min read
Angular or ReactAngular and React are two of the most popular and powerful tools for web development. They both allow you to create user interfaces for your web or mobile apps, but they also have some significant differences. How do you choose between them for your ...Oct 14, 2023·2 min read
Updating Angular Applications to the Latest VersionThere are a few steps to update an Angular application to the latest version: Make sure you have the latest Angular CLI installed. You can install it with: npm install -g @angular/cli@latest Update your Angular dependencies to the latest version....Oct 14, 2023·1 min read
Angular | New Job?How to Find a New Job as an Angular Developer If you are an Angular developer looking for a new job, you might be wondering how to showcase your skills and stand out from the competition. Angular is a popular framework for building dynamic and respon...Mar 20, 2023·4 min read