This post shows goes through the steps to connect a .NET 6 API to PostgreSQL using Entity Framework Core, and automatically create/update the PostgreSQL database from code using EF Core migrations.
Quick example of how to create and access environment variables in React with a dotenv (.env) file
How to send an HTTP POST request to an API in Redux using an async action created with the Redux Toolkit's createAsyncThunk() function
How to connect from Node.js to MS SQL Server using Sequelize & Tedious, and automatically create/update the SQL Server database from code.
Tutorial on how to build a simple Node.js + MS SQL Server API that supports CRUD operations. Includes example front end apps in React and Angular.
How to fetch data from an API in Redux using an async action created with the Redux Toolkit's createAsyncThunk() function
Tutorial on how to build a simple JWT login app with React 18, Redux and the Redux Toolkit.
How to redirect a user back to the previous (original) URL after logging into a Vue 3 + Pinia application.
Decided to join the world of programming but have doubts about the language to choose?
A quick set of examples to show how to send HTTP DELETE requests from Vue to a backend API using fetch()