#100days_of_coding 검색 결과
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 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
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: 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 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.
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: 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 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 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: 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 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 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 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 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 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.
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
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.
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.
"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
"Days 18-19 of #100days_of_coding: 1️⃣ Airline App: ➡️ Added Seat and Airline tables, integrated seat API. ➡️ Restructured the entire flight API. ➡️ Refactored the booking microservice.
"Day 17 of #100days_of_coding: 1️⃣ Completed a lecture on "Project - Reminder Service": ➡️ Introduced a push notification microservice. ➡️ Established seat mapping and associations. ➡️ Integrated message queue using RabbitMQ. Excited about the progress #100DaysOfCode
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 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
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 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 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 18-19 of #100days_of_coding: 2️⃣ Twitter App: ➡️ Set up an Express server & Next client. ➡️ Configured Apollo server & integrated Prisma. ➡️ Completed the Feed page. Excited about the progress and eager for more coding adventures! 💻🚀 #CodingMilestones #CodeEveryDay"
Something went wrong.
Something went wrong.
United States Trends
- 1. Jalen 70.6K posts
- 2. Eagles 113K posts
- 3. Herbert 32.4K posts
- 4. AJ Brown 9,856 posts
- 5. #BoltUp 4,487 posts
- 6. #WWERaw 47.6K posts
- 7. Saquon 11.3K posts
- 8. Sirianni 5,481 posts
- 9. Patullo 6,925 posts
- 10. #PHIvsLAC 3,741 posts
- 11. Tony Jefferson 2,929 posts
- 12. Cam Hart 1,297 posts
- 13. Cameron Dicker 1,789 posts
- 14. 4 INTs 3,338 posts
- 15. Tanner McKee 1,606 posts
- 16. LA Knight 10.1K posts
- 17. Jordan Davis 1,131 posts
- 18. Dotson 1,989 posts
- 19. Greg Roman 1,423 posts
- 20. Smitty 3,115 posts