17/01/2023
Want to learn how to create your own todo list app in Svelte IN JUST 5 MINUTES? Check out this tutorial on how to do it 😉
Creating a Todo List App in Svelte Using Svelte Stores
This Svelte tutorial will teach you how to create your own todo list app in just 5 minutes. You will use reactive statements and stores.
04/01/2023
If you not already know how to do it, do you want to learn how to create your own DI?
I wrote this article while I learnt myself how to create your own dependency injection container. Hope you like it 🥰
How To Build Your Own Dependency Injection Container In C#
Learn how to create your own dependency injection container in C # to automatically manage object dependencies in your ASP.NET applications.
01/01/2023
New article published. This time we're putting the focus on Entity Framework and the EF Core CLI to create our first Entity Framework migration for our .NET application. Go ahead and read it if you want 😉
EF Core: Creating Your First Entity Framework Migration
Learn how to create your first Entity Framework migration in EF Core. Learn how to use it for your databases and your .NET applications.
26/12/2022
Just published an article on how to generate an Angular application with a specific version. Go check it out fellow coders!
Install Specific Version of Angular with Angular CLI
How to install a specific version of Angular using Angular CLI. Ensure compatibility and avoid issues with your projects with this method.
17/12/2022
Have you wondered how all companies create the cool shake animation when entering invalid inputs?
This article show you how you can add it using only HTML and CSS (no Javascript required)
Shake Animation on Invalid Inputs Using Only Html and Css
Learn how to create a simple shake animation for invalid form inputs using only HTML and CSS. No JavaScript required, we promise!
11/12/2022
Are you having problems changing the color of the spinner in Angular Material? Do you want to use a custom color? If so, you should check out this article on the topic.
Change mat-spinner Color In Angular Material Using Directives
How to customize the color of a mat-spinner (Progress Spinner) in Angular Material using custom Angular directives.
10/12/2022
Last article for today. Been coding, writing and learning stuff all day. This last article answers the question whether Firebase is free or not, check it out if you are interested.
Is Firebase Free? Understanding The Limitations Of The Free Tier
Firebase is a popular application development platform, but is it free to use? This article discusses the limitations of using Firebase free.
09/12/2022
My longest article yet on LearnJavaScripts.com !
If you are interested in Angular and want to learn more about authentication in Angular using Firebase you should really check out this article
Angular Firebase Authentication: A Step-by-step Tutorial
Add user authentication to your Angular app using Firebase. Follow our step-by-step tutorial to securely log in users in an Angular app.
09/12/2022
I have just published the longest article I have ever written on my website https://learnjavascripts.com. It is a tutorial on how to build an Angular application with full authentication support using Firebase.
Add user authentication to your Angular app using Firebase. Follow our step-by-step tutorial to securely log in users in an Angular app.
I would be so thankful if you could check it out and tell me what you think.
Thank you in advance /LearnJavaScripts.com
Angular Firebase Authentication: A Step-by-step Tutorial
Add user authentication to your Angular app using Firebase. Follow our step-by-step tutorial to securely log in users in an Angular app.
08/12/2022
Learn more about raw string literals with this article. Covering examples and best practices
Using Raw String Literals In C# 11: Examples And Best Practices
Learn how to use raw string literals in C # dot net. This article provides examples and best practices for raw string literals.
08/12/2022
Do you want to learn how to develop webpages using Angular?
This article teaches you how to utilize components in Angular, which can be reused throughout your website.
Getting Started With Components In Angular
Learn how to create and use components in Angular to improve the modularity and reusability of your code.
07/12/2022
New article published. This time we'll cover the topic of email links in HTML. Learn how to make an email link, add templates to your email link and find out more about the best mailto link generator.
How To Make An Email Link In HTML
We'll show you how you can make an email link. Add a hyperlink to open email template and find the best mailto link generator.