In this video, I will show you three simple steps to style your Angular apps with a responsive layout and make it look how you want it to look fast.
Do you want to become an Angular architect? Check out Angular Architect Accelerator.
In this video, I will show you three simple steps to style your Angular apps with a responsive layout and make it look how you want it to look fast.
Do you want to become an Angular architect? Check out Angular Architect Accelerator.
Git hooks can be used to automate tasks in your development workflow. The earlier a bug is discovered, the cheaper it is to fix (and the less impact it has). Therefore it can be helpful to run tasks such as linting, formatting, and tests when you are e.g. committing and pushing your code, so any
Long gone are the times when the frontend was just a dumb static website. Frontend apps have gotten increasingly complex since the rise of single-page application frameworks like Angular. It comes with the price of increased complexity and the ever-changing frontend landscape requires you to have an architecture that allows you to scale and adapt
Since Angular 16, Angular now has experimental support for signals and there is a lot of confusion in the community about whether this is going to replace RxJS or how it should be used in an app in combination with RxJS. This blog post sheds some light on what I think is the best way
Testing is one of the most struggled topics in Angular development and many developers are either giving up testing altogether or applying inefficient testing practices consuming all their precious time while giving few results in return. This blog post will change all this as we will cover how I overcame these struggles the hard way
Supabase is a cloud-based backend as a service (BaaS) platform that provides developers with a set of tools and services for building scalable and secure web applications.It’s much like Firebase but Supabase provides a PostgreSQL database which solves some of the inconveniences with a NoSQL database such as Firestore.For that reason, Supabase has now become
In this podcast, we cover Cypress Component testing and how you can use it to get a high ROI on your testing. Motivation for integration-based testing vs. the testing pyramid The testing trophy Cypress CT vs. Jest Setup of cypress CT Best practices with Cypress CT Test setup with SIFERS CRUD test of TODO app