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...
MoonJs, fast, tiny, and intuitive JavaScript Library
Ten years ago, I was one of the judges in an Open Source award competition, In the JavaScript competition I remember jQuery won the JavaScript category. If today we ran again...
Tutorial : Build a markdown text editor
As part of the Angular Jira Clone, Trung Vo have written a new tutorial on building a markdown text editor. The markdown editor is written as a module so it could...
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...
Firefox 67 Released Powered by WebRender, and Dark Mode CSS
Firefox 67 is a very special release launched today and powered by the new rendering engine WebRender, of course in addition to a faster and better JavaScript debugger, support for CSS prefers-color-scheme media queries. The...
Bootstrap 4.3.0 Released
Bootstrap v4.3 have just been released with over 120 combined closed issues and merged pull requests. This release brings improvements to some utilities, some preparation work for moving on to v5’s...
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...
Turtle.audio, Extremely Addictive Music Creation Program
Turtle audio is the latest music creation software of Kyle Stets, slack engineer. A web-based music sequencer inspired by turtle graphics programming that he was working on for over two years using...
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...