Category: javascript

Format JavaScript as the Romans do?

April 8, 2022 By Mark Otto Off

Writing Redux Reducers in Rust — We often cover how Rust is worming its way into numerous JavaScript areas (e.g. Rome, above!) but this is an interesting one: using Rust to write complex functions that are compiled down to WASM and used in a React/Redux app.…

What is NPM?

April 7, 2022 By Mark Otto Off

Node Package Manager (npm) is one of the several package managers (default for Node.js) for JavaScript released in 2010. It is used to manage dependencies for packages. npm  consists of:  The npm’s website makes it possible to find third-party packages, create and manage your packages;…

What is Vue?

April 7, 2022 By Mark Otto Off

Vue.js is a progressive open-source MVVM frontend JavaScript framework that is designed to be implemented incrementally since the core library focuses only on the presentation layer. Nevertheless, this framework is used for building UI (user interfaces) and complex single-page applications with modern tools and libraries…

Creating a Laravel Project Step by Step

April 1, 2022 By Mark Otto Off

Laravel is a PHP-based backend framework. It follows the Model-View-Controller design pattern which explains many of Laravel’s pluses and minuses that we’ll detail further on. Users often credit Laravel with responsiveness, scalability, and a good community. But not everything is so simple. Like many backend…

Time to get decorating

April 1, 2022 By Mark Otto Off

🤞 Fingers crossed, but unless we’ve been successfully pranked ourselves, this is an April Fools’ prank free zone! Sorry if you like a bit of frivolity on April 1st, but completeness and accuracy come before entertainment here. Boring, I know, but we don’t stand a…

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…