Category: javascript

What is CRUD? How to create a CRUD app?

October 29, 2021 By Mark Otto Off

Modern web development involves user interaction with databases. As a rule, the user needs to perform some actions with the database. Usually, there are 4 actions: create, view, update and delete something. This is how we come to the acronym CRUD โ€“ an abbreviation for…

A quick way to clean up node_modules folders

October 29, 2021 By Mark Otto Off

Next.js 12 Released โ€” The popular Node.js + React development framework takes a big step forward with improvements including beta support for middleware, native ES module support, a Rust-powered compiler for 5x faster builds, and much more. The Vercel Team Shortcut Is Project Management Without the Management…

Web Summit Tickets Give Away! ๐Ÿงจ

October 27, 2021 By Mark Otto Off

Win the Tickets to Web Summit 2022 Hello people! ๐Ÿ™‚ How do you read, over? ๐Ÿค™๐Ÿค” Do you want to take part in Web Summit 2022, in Lisbon? Weโ€™ll provide you with this online opportunity! ๐Ÿ‡ต๐Ÿ‡น Web Summit is an annual event that brings together…

Building React Admin Step By Step

October 26, 2021 By Mark Otto Off

Introduction Every web project has two sides: the one seen by users and the admin page that its manager uses to control each aspect of each page of said project. To draw a parallel, the user side of the site is our usual beautiful world,…

Gatsby 4 released

October 22, 2021 By Mark Otto Off

Whatโ€™s New in the Now Fully Released Gatsby 4 โ€” Gatsby is a popular React-based open-source framework and v4 introduces new content rendering methods (such as Deferred Static Generation), React 18 future proofing, new build and deployment architecture, new CMS APIs, and more. Jeff James (Gatsby)…

Flatlogic Web App Generator+GitHub!

October 20, 2021 By Mark Otto Off

 Hello coders! ๐Ÿ‘พ Our full-stack web app generator got integration with well-known and well-liked GitHub. Now you can add projects to your GitHub account where you will see a repository with the project made on the web app generator. If you make an update to…

8 Reasons to Use JavaScript Libraries in Project Management Apps

October 20, 2021 By Mark Otto Off

Software solutions help project managers to get ultimate control over all project stages and deliver results without delays. Since the war against the COVID-19 pandemic is not over yet,  many organizations around the world adhere to remote working and pay for technologies that allow project…

How to Make a Dating App Like Tinder

October 15, 2021 By Mark Otto Off

Introduction Whe create a T Introduction Hello, dear reader! Happy to see you in this article that, we are sure, you will find most helpful. And the reasoning behind our assurance is simple: we have/ we will show you the way to create a CMS…

Parcel 2.0 released

October 15, 2021 By Mark Otto Off

Parcel v2 Released โ€” Parcel, a fast zero-config webapp build tool, first came out in 2017 (issue 364!) and took the JavaScript world by storm. v2 is a full rewrite that takes the same principles from v1 but extends them to fit projects of โ€˜any…

Build a Blog on React: Step-by-Step Guide With Examples

October 12, 2021 By Mark Otto Off

Introduction As we all know, thanks to the old saying, the pen is mightier than the sword. And that is definitely true on many occasions, with an exception of, perhaps, an actual sword-on-pen fight, but we digress. The point we are conveying here is that…