#100days_of_coding resultados de búsqueda
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.
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 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 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: ➡️ 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 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 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 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 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 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: 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.
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 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"
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.
Something went wrong.
Something went wrong.
United States Trends
- 1. Browns 48.2K posts
- 2. Ravens 36.1K posts
- 3. Bengals 37.6K posts
- 4. Notre Dame 129K posts
- 5. Josh Allen 16.7K posts
- 6. Shedeur 43.1K posts
- 7. Jeffy Yu 4,518 posts
- 8. Lamar 27.5K posts
- 9. Stefanski 10.2K posts
- 10. Steelers 42.7K posts
- 11. Joe Burrow 12.9K posts
- 12. Bills 87.2K posts
- 13. Colts 27.7K posts
- 14. Titans 24.8K posts
- 15. Saints 31.3K posts
- 16. Bucs 11.1K posts
- 17. #HereWeGo 4,941 posts
- 18. Tee Higgins 6,194 posts
- 19. Tulane 39.8K posts
- 20. Tyler Shough 3,663 posts