Handling not found routes in Angular

0
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

0
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

Collaborative work, why and how?

0
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?

0
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?

0
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 introduction

NoSQL First Act – a historical introduction

0
NoSQL databases introduction and dominant features. A historical perspective to their appearance in a world dominated by relational model databases.
Software development team high five hands together

Project Manager, what for? Developer talk

0
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’...

Query a JSON array in SQL

1
For the purpose of this post, lets not evaluate the db design option and lets focus on the operations on the json column. Lets say we have a table of...