Category: javascript

Best 19 JavaScript Charts Libraries

March 30, 2022 By Mark Otto Off

JavaScript Charting Libraries: Introduction In today’s world, people are struggling more and more with the problem of scattered attention. So it is becoming more and more important to present information in a structured, interesting, and well-designed way, especially if you have a complex business application.…

12 Best React Admin Templates Under $100 [2022 Choice]

March 28, 2022 By Mark Otto Off

Why React We have decided to create a list of the top React admin templates for developers that are actual and trending in 2022. Each year, we see that trends are changing, but React technology stays on top of all among JavaScript. We regularly make…

React 18 due any day now..

March 25, 2022 By Mark Otto Off

RFC: Intent to Ship React 18 — This RFC covers the new features and changes coming to React 18. While React 18 is very close, the team would like to get ‘one final round of broad public feedback’ (which you can submit here) before shipping. React…

What is MySQL

March 22, 2022 By Mark Otto Off

MySQL: What is it? MySQL is an open-source relational database management system that allows you to manage relational databases based on Structured Query Language (SQL) queries. It supports multiple platforms such as Windows, Ubuntu, Linux, macOS, etc. It was developed by Swedish company MySQL AB in…

Getting creative with JavaScript

March 18, 2022 By Mark Otto Off

Shader Park: Create Interactive 2D and 3D Shaders with JavaScript — An open source Web-based platform, community, and library for simplifying the mystifying world of shaders and GPUs by letting you create them procedurally with JavaScript. Lots to play with and explore here. Note: This…

What is PostgreSQL?

March 17, 2022 By Mark Otto Off

Introduction Postgres (or PostgreSQL) is a powerful open-source relational database that supports both SQL (relational) and JSON (non-relational) querying. It was created by scientists from the University of California at Berkeley. It is a very stable object-oriented database management system. The PostgreSQL community has grown for…

What is Material UI?

March 15, 2022 By Mark Otto Off

Introduction Material-UI (MUI) is a CSS framework that provides React components out-of-the-box and follows Google’s Material Design launched in 2014. MUI makes it possible to use different components to create a UI for a company’s web and mobile apps. Google uses Material Design to guarantee that no matter…

What is Webpack?

March 11, 2022 By Mark Otto Off

Webpack is a module bundler that lets you compile JavaScript modules (Files, Images, Fonts, JS, CSS, HTML, etc.). Webpack offers multiple functions, like merging modules, code minimization (or minimizing code by eliminating spaces, remarks, junk code, and code reduction), SASS or TypeScript compiling, integration with…

Bringing static type syntax into JavaScript itself

March 11, 2022 By Mark Otto Off

🤦 Thanks to all readers who noticed we made a mistake with last week’s subject line “TypeScript 2.6 released” – rather than the intended 4.6. We were only 4 years late with that news 😉 Rest assured, more caffeine has been consumed today.. Credit: Daniel Rosenwasser…

What is Node.js?

March 6, 2022 By Mark Otto Off

NodeJS is a backend JavaScript runtime environment (RTE) designed in 2009 by Ryan Dahl, that is used to build server-side applications like websites and internal API services. Node.js is also a cross-platform stack, meaning that applications can be run on such operating systems as macOS,…