- Видео 102
- Просмотров 847 052
CodeHandbook
Индия
Добавлен 13 окт 2011
Code Handbook is a channel which post useful videos related to Web Development, Video editing and any other software related stuff.
Send Email From Google Apps Script
Sending email is an important way to pass information or to communicate information. In this video, let's have a look at how you can send an email from Google Apps Script using GmailApp
Просмотров: 0
Видео
Copy & Modify Google Spreadsheet Automatically | Google Apps Script
Просмотров 202 часа назад
Manually copying and modifying Google spreadsheet has been really tiresome for petty tasks. In this video, we'll see how to automate a simple process where I need to duplicate Google spreadsheet, modify some content and rename the duplicate file dynamically based on current date using Google Apps Script. #googleappscript #googlespreadsheet
Learn Next.js 14 | React. js | Modal Pop Up | Material UI | With Source Code
Просмотров 128День назад
In this Next.js 14 tutorial you'll learn how to use material UI in your Next.js project and integrate Modal Pop up in your project. You'll also learn how to customize the modal popup so that it can be reused. #nextjs14 #materialui #reactjs Source code from this tutorial is available on GitHub. github.com/jay3dec/nextjs-material-ui-popup
How to Upgrade From Next.js 13 to Next.js 14 | Pages Router to App Router
Просмотров 70День назад
In this video we'll see how to upgrade your web application running on Next.js 13 Pages router to Next.js 14 App Router. Source code from this tutorial can be found here github.com/jay3dec/nextjs-upgrade-demo #nextjs14 #beginners
Running Next.js 14 On a Different Port
Просмотров 4821 день назад
By default your Next.js application runs on port number 3000. Now if you want to run your application on a different port number you can make use of the `-p` option. #nextjs14 #beginners
Setting Cookies in Next.js 14 | API Routes
Просмотров 11321 день назад
How to set cookies in Next.js 14. Cookies can set using `cookies` module which can be imported from `next/headers`. You can set cookies by providing a key value pair to the `cookies.set` method. It also has options to provide cookie flags such as httpsonly etc. #nextjs14 #beginners #codehandbook
Create Next.js 14 API & Call From Inside Next.js 14 Application
Просмотров 9421 день назад
This video is related to Next.js 14 framework. One of the users asked how to call a Next.js 14 API from inside the Next.js application itself. In this short video, I'm showing how to create a simple GET method API endpoint inside Next.js 14 and how it can be called from inside the application. #nextjs14 #api
Next.js Page Creation Snippet | Create VS Code Snippets
Просмотров 3728 дней назад
Snippets helps in automating repeated code generation while developing your web application. Here in this tutorial, we'll learn how to create a VS code snippet for Next.js Page creation. Useful Links: Blog : codehandbook.org/how-to-create-a-vs-code-snippet-for-next.js-page-creation/ #vscode #snippets #nextjs14
Remove Vertical Scroll Bar When Using 100vh Height
Просмотров 3122 месяца назад
#html #css During a recent coding workshop I encountered a scenario where using height of 100vh I was getting a scroll bar. Here I'm explaining what was causing it and how I solved it.
Learn Flexbox CSS in 6 minutes
Просмотров 962 месяца назад
In this CSS tutorial, you'll learn how to use CSS Flexbox in your HTML page.
Next.js Login & SignUp Page | Local Storage | Material UI | Next.js Tutorial
Просмотров 1 тыс.2 месяца назад
#beginners #coding #programming #javascript #next #nextjs14 In this Next.js tutorial, you'll learn how to create a simple Login and sign up page using Next.js 14, Material UI and Local Storage.
You DON'T Need If Else Statement | JavaScript | TypeScript
Просмотров 1363 месяца назад
You DON'T Need If Else Statement | JavaScript | TypeScript
Sorting Arrays in JavaScript | Beginners Tutorial
Просмотров 543 месяца назад
Sorting Arrays in JavaScript | Beginners Tutorial
Conditional Rendering in React.js | Next.js
Просмотров 1664 месяца назад
Conditional Rendering in React.js | Next.js
UseEffect in 5 Min | React.js | Next.js
Просмотров 1014 месяца назад
UseEffect in 5 Min | React.js | Next.js
Send POST Request With Fetch API JavaScript | Next.js | React.js
Просмотров 4735 месяцев назад
Send POST Request With Fetch API JavaScript | Next.js | React.js
How to Create Google Forms | Super Simple | 2024
Просмотров 1075 месяцев назад
How to Create Google Forms | Super Simple | 2024
How to Delete Facebook Account | FB Account Deletion
Просмотров 2785 месяцев назад
How to Delete Facebook Account | FB Account Deletion
Setting Up Out of Office in Gmail | Vacation Responder
Просмотров 9297 месяцев назад
Setting Up Out of Office in Gmail | Vacation Responder
Post Form Data Using Fetch to API | Next.js 14 | React.js
Просмотров 4,1 тыс.7 месяцев назад
Post Form Data Using Fetch to API | Next.js 14 | React.js
How to Create New Page in Next.js | Next.js 14
Просмотров 1,2 тыс.8 месяцев назад
How to Create New Page in Next.js | Next.js 14
How to Handle POST Request in Next.js API | App Router
Просмотров 5 тыс.8 месяцев назад
How to Handle POST Request in Next.js API | App Router
How to Query Parameters in Next.js API GET Request | Next.js 14 | REST API
Просмотров 9 тыс.8 месяцев назад
How to Query Parameters in Next.js API GET Request | Next.js 14 | REST API
How to Build REST API Using Next.js 14
Просмотров 7 тыс.8 месяцев назад
How to Build REST API Using Next.js 14
How to Use Material UI in Next.js | Next.js 14
Просмотров 6 тыс.9 месяцев назад
How to Use Material UI in Next.js | Next.js 14
Cannot Find Namespace, While Creating React Context
Просмотров 3329 месяцев назад
Cannot Find Namespace, While Creating React Context
How to Disable/Enable Cookies & Local Storage on Chrome Browser
Просмотров 2 тыс.9 месяцев назад
How to Disable/Enable Cookies & Local Storage on Chrome Browser
How to Fetch Data in Next.js 14 | Server Side | App Router
Просмотров 16 тыс.9 месяцев назад
How to Fetch Data in Next.js 14 | Server Side | App Router