SEO meta tags for search engine optimization

The reachability of a website and its contents from search engines has become essential nowadays. To help search engines understand what our content can offer and what added value it can give, SEO meta tags come to our rescue. To do this we will add meta information within our page […]

Read More…

Audio Manager to handle scripted sounds in Unity

When adding sounds or music within a game, it is often useful to group their management within a single object. In this way, all the sounds pass through the same point and it is easier then to manage any particularities. One result is for example volume management at one point. […]

Read More…

Angular Drag & Drop upload form

Angular Drag & Drop upload form

Any file Angular upload form now wants its own drag & drop system, to be able to insert files by dragging them over the affected area.To do this with Angular we define a directive that manages the drop on a particular area of the page Immediately after create the component […]

Read More…

AWS Elastic Beanstalk (EB): A comprehensive guide

AWS Elastic Beanstalk (EB)

AWS Elastic Beanstalk (EB) is a fully managed platform as a service (PaaS) that makes it easy to deploy and scale web applications and services. It handles the provisioning of the underlying compute resources, automatically scales your application, and balances load across multiple instances. In this article, we’ll delve into […]

Read More…

JWT authentication: securing your Angular + Spring Boot app

JSON Web Tokens (JWT) have become a popular choice for implementing secure and stateless authentication in modern web applications. This article delves into integrating JWT authentication with Angular, a powerful JavaScript framework, and Spring Boot, a robust Java backend framework. By the end, you’ll have a solid understanding of the […]

Read More…