Open in app
Home
Notifications
Lists
Stories

Write
Code With Travel
Code With Travel

Home

Published in Towards Dev

·Dec 24, 2021

How to Work with the React Context API and React useContext Hook

React context is primarily used when some data needs to be accessible by many components at different nesting levels. Context provides a way to pass data through the component tree without having to pass props down manually at every level. IN react we can pass data in top-down via props…

React

4 min read

How to Work with the React Context API and React useContext Hook
How to Work with the React Context API and React useContext Hook

Dec 21, 2021

What is React Portal and understand its use case?

Portals provide a first-class way to render children into a DOM node that exists outside the DOM hierarchy of the parent component. The most common use cases are when the child component visually separates out from its parent component as shown below. Modal dialog boxes Tooltips Hovercards Loaders Syntax of React Portal In the…

React

2 min read

What is React Portal and understand its use case?
What is React Portal and understand its use case?

Published in Dev Genius

·Dec 8, 2021

How to implement React Table Project Setup and useTable

In this article, We will learn how to implement react table in our project and understand each and everything. So let’s install react in our system. npx create-react-app rtdemo cd rtdemo npm start We will use this module for displaying the table. React Table is a collection of hooks for…

React

4 min read

How to implement React Table Project Setup and useTable
How to implement React Table Project Setup and useTable

Dec 8, 2021

How to implement Node.js Rest Apis with Express, Sequelize pagination & MySQL

In this tutorial we will learn Node.js Rest Apis with Express, Sequelize pagination & MySQL. For this we will use express , cors , mysql2 , sequelize. MySQL2 project is a continuation of MySQL-Native. Protocol parser code was rewritten from scratch and api changed to match popular mysqljs/mysql. …

My SQL

3 min read

How to implement Node.js  Rest Apis with Express, Sequelize pagination & MySQL
How to implement Node.js  Rest Apis with Express, Sequelize pagination & MySQL

Dec 7, 2021

How to implement API Authentication with JSON Web Tokens and Passport

Many web applications and APIs use a form of authentication to protect resources and restrict their access only to verified users. This guide will walk you through how to implement authentication for an API using Json Web Tokens (JWTs) and Passport. Passport is a Node.js middle-ware that offers a variety…

Passport

3 min read

How to implement API Authentication with JSON Web Tokens and Passport
How to implement API Authentication with JSON Web Tokens and Passport

Jun 19, 2021

API Development in Laravel 8 using JWT token

API is the acronym for Application Programming Interface, which is a software intermediary that allows two applications to talk to each other. Each time you use an app like Facebook, send an instant message or check the weather on your phone, you’re using an API. Let’s install Laravel 8 via…

Laravel

5 min read

API Development in Laravel 8 using JWT token
API Development in Laravel 8 using JWT token

Jun 11, 2021

Learn Laravel 8 API Development Tutorial Step by Step using Sanctum Authentication

API is the acronym for Application Programming Interface, which is a software intermediary that allows two applications to talk to each other. Each time you use an app like Facebook, send an instant message or check the weather on your phone, you’re using an API. Let’s install Laravel 8 via…

Laravel

7 min read

Learn Laravel 8 API Development Tutorial Step by Step using Sanctum Authentication
Learn Laravel 8 API Development Tutorial Step by Step using Sanctum Authentication

Jun 1, 2021

What is AWS CLI and How to Setup and use AWS CLI to create and update Lambda function ?

The AWS Command Line Interface (AWS CLI) is an open source tool that enables you to interact with AWS services using commands in your command-line shell. With minimal configuration, the AWS CLI enables you to start running commands that implement functionality equivalent to that provided by the browser-based AWS Management…

AWS

1 min read


May 29, 2021

What is ES6 and Learn JavaScript 6 Concepts

Javascript Concepts for interviews — Synonyms: ECMAScript 6, ECMAScript 2015, JavaScript 6. JavaScript is a subset of ECMAScript. Previously javascript. Netscape approach to ECMA and then after it is known as ECMAscript. ECMA does language standardization. However, ES6 tackles a lot of the limitations of the core language, making it easier for devs to code. …

Java Script

4 min read

What is ES6 and Learn JavaScript 6 Concepts
What is ES6 and Learn JavaScript 6 Concepts

May 23, 2021

Send Email using AWS SES and Lambda

Amazon SES (Simple Email Service) is a High-scale inbound and outbound cloud email service. AWS SES is easy to integrate and with high deliverability, efficiency, scaling. You can use AWS SES for transactional email , marketing purpose and for bulk emails. If your Sending email from an application hosted in…

AWS

1 min read

Code With Travel

Code With Travel

Developer by profession . Youtube channel : https://www.youtube.com/channel/UCOWT2JvRnSMVSboxvccZBFQ

Following
  • Connor Leech

    Connor Leech

  • TechMagic

    TechMagic

  • Techtic Solutions

    Techtic Solutions

  • Gokul N K

    Gokul N K

  • Chidume Nnamdi 🔥💻🎵🎮

    Chidume Nnamdi 🔥💻🎵🎮

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable