SASS comes with functions to programmatically modify colors, such as lighten() and darken(). These provide a practical approach to color manipulation in CSS. But what if you wanted to achieve the same result in plain JavaScript? Considering how … Read more
JavaScript
The Most Common Questions About JavaScript: A Complete Guide
Looking for a JavaScript guide? Discover everything about the leading language in web development: it's flexible, fun, and extremely powerful. But did you know that it has hidden features and "secret" capabilities that not everyone is aware of? In … Read more
Video: Let’s Build a Modern React Application
ReactJS is a powerful JavaScript library. After its latest additions, the way we build front-end apps is evolving. The benefits? We can now achieve improved application performance and maintainability. As of today, the most popular React API … Read more
How-to Guide: Adding VueJS to Your Existing Project
Looking to integrate VueJS in an ongoing project? For developers, refactoring existing projects often seems like a drag compared to coding brand new apps. Legacy software may contain outdated code, obsolescent libraries and suboptimal frameworks. … Read more
JavaScript: A First Look at the Type Annotation Proposal
Type Annotations in JavaScript? This year will mark the 10th anniversary of TypeScript creation and nowadays, it has become more and more used not only in big corporation projects but in small projects too. To mark … Read more
Svelte: Why Is It an Innovation to Javascript Frameworks?
There are always a lot of choices in the dev world, especially when establishing a production environment, and Javascript frameworks are no exception. And now there's a new kid on the block: Svelte. We all know React, Vue, and Angular and how … Read more
5 JavaScript Frameworks to Follow in 2023
Is it a Framework or a Library? Javascript has a robust selection of frameworks and libraries, but how exactly can you tell frameworks from libraries? Let’s find out. Differences Javascript libraries consist of pre-written code snippets that … Read more
6 Ways to Implement Metaprogramming in JavaScript with Proxies
Since 2015 ECMAScript, JavaScript has gained support for the Proxy and Reflect objects giving you the ability to intercept and define custom behavior for fundamental language operations, and program in JS at the meta level. By definition, … Read more
Increase Your Speed and Efficiency With These 20 Incredible JavaScript Tips and Tricks
JavaScript is a truly amazing tool for front-end programming and web development, creating interactive, feature-rich websites and fast, seamless web applications. Every web developer knows JavaScript, but when used without caution or expertise, it … Read more
The Ultimate Guide to JavaScript | Learn JS to Grow Your Career
This is a comprehensive guide for developers and those who want to learn about JS. It covers the basics of the language, syntax, and how it relates to other languages like Java or C++. It also includes useful information on code formatting, debugging … Read more
Best JavaScript Alternatives for Web Developers
Source: Unsplash As a web developer, you’ve probably been working with JavaScript throughout your career and maybe looking for the best JavaScript alternatives right now. JavaScript has been a prominent language for developers worldwide since … Read more
Learn JavaScript – Take These Courses and Certificates
Table Of ContentsMost common Q&As on learning JavaScriptWhy learn JavaScript?What can you do with JS?What job options for JS developers?Is JavaScript a hard programming language to learn?What do I need to know before learning JavaScript?How long … Read more
Top 7 JavaScript Books for Every Skill Level
Are you fascinated by JavaScript? Do you wish to learn this programming language? Well, if yes, JavaScript (JS) books are your best bet on becoming an avid JavaScript web developer. Many programmers opt for books to increase their coding language. … Read more
Top JavaScript IDE to Use in 2021
Are you looking for the best JavaScript IDE? Then, this guide is for you. Nowadays, JavaScript is one of the most accepted programming languages on the web. This programming language works well with HTML and CSS when you are developing a front-end … Read more
17 JavaScript Frameworks that You Should Know About – A Comprehensive Guide
With this guide you’ll get to know the ins and outs of JavaScript frameworks, learn which one to use according to your needs, and have detailed lists of pros and cons for each of the most popular JavaScript backend and frontend frameworks. Let’s dive … Read more
Kick Off a React JS Project: CRA, Next.js or Gatsby?
A simple guide to avoid getting lost in the React JS bootstrapping solutions. Learn more about CRA, Gatsby and Next.js. This is a simple guide for normal humans to avoid getting lost in the React JS bootstrapping solutions out there. React is a … Read more
Why you should learn functional programming
Looking for something new without the need for frameworks and libraries? Do you like maths? You might want to take a look at how you can functionally program with JavaScript and apply functional programming to your application to optimize your code. … Read more
Building a bike-computer on the Web with WebComponents
Passion projects offer a great opportunity to learn new skills and develop experience in pursuits you really enjoy. A keen cyclist, Filip Bech-Larse developed a trainer app that reads sensor-data via WebBluetooth from different sources, including … Read more
Why Should You Care to Learn TypeScript?
Table Of ContentsYou are already know TypeScript (almost)It is very easy to get started with TypeScriptCompilation has its adavantagesData binding is safer in TypeScriptTypeScript allows OOP like a proReuse code with type-safe genericsTypeScript has … Read more
Douglas Crockford and his book “How JavaScript works”
More than ten years have passed since Douglas Crockford released his first book about JavaScript. It’s now time to embrace a new one. It's supposed to shed a light on different aspects of the language, point out the problems and discover possible … Read more