projects.100xdevs.com Open in urlscan Pro
18.209.201.135  Public Scan

Submitted URL: http://projects.100xdevs.com/
Effective URL: https://projects.100xdevs.com/
Submission: On April 27 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

DailyCode
Search...Ctrl K

LoginToggle theme
Learning Paths
All Categories
Web DevelopmentAdvance Web DevelopmentData Structures and
AlgorithmsDevopsProjectsExtras


 * TYPESCRIPT
   
   Learn about strongly typed languages, Typescript and how you can integrate it
   into your existing javascript codebase.
   Web Development
   
   
   11 LESSONS
   
   Explore


 * ADVANCE BE COMMUNICATION
   
   Advance BE communication
   Advance Web Development
   
   
   8 LESSONS
   
   Explore


 * AUTHENTICATION
   
   How to implement authentication in your website.
   Web Development
   
   
   8 LESSONS
   
   Explore


 * CI/CD
   
   In this track we will learn how to implement a CI/CD pipeline in a project.
   Devops
   
   
   8 LESSONS
   
   Explore


 * NEXT AUTH
   
   Next Auth
   Advance Web Development
   
   
   9 LESSONS
   
   Explore


 * PAYTM PART-2
   
   In this track, we’ll be gong through how to do transfers, transactions and
   locking in databases using prisma and raw queries
   Projects
   
   
   5 LESSONS
   
   Explore


 * PAYTM PROJECT
   
   In this track, we'll be going through the basics of making a wallet app that
   lets users onramp money via a fake bank account. We'll understand how banking
   APIs work for a wallet like app
   Projects
   
   
   20 LESSONS
   
   Explore


 * REDIS (PUB SUBS AND MESSAGING QUEUES)
   
   Redis (Pub subs and Messaging queues)
   Advance Web Development
   
   
   9 LESSONS
   
   Explore


 * SQL DATABASES
   
   In this track, we'll be learning about SQL databases, and how they're
   different from NoSQL databases. Learn about advance concepts like Joins, pg
   library in Node and indexing.
   Advance Web Development
   
   
   11 LESSONS
   
   Explore


 * CODE ALONG - VERCEL
   
   Code along - Vercel
   Projects
   
   
   4 LESSONS
   
   Explore


 * BLOGGING WEBSITE
   
   In this track, we'll be going through how to make a medium like blogging app.
   We'll be understanding how to do this in a serverless fashion, using
   cloudflare workers, prisma as the ORM, typescript as the language
   Projects
   
   
   15 LESSONS
   
   Explore


 * DOCKER END TO END
   
   This track is about docker end to end. We'll learn about common docker
   commands, docker archtecture, port mappings etc
   Devops
   
   
   22 LESSONS
   
   Explore


 * ACTIONABLE DOCKER
   
   In this module, we'll be going through how you can use docker to start
   packages locally.
   Devops
   
   
   6 LESSONS
   
   Explore


 * INTRO CLASS - DSA
   
   In this track we will learn about Strings and Arrays.
   Data Structures and Algorithms
   
   
   7 LESSONS
   
   Explore


 * INTRO CLASS 2- DSA
   
   Intro Class 2- DSA
   Data Structures and Algorithms
   
   
   13 LESSONS
   
   Explore


 * SERVERLESS BACKENDS
   
   In this module, we will be going over serverless Backends. How can you deploy
   serverless backends (for free! without any cc). How can you work with
   cloudflare workers, what is connection pooling and why is it needed in case
   of serverless backends.
   Advance Web Development
   
   
   12 LESSONS
   
   Explore


 * AWS DEPLOYING (EC2)
   
   In this track, you'll learn about how you can deploy your applications to an
   EC2 instance on AWS. You'll also learn about reverse proxies, nginx and
   certificate management
   Advance Web Development
   
   
   8 LESSONS
   
   Explore


 * PRISMA
   
   In this track, you'll learn about how to use prisma as your primary ORM in
   your Node.js app. We'll also learn about how to do relationships in Prisma,
   Advance Web Development
   
   
   12 LESSONS
   
   Explore


 * TURBOREPO AND MONOREPOS
   
   In this track, we'll be going over how you can utilise turborepo to
   effectively create and build monorepos for bigger applications
   Advance Web Development
   
   
   18 LESSONS
   
   Explore


 * MIDDLWARES IN NEXT
   
   In this track we will learn how to implement middlewares in next js
   Web Development
   
   
   5 LESSONS
   
   Explore


 * NEXTJS (CLIENT SIDE)
   
   In this track, we introduce Next.js and go through the basics of creating an
   application in Next. We learn about client side routing, server side
   rendering and server and client components
   Advance Web Development
   
   
   14 LESSONS
   
   Explore


 * NEXTJS (SERVER SIDE)
   
   In this module, we'll understand about API routes, adding DBs to your backend
   app, and create the foundation for writing a backend app in NextJS
   Advance Web Development
   
   
   12 LESSONS
   
   Explore


 * PAYTM PROJECT
   
   Build a PayTM wallet like app using mongodb, react and Express. Learn about
   transactions in databases which are essential for an app
   Projects
   
   
   21 LESSONS
   
   Explore


 * CSR VS SSR VS SSG
   
   In this track we will learn about the difference between Cliet side
   rendering, Server side rendering and Static site generation.
   Advance Web Development
   
   
   3 LESSONS
   
   Explore


 * 5 TOOLS FOR SENIOR ENGINEERS (CODE WITHOUT YOUR MOUSE)
   
   In this track we will learn how to code without using a mouse
   Extras
   
   
   8 LESSONS
   
   Explore


 * MORE TYPESCRIPT APIS
   
   In this track, we'll go through some more advanced Typescript APIs. These
   include things like Pick, Exclue, Record which can get overwhelming the first
   time you look at them
   Advance Web Development
   
   
   7 LESSONS
   
   Explore


 * FRONTEND DEPLOYMENTS ON AWS
   
   In this track, you'll learn about how to create a frontend deployment on AWS.
   More specifically, you'll learn how you can deploy a React application over
   to AWS using S3 and cloudfront
   Advance Web Development
   
   
   9 LESSONS
   
   Explore


 * ARRAYS
   
   In this track, we'll be going through how to create arrays in DSA
   Data Structures and Algorithms
   
   
   6 LESSONS
   
   Explore


 * C++ PART 1
   
   In this track, we'll be understanding the basics of C++
   Data Structures and Algorithms
   
   
   8 LESSONS
   
   Explore


 * C++ PART 2
   
   In this track, we'll be understanding the basics of C++ (Part 2)
   Data Structures and Algorithms
   
   
   5 LESSONS
   
   Explore


 * OPENAPI SPEC
   
   In this track, we'll be learning about the OpenAPI Spec, and how to create a
   Swagger page for your backend
   Advance Web Development
   
   
   7 LESSONS
   
   Explore


 * RATE LIMITTING, DDOS AND CAPTCHA
   
   In this track, we'll be understanding how you can avoid common attacks in
   your backend
   
   
   
   10 LESSONS
   
   Explore


 * SINGLETON PATTERN, BACKEND STATE MANAGEMENT AND PUB SUBS
   
   In this track, we'll be going through the Singleton pattern in JS, state
   management in backend and Pub Subs
   
   
   
   6 LESSONS
   
   Explore


 * CUSTOM HOOKS
   
   In this track, we will be going through how you can create your own custom
   hooks in React
   
   
   
   5 LESSONS
   
   Explore


 * RECURSION
   
   In this track, we'll be going through recursion
   Data Structures and Algorithms
   
   
   6 LESSONS
   
   Explore


QUICK LINKS

100xdevsTerms & ConditionsPrivacy Policy
Download App

FOLLOW US

XInstagramYouTube