![Introduction to Node.js nodejs wallpaper](https://i0.wp.com/puresourcecode.com/wp-content/uploads/2024/10/nodejs-wallpaper.jpg?resize=600%2C400&ssl=1)
Introduction to Node.js
This is an introduction to Node.js that is a server to run JavaScript apps. After a brief history, I will create a simple web application.
All technologies, only pure source code
This is an introduction to Node.js that is a server to run JavaScript apps. After a brief history, I will create a simple web application.
Today, after 2 years, I released a new Markdown Editor components for JavaScript and Blazor. The full source code is available on GitHub.
In this new post, I show you the code to dynamically add JavaScript from a Blazor components coming from the component itself or another URL
In this post, I explain and give you the code of how to add notifications to your PWA (Progressive Web Application).
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 popular everyday
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 contexts such as sandboxed iframes….
ReactJs time! To start with my first example in ReactJs, I’m using Codepen. Create a new pen. In Settings, under…
If you are looking around for a new job as .NET developer, all companies are asking you AngularJs. Then I’m…
HTML5 API includes Drag and Drop (DnD) native functionality. The event listener methods for all the drag and drop events…
The goal for this project is to show a list of books with ReactJS from a WebAPI written in C#….
These are the functions that will be, or can be, included in your specification object when you’re creating a component….
In this tutorial, I use several techniques and tools. I use Microsoft Visual Studio 2015 and the latest version of…
Any long page of content with distinct and well marked up content can benefit from a table to contents. A…
Open Source C# to JavaScript Compiler and Frameworks. Run Your App On Any Device Using JavaScript. Use Bridge.NET to build…
After my post of yesterday, I’ve worked for creating a script to integrate Google Analytics (new version with analytics.js) and…
If you want to publish an email on your site but you want to protect it, I have a simple…
JavaScript is a class-free, object-oriented language, and as such, it uses prototypal inheritance instead of classical inheritance. This can be…
If it takes awhile for the server to process the postback (e.g. complex rules or badly written code ), the…
This article explains using Chart.js in Asp.net C# Web Application we can create a pie chart with database MS SQL…
A common mistake in app development is not setting the correct reuseIdentifier for UITableViewCells, for UICollectionViewCells, or even UITableViewHeaderFooterViews. For…