Bootstrap 4.6.0 Released with all new backend !
Bootstrap v4.6.0 have just been released with a couple new features, several bugfixes, and some awesome documentation updates to make v4 more maintainable alongside our development of v5. The biggest...
eBook : What you need to know about Angular 2
As part of the FREE eBook every day by Packt, you can explore today an eBook written by Olivier Manickum titled "What you need to know about Angular 2". Hurry offer...
Tau Prolog, an Amazing Prolog Interpreter Fully In JavaScript
Prolog is a logic programming language associated with artificial intelligence and computational linguistics, you might never heard about it in the web development but this was my favorite "artificial intelligence" programming...
Sky Component for React
Sky is a pretty cool React component for interactive backgrounds, written by Luca Gesmundo and released under an MIT License.
Check the demo online. You can install it using :
npm install --save react-sky
Then usage...
turbo.js : Massive Parallel Computations in your Browser with GPGPU
turbo.js is a small library that makes it easier to perform complex calculations that can be done in parallel. The actual calculation performed (the kernel executed) uses the GPU for execution....
New Flexbox support in Firefox Devtools
Firefox Devtools can now better inspect Flexbox items, the new feature added in the dev edition allow when inspecting an item the sidebar shows a diagram illustrating basis, shrink/grow, and min/max. The step-by-step...
Visx, low-level visualization primitives for React by Airbnb
Visx is a collection of expressive, low-level visualization primitives for React. The goal was to unify their visualization stack across the company and in the process, so they created a new...
Laravel Nova v3.11.0 Released
Laravel Nova is the beautifully designed administration panel for Laravel. The version 3.11.0 have just been released with lots of new features and bugfixes. Some of the new features in this...
React Admin 3.9.0 Released
React Admin 3.9.0 have just been released with TypeScript support, in addition to new features, it enables IDE autocompletion of react-admin component props.
https://twitter.com/ReactAdmin/status/1312007015124869120
Some of the new features include :
Add user...
5 Useful Tools for Web Developers
1- Regex101.com
An interesting tool to debug regular expressions online, but also a great library of useful and ready to use regular expressions. You can choose your favorite flavor of regular expression...