Tricks Where should you host a static website for free? There are plenty of services that are willing to host your static website. All you need to do is to find the best one. Here, we have narrowed down some of the best platforms where you can host static websites for free.
Tricks What are Link's integrity and crossorigin attributes? You might have seen these attributes when included Bootstrap CSS styles on your page, but why? Let's find out what are Link's Integrity and Crossorigin!
Tricks Best 6 ES2020 Features that You Should Check The latest release in the ECMAScript family is ES11, with some fresh and advanced feature sets to revolutionize the application development process.
Tricks Download file on button click in the Browser with Javascript Find out how to generate and then download any files (.txt, .json or .html) just with JavaScript in the Browser. No Server required!
Tricks 10 lightweight CSS frameworks with no jQuery or additional JS dependencies In the ages before, there were just a few CSS Frameworks, but nowadays, this list grew and kept continually rising, which allows us to pick the right one for any projects. Choose one from these lightweight CSS Frameworks.
Angular DnD Email Template Editor, you can integrate into your SaaS Startup. There are a bunch of email builders over the internet; some are free, some of them are unsupported already, but there are others like this one, which is still supported and keeps having updates and bug fixes over the years.
Angular Angular Async HTTP requests In this article, we'll cover some best practices to create HTTP requests just using the Angular AsyncPipe. If you ever thought about making HTTP requests without calling .subscribe(), then you're on the right page.
RxJS Connect to the WebSocket with RxJS WebSocket, for more of Javascript developers, is something inexperienced and strange thing, even if they understand how it works, they rarely used it, and it's clear why - not all of them need web-chats!
Stencil StencilJS Router History Step-by-Step Examples Even if you know how StencilJS Router works or even if there are bunches of articles on the internet about it, I was thinking about having an article which explains how to add Navigation in a StencilJS application Step-by-Step.
Freelance The 8 Best SSD Cloud Hosting Providers of 2020 Cloud hosting is the latest kind of hosting that has been growing popular in recent years. Here's a list of cheapest cloud hosting services of 2019.
Freelance How to Start Freelancing with No Experience The freelance economy is booming. In fact, it is predicted that by 2027, freelancers will make the majority of the US workforce. But how do you create a profitable freelance career with zero experience?
Tricks Detect chrome dev tools (working trick) Have you ever thought about how to detect if the chrome dev tools is opened or not, even more, listen when it's opening? I have, and today I'm going to
Stencil Countdown Timer in Just 1 line of HTML Sometimes writing a simple countdown timer is not so simple as it looks. You must play with βnew Dateβ almost as an expert, and not every time you will have
Tricks encodeURI vs encodeURIComponent I was pretty sure I'm using encodeURI and encodeURIComponent rightly till I encountered a big problem! LOL π. After solving my issue, I finally understood what's the difference between them.
Stencil Stencil Router Events or How to listen location changes If you would take a look to Stencil Router documentation, you wouldn't find any info neither about open nor close page events, so how we would listen to them?