#100days_of_coding kết quả tìm kiếm

Không có kết quả nào cho "#100days_of_coding"

Day 39 of #100days_of_coding: Building Synapse: 🔹 Added PNPM workspace-based Nx monorepo. 🔹 Added Next.js as frontend, Express as backend, TRPC as API , Neon serverless Postgres. 🔹 Integrated Lint-staged for staged area linting, Husky for Git hooks, and Prisma as the ORM.


Days 38 of #100days_of_coding: Advance Backend: 📷 how Load Balancer uses Heartbeat & Push Model to obtain the active app server socket address for routing (using a routing registry). 📷 how LB uses round-robin for traffic distribution, how L7 LB works & use case of L4 + L7 LB.


Days 38 of #100days_of_coding: 📷 Implemented workspace-specific turbo generators (for backend only) & added 2 custom tasks in the pipeline. 📷 Created an Express REST API & generated OpenAPI spec using tsoa package & Swagger UI.


Days 38 of #100days_of_coding: Built a monorepo using Turborepo: 📷 Explored how Turbo utilizes Remote-Caching for lesser build time & how it calculates hashes before executing pipelines. 📷 Added 2 FE (Next, React), 1 BE (Express) & created a Common workspace for backend.


Days 35-37 of #100days_of_coding: ➡️ Established a global user and app-state provider using central context & reducer. ➡️ Leveraged Supabase storage for image assets, enabling users to customize their private workspaces

wafiq25f12's tweet image. Days 35-37 of #100days_of_coding:

➡️ Established a global user and app-state provider using central context & reducer.
➡️ Leveraged Supabase storage for image assets, enabling users to customize their private workspaces
wafiq25f12's tweet image. Days 35-37 of #100days_of_coding:

➡️ Established a global user and app-state provider using central context & reducer.
➡️ Leveraged Supabase storage for image assets, enabling users to customize their private workspaces
wafiq25f12's tweet image. Days 35-37 of #100days_of_coding:

➡️ Established a global user and app-state provider using central context & reducer.
➡️ Leveraged Supabase storage for image assets, enabling users to customize their private workspaces

Days 35-37 of #100days_of_coding: ➡️ Added Subscription with row-level security & Collaborators schema. ➡️ Created workspace creation page enabling users to create Private Workspaces.

wafiq25f12's tweet image. Days 35-37 of #100days_of_coding:

➡️ Added Subscription with row-level security & Collaborators schema.
➡️ Created  workspace creation page enabling users to create Private Workspaces.

Days 35-37 of #100days_of_coding: Notion App (Next.js practice): ➡️ Integrated Google OAuth & registration endpoint with Server-Action, validating credentials using Zod. ➡️ Implemented middleware (to refresh stale sessions) for Master-Routes & authenticated users via Session.

wafiq25f12's tweet image. Days 35-37 of #100days_of_coding:

Notion App (Next.js practice):
➡️ Integrated Google OAuth & registration endpoint with Server-Action, validating credentials using Zod.
➡️ Implemented middleware (to refresh stale sessions) for Master-Routes & authenticated users via Session.
wafiq25f12's tweet image. Days 35-37 of #100days_of_coding:

Notion App (Next.js practice):
➡️ Integrated Google OAuth & registration endpoint with Server-Action, validating credentials using Zod.
➡️ Implemented middleware (to refresh stale sessions) for Master-Routes & authenticated users via Session.
wafiq25f12's tweet image. Days 35-37 of #100days_of_coding:

Notion App (Next.js practice):
➡️ Integrated Google OAuth & registration endpoint with Server-Action, validating credentials using Zod.
➡️ Implemented middleware (to refresh stale sessions) for Master-Routes & authenticated users via Session.

Days 33-34 of #100days_of_coding: 2. Delved into serverless architecture: ➡️ Learned how warm pools reduce cold boot time and latency. ➡️ Set up a basic Express app for Cloudflare Workers deployment practice. 3. Solved 11 React-Typescript questions (TotalTypescript).


Days 33-34 of #100days_of_coding: 1. Started working on Notion (practice Next.js) ➡️ Configured Supabase for authentication, cloud Postgres, and Drizzle as ORM. ➡️ Completed the entire app's database schema. ➡️ Built login & signup component & landing page.


Days 29-32 of #100days_of_coding: ➡️ Implemented Debounce_Search, allowing users to search for subreddits with precision (with auto-suggestion). ➡️ Type safe every (post+patch) request payload using Zod (both frontend+backend).


Days 29-32 of #100days_of_coding: ➡️ Added 1-level nested comments, allowing users to reply and vote on others' comments. ➡️ Users can now see the most controversial replies at the top of every top-level comment.


"Days 29-32 of #100days_of_coding: ➡️ Users can now upvote/downvote posts & cache the most upvoted posts using Redis for fast access to top-rated posts. ➡️ Added performant post detail page containing essential data from Redis (rest is streamed on-demand using Suspense_Boundary)


"Days 29-32 of #100days_of_coding: Completed the Fullstack Reddit App: ➡️ Implemented a dynamic feed section with Infinite_Scrolling, for better user experience. ➡️ Implemented advanced Cursor-based Pagination for seamless post navigation.


Days 26-27 of #100days_of_coding: 3. Fullstack Reddit App update: ➡️ Set up Next.js boilerplate & PostgreSQL. ➡️ Implemented session-based authentication using NextAuth. ➡️ Defined the entire schema and their relations. Added the feature to create subreddits.


"Days 26-27 of #100days_of_coding: 1. Explored React's cache() & inner details workings useOptimistic() . 2. Next.js updates: 🛤️ Learned about parallel & intercept routes & implemented them in my Reddit project. 📝 Implemented getServerSideProps() for SSR in a dummy blog app"


"Days 24-25 of #100days_of_coding: ➡️ Learned about the factors responsible for rendering routes dynamically or statically. ➡️Twitter App: ➡️ Added a new query allowing users to retrieve their profile data.


"Days 24-25 of #100days_of_coding: ➡️Explored React.js cache() and its mechanism, understanding how RSC resolves component waterfall issues. ➡️Experimented with Next.js static render strategies (on-demand and time-based revalidation).


"Days 21-22-23 of #100days_of_coding: Twitter App: ➡️ Integrated S3 bucket and successfully uploaded media using presignedURL. ➡️ Implemented user recommendations. ➡️ setup Redis for caching recommendation queries & rate-limiting each user for 10s after a tweet is created.

wafiq25f12's tweet image. "Days 21-22-23 of #100days_of_coding:

Twitter App: 
 ➡️ Integrated S3 bucket and successfully uploaded media using presignedURL.
 ➡️ Implemented user recommendations.
 ➡️ setup Redis for caching recommendation queries & rate-limiting each user for 10s after a tweet is created.
wafiq25f12's tweet image. "Days 21-22-23 of #100days_of_coding:

Twitter App: 
 ➡️ Integrated S3 bucket and successfully uploaded media using presignedURL.
 ➡️ Implemented user recommendations.
 ➡️ setup Redis for caching recommendation queries & rate-limiting each user for 10s after a tweet is created.
wafiq25f12's tweet image. "Days 21-22-23 of #100days_of_coding:

Twitter App: 
 ➡️ Integrated S3 bucket and successfully uploaded media using presignedURL.
 ➡️ Implemented user recommendations.
 ➡️ setup Redis for caching recommendation queries & rate-limiting each user for 10s after a tweet is created.
wafiq25f12's tweet image. "Days 21-22-23 of #100days_of_coding:

Twitter App: 
 ➡️ Integrated S3 bucket and successfully uploaded media using presignedURL.
 ➡️ Implemented user recommendations.
 ➡️ setup Redis for caching recommendation queries & rate-limiting each user for 10s after a tweet is created.

"Days 23-23-24 of #100days_of_coding: Twitter App: ➡️ Finished implementing the feed, profile, and tweet creation sections. ➡️ Added mutations for creating tweets (with time stamps), following, and unfollowing users.


"Days 20-21 of #100days_of_coding: 1️⃣ Twitter App: ➡️ Implemented Google OAuth. ➡️ Integrated two GraphQL queries (for the current user) & mutations (for tweets). ➡️ Established a 1:N association (user + tweets). ➡️ Implemented client-side caching

wafiq25f12's tweet image. "Days 20-21 of #100days_of_coding:

1️⃣ Twitter App: 
   ➡️ Implemented Google OAuth.
   ➡️ Integrated two GraphQL queries (for the current user) & mutations (for tweets). 
   ➡️ Established a 1:N association (user + tweets). 
   ➡️ Implemented client-side caching
wafiq25f12's tweet image. "Days 20-21 of #100days_of_coding:

1️⃣ Twitter App: 
   ➡️ Implemented Google OAuth.
   ➡️ Integrated two GraphQL queries (for the current user) & mutations (for tweets). 
   ➡️ Established a 1:N association (user + tweets). 
   ➡️ Implemented client-side caching
wafiq25f12's tweet image. "Days 20-21 of #100days_of_coding:

1️⃣ Twitter App: 
   ➡️ Implemented Google OAuth.
   ➡️ Integrated two GraphQL queries (for the current user) & mutations (for tweets). 
   ➡️ Established a 1:N association (user + tweets). 
   ➡️ Implemented client-side caching
wafiq25f12's tweet image. "Days 20-21 of #100days_of_coding:

1️⃣ Twitter App: 
   ➡️ Implemented Google OAuth.
   ➡️ Integrated two GraphQL queries (for the current user) & mutations (for tweets). 
   ➡️ Established a 1:N association (user + tweets). 
   ➡️ Implemented client-side caching

Không có kết quả nào cho "#100days_of_coding"
Không có kết quả nào cho "#100days_of_coding"
Loading...

Something went wrong.


Something went wrong.


United States Trends