Should You Quit Your Software Developer Job?
In this video, I cover on what conditions you should quit your software developer job and get into freelancing or join a startup.
In this video, I cover on what conditions you should quit your software developer job and get into freelancing or join a startup.
In this video, I will show how to implement exponential backoff in an Angular app which is helpful for a more resilient user experience. Implementation: Test:
In this video, we will cover a walk-through from scratch covering how to Build and Angular app using Tailwind CSS and Nx including Angular standalone components. 🖌 Tailwind CSS setup and usage⚙️ Nx monorepo configuration🧍♂️ Standalone components✅ Building a complete app in less than 2 hours with best practices ⏳ Timestamps:0:00 – Intro1:00 – Tailwind …
Walkthrough: Building An Angular App Using Tailwind CSS and Nx Read More »
Learn the key principles to improve your Angular project including industry best practices and practical examples. This post covers all the things you’d need, ranging from monorepos, continuous delivery, to design systems and performance optimizations.
Nx is a build system with best-in-class support for monorepos. Nx helps establish structured code sharing and ownership management to keep your workspace maintainable. Furthermore, Nx also provides a modern integrated dev experience with a dedicated VS Code plugin, interactive visualizations, and Github integrations. This article will focus on the devops aspect of your workflow …
Performance is extremely important in front-end applications as they directly impact the application’s user experience. Poorly performing applications can be frustrating for the end-users. For example, an e-commerce site that is slow and unresponsive might deter users which could have a direct impact on the business. Although there is a growing number of tools to …
Front-end applications are constantly increasing in complexity. It is not surprising that managing data efficiently in front-end applications is becoming a fundamental requirement. Front-end frameworks like Angular have multiple external state management solutions such as NgRx, NGXS, and Akita. NgRx is arguably the most widely used with Angular, with a robust set of features. With …
NgRx Industry Best Practices (with Tomas Trajan) Read More »
Working from home isn’t a new concept. However, the COVID-19 pandemic has pushed more companies to embrace the idea, allowing employees to entirely or partially work remotely. This shift in the working environment has made staying productive outside the office key to the overall success of the team. Christian Lüdemann and Marek Panti discuss their …