Api

Api posts, videos, courses, and more

ahmed.abdulqasim · 1 year ago

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...
3

Kaushal Joshi · 1 year ago

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...

Cody Jenson · 1 year 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...
3

Omar Moustafa · 1 year ago

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...
3

Valerio · 2 years ago

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...
2

Abhiraj Bhowmick · 2 years ago

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...
4

Bobby Iliev · 2 years ago

Using Materialize and Redpanda to Analyze Raspberry Pi Temperature Data

Introduction This is a self-contained demo using Materialize to process data IoT devices data directly from a PostgreSQL server. The demo builds up on the How to build AdonisJS API to store...
3

Avneesh Agarwal · 2 years ago

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...
6

Abhiraj Bhowmick · 2 years ago

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...
5

Bobby Iliev · 2 years ago

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...
5

Damian Demasi · 2 years ago

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...
2

TechvBlogs · 2 years ago

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...
3

Teri Eyenike · 2 years ago

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...
5

Tony Lea · 2 years ago

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...
7

Tony Lea · 2 years ago

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...
7

Savio Martin · 3 years ago

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...
10

Petre Popescu · 3 years ago

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...
7

Tony Lea · 6 years ago

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...

Loading More Content