Home » javascript » Page 31
April 11, 2022
By
Mark Otto
Participate in our research and get 70% OFF discount on all Flatlogic products! We will also make the final results public. The team of Flatlogic is carrying out a global scientific research that aims to identify modern patterns of web application creation, specifically which tools…
April 8, 2022
By
Mark Otto
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.…
April 7, 2022
By
Mark Otto
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;…
April 7, 2022
By
Mark Otto
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…
April 1, 2022
By
Mark Otto
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…
April 1, 2022
By
Mark Otto
🤞 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…
March 30, 2022
By
Mark Otto
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.…
March 28, 2022
By
Mark Otto
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…
March 25, 2022
By
Mark Otto
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…
March 22, 2022
By
Mark Otto
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…