PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Api

Api posts, videos, courses, and more

A simple React app: fetch GitHub users information via API

Welcome to a quick tutorial on my journey of building a React app that connects with external APIs. Today, I'm focusing on a hands-on example: fetching and displaying GitHub user data using...

Baransel ยท 1 year ago

2

Manage Todoist with a python-powered Telegram bot

In this post, I will explain how to create a Telegram bot in Python. Todoist is a great tool to manage to-do lists. Although this post can be just a general tutorial about creating a Telegra...

ahmed.abdulqasim ยท 2 years ago

3

How to Fetch Large Data Files Through GitHub API

During my internship at Hackernoon, I had a task to fetch some files from GitHub API. Initially, I thought it'd be a simple GET request but soon I realized the work is a headache. The file I...

Kaushal Joshi ยท 3 years ago

Securing Data in Your Laravel API

Writing an API in Laravel is extremely easy ๐Ÿ‘Œ It's just as easy returning a response in json format. Let me dig into a few examples ๐Ÿ‘‡ to show you the best way to secure your data when retu...

Cody Jenson ยท 3 years ago

3

How is it easy to use an "API"?

Wondering all the time on how to use APIs? Do you find it challenging all time? Stay right there! We will be explaining: What is an API? API useful cases Ahem, without further ado, let's g...

Omar Moustafa ยท 3 years ago

3

Laravel validation and custom rules in Inspector

Hi, I'm Valerio Barbera, software engineer, founder and CTO at Inspector. Data validation is one of the fundamental features in any application and it is something developers manipulate almo...

Valerio ยท 3 years ago

2

How to collect data via forms like a boss

Forms are an integral part of our life They are literally everywhere, be it when you're signing up for a new social media app or you're applying for anything. But do you know what actually g...

Abhiraj Bhowmick ยท 3 years ago

4

Using Materialize and Redpanda to Analyze Raspberry Pi Temperature Data

Introduction [!WARNING] This demo includes examples for an unsupported version of Materialize (0.26.x). This is a self-contained demo using Materialize to process data IoT devices data dir...

Bobby Iliev ยท 3 years ago

3

Building a CRUD API with Node.js and MongoDB

Howdy everyone, in this article we are going to build a CRUD (Create, Read, Update, Delete) API with Node.js and MongoDB. This API will be able to add, get, edit and delete todos! Setting u...

Avneesh Agarwal ยท 3 years ago

6

API: Explain like I'm five

So what exactly is an API? An API (Application Programming Interface) is a set of functions that allows applications to access data and interact with external software components, operating...

Abhiraj Bhowmick ยท 3 years ago

5

How to build AdonisJS API to store your Raspberry Pi Temperature

Introduction I have a few Raspberry Pi devices at home and I wanted to be able to collect the data from their temperature sensors on a regular interval and store that data in a Postgres data...

Bobby Iliev ยท 3 years ago

5

How to build a JavaScript project using APIs, promises, classes, error handling, and more!

Why did I choose to build this project? ๐Ÿค” This project was one of my favourite tools for breaking my way out of tutorial hell ๐Ÿ‘น. I also wanted this project to serve me as a display of my J...

Damian Demasi ยท 3 years ago

2

Build Crud API with Node.js, Express, and MongoDB

Currently, most of the websites operate on an API-based backend structure, where we just send a request from the front end of the website by calling an API and obtaining the required results...

TechvBlogs ยท 3 years ago

3

How to create a proxy server on Heroku

The Cross-Origin Resource Sharing (CORS) Error Have you encountered this error? This error occurs when working with APIs in your application code, and these bugs creep up every time you try...

Teri Eyenike ยท 3 years ago

5

Launching a Laravel app via Cloudways API

In this tutorial I'm going to show you how easy it is to launch a Laravel application on a Cloudways server, via their API. We are going to launch the Laravel application via an API inside o...

Tony Lea ยท 4 years ago

7

New Cover Photo Image Generator ๐Ÿ˜‰

Creating a good developer article or tutorial can be challenging enough without worrying about the image cover. Thankfully today, we are introducing a new Image Generator for your developer...

Tony Lea ยท 4 years ago

7

Creating a super productive REST API in 30 seconds ๐Ÿ’ช

Hello Folks ๐Ÿ‘‹ This is Savio here. I'm young dev with an intention to enhance as a successful web developer. I love building web apps with React. I have proved my superiority in frontend tec...

Savio Martin ยท 4 years ago

10

Building a REST API in Play Framework

Article originally posted on my personal website under Building a REST API in Play Framework. Sample requests can also be found there When building web applications, REST has become the most...

Petre Popescu ยท 4 years ago

7

Creating an api with Laravel

In this video you will learn how to create an API in your Laravel application. First we will add the default Laravel Authentication and then we will fill the users table using the Faker...

Tony Lea ยท 8 years ago

Loading More Content