Dynamically add JavaScript from Blazor components
In this new post, I show you the code to dynamically add JavaScript from a Blazor components coming from the…
All technologies, only pure source code
In this new post, I show you the code to dynamically add JavaScript from a Blazor components coming from the…
In this post, I explain and give you the code of how to add notifications to your PWA (Progressive Web…
The Service Worker Lifecycle with PWA can be one of those states: parsed, installing, installed, activating, activated, and redundant
This post is an intro to PWAs and Service Workers. Progressive Web Apps, aka PWAs, are becoming more and more…
TypeScript is a language that is strongly typed and object-oriented. TypeScript is a combination of JavaScript and Type Annotations
It’s 2020, and numerous browsers still allow drive-by-downloads from what is meant to be secure...
ReactJs time! To start with my first example in ReactJs, I’m using Codepen. Create a...
If you are looking around for a new job as .NET developer, all companies are...
HTML5 API includes Drag and Drop (DnD) native functionality. The event listener methods for all...
The goal for this project is to show a list of books with ReactJS from...
These are the functions that will be, or can be, included in your specification object...
In this tutorial, I use several techniques and tools. I use Microsoft Visual Studio 2015...
Any long page of content with distinct and well marked up content can benefit from...
Open Source C# to JavaScript Compiler and Frameworks. Run Your App On Any Device Using...
After my post of yesterday, I’ve worked for creating a script to integrate Google Analytics...
If you want to publish an email on your site but you want to protect...
JavaScript is a class-free, object-oriented language, and as such, it uses prototypal inheritance instead of...
If it takes awhile for the server to process the postback (e.g. complex rules or...
This article explains using Chart.js in Asp.net C# Web Application we can create a pie...
A common mistake in app development is not setting the correct reuseIdentifier for UITableViewCells, for...