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 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.
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
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.