A RESTful API uses HTTP to send and receive data, so that functionality can be accessed as long as HTTP is available. Through HTTP using GET, POST, PUT and DELETE requests we gain access to CRUD functions.
Author: George Bernard
Building RESTful Services with Python and Stripe
In the world of web development, RESTful services have become increasingly popular for creating and consuming web APIs.
Building Cross-Platform Desktop Apps using ElectronJS
Do you want to create a native desktop application that can be used across different operating systems?
Using Astro to build websites
Astro is an all-in-one web framework for building content-focused websites such as marketing sites, publishing sites, documentation sites, blogs, portfolios, and in some cases e-commerce sites.
How to use Ember.js
Ember.js is an open-source JavaScript web framework, utilizing a component-service pattern.
Bootstrap vs Bulma
This article is going to explore two great UI frameworks that you can use for your project, Bootstrap and Bulma.
Wireframes vs Mockups
The differences between wireframe, prototype, and mockup easily get confused by many people. A wireframe is mostly about functionality. It can be a really simple sketch that demonstrates what kind of things you can do in your design.
Page builder plugin for WordPress
One of the better free WordPress page builder plugins available is Beaver Builder. It powers over 300,000 websites and has an impressive 5-star rating on WordPress.org out of 345 reviews.
What is a MVP?
A Minimum Viable Product is built to release to the market. To understand if the idea is any good.
Linkedin API
API in normal terms means “application programming interface”. This is a concept in software technology that essentially refers to how multiple applications can interact with and obtain data from one another.