The future of dynamic color palettes in CSS
When you have a theme based on a color picked by your users, it can be hard to find intermediate values for things like hover and active states, or...
Handling not found routes in Angular
In this post, we will see how we can handle 404 routes using a not found component in an Angular.
There are two types of 404 routes that we want...
CSS Scroll Shadows
Nowadays, it's crucial that your webpages are responsive. The problem we sometimes run into, is the fact that some components don't adapt well into mobile.
In this post, we'll look...
.NET EF Core 6 support for groupby top(n) queries
EF Core 6 comes with some GroupBy queries improvements. In this post I wanna talk about the improvements related to "group by top(n)" queries.
Let's say we have the following...
10 easy ways to improve web accessibility
When you first start learning about accessibility, it may seem daunting to make your current projects more accessible. In this post, I'll give you some easy steps to make...
Collaborative work, why and how?
The work of a collaborative team allows to produce work that is more than the sum of the individual contributions of the team members. Yes, it is important!
Performance Testing An API, How To Start Doing It With JMeter?
This article will talk about how to start using JMeter for Testing an API.
How to install JMeter, what are the components of it and how to use it....
How to Handle known Exceptions?
This post will describe several ways to handle known Exceptions in a project.
For each possible implementation, we will do an overview of the flow that the exception does to...
NoSQL First Act – a historical introduction
NoSQL databases introduction and dominant features. A historical perspective to their appearance in a world dominated by relational model databases.
Project Manager, what for? Developer talk
Disclaimer
In this article I don’t intend to list and explain all that is expected
of a project manager. Furthermore, nowadays it becomes very difficult to
identify the role of the ‘traditional’...