Posts Tagged "Back-End"

What is new in Node.js 20?

Unleashing the Power of Node 20: Embracing the Future of JavaScript Development In the realm of server-side JavaScript, Node.js has become a dominant force, revolutionizing the way we build web applications. With each new version, Node.js brings forth exciting enhancements,

Read More

What’s new in Node.js 19

Node.js major release is rolled out every six months. The new release becomes the Current release for six months, which gives library authors time to add support for them. After six months, odd-numbered releases, such as 19, become unsupported, and

Read More

How to build a RESTful Web API using .NET Core 6

.NET 6 is the latest LTS (Long Term Support) release currently and will be supported until November 12, 2024. This API will manage movie records stored in a relational database (SQL Server) as described in the table below: The sections of this

Read More

Cron jobs in Node.js

Cron Jobs in node.js is used for scheduling scripts to run, They’re most commonly used for automating doing a task like scraping data from another website, deleting some data from the database, etc. However, there are many situations when a

Read More

ASP.NET Core Features in .NET 7

It is no news that Microsoft is working very hard on improving and bringing new features to the .NET framework or to its C# programming language. This time Microsoft is targeting web development and is focusing on ASP.NET Core, which will apparently come

Read More

What’s new in Node.js 18

Node.js 18.0 is released by the Node.js community. The most wonderful news is that in October 2022, this version will be elevated to long-term support (LTS). The codename for the release will be ‘Hydrogen’ once it is promoted to long-term

Read More

Laravel 9: a deep dive into the latest major release

This transition is intended to ease the maintenance burden on the community and challenge our development team to ship amazing, powerful new features without introducing breaking changes. Therefore, we have shipped a variety of robust features to Laravel 8 without

Read More

How to build a plugin system with Node.js

If you’re building a minimalist product, but want to add an extra level of customisation or expansion, then plugins are a great way to enable that. They allow each instance to be customised with additional code that anyone can create.

Read More

Laravel Forge CLI

Laravel Forge launched their first official command-line tool that gives you a nice set of commands to manage your Forge servers, sites, and more. The first release (v1.0) of the Forge CLI contains around thirty commands, including initiating deployments, viewing

Read More

The most useful Frontend coding tips and Database concepts

Frontend development is very important these days. There are a lot of tasks that a frontend developer has to do on a daily basis. As front-end developers, we write a lot of HTML, CSS, and JavaScript code all the time.

Read More