#100Devs
solved today's coding challenge it was fun.
(I know i haven't solved the previous challenges and i'm gonna do them rn. lol)
#freecodecamp #codingfun
solved today's coding challenge it was fun.
(I know i haven't solved the previous challenges and i'm gonna do them rn. lol)
#freecodecamp #codingfun
- Continued experimenting with prompting techniques while diving into Cursor’s documentation.
- Been using these so-called AI-powered editors lately — honestly, still figuring out which ones actually make you more productive
- Continued experimenting with prompting techniques while diving into Cursor’s documentation.
- Been using these so-called AI-powered editors lately — honestly, still figuring out which ones actually make you more productive
- Continued learning the Prompt Engineering path from roadmap.sh.
- Explored and tested out various prompting methods — honestly, pretty fun and straightforward to follow once you get the hang of it.
- Continued learning the Prompt Engineering path from roadmap.sh.
- Explored and tested out various prompting methods — honestly, pretty fun and straightforward to follow once you get the hang of it.
- Prepped for a backend interview — revisited old questions, brushed up on fundamentals, and tried to recall tricky scenarios from past experiences.
- Prepped for a backend interview — revisited old questions, brushed up on fundamentals, and tried to recall tricky scenarios from past experiences.
- Spent today exploring what’s fresh and trending in the AI market — checking new tools, SDKs, and agent frameworks.
- Considering upgrading to ChatGPT Plus or Claude Pro, just to stay ahead and experiment faster with premium models.
- Spent today exploring what’s fresh and trending in the AI market — checking new tools, SDKs, and agent frameworks.
- Considering upgrading to ChatGPT Plus or Claude Pro, just to stay ahead and experiment faster with premium models.
- Spent the last few days researching Facebook API integrations — figuring out how their ecosystem works (Graph API, permissions, tokens, and versioning).
- Spent the last few days researching Facebook API integrations — figuring out how their ecosystem works (Graph API, permissions, tokens, and versioning).
- Designing MongoDB models with scalability in mind — accounting for unexpected growth.
- Refactoring and separating business logic to make the codebase more maintainable.
- Designing MongoDB models with scalability in mind — accounting for unexpected growth.
- Refactoring and separating business logic to make the codebase more maintainable.
- Deep dive into web application security.
- How backend apps can be hardened against phishing attacks(validation, sanitization, email link safety, rate-limiting).
- Deep dive into web application security.
- How backend apps can be hardened against phishing attacks(validation, sanitization, email link safety, rate-limiting).
- Spent time fixing frontend quirks — the old-school `
- How proper semantics boost accessibility and make the DOM feel less like chaos and more like a well-organized library.
- Spent time fixing frontend quirks — the old-school `
- How proper semantics boost accessibility and make the DOM feel less like chaos and more like a well-organized library.
- Deep-dived into X.com’s OAuth 2.0 flow with PKCE and got a working demo app up and running for X APIs + authorization flows.
- Played with Node.js file modules and tried out different Multer strategies for handling uploads in efficient, real-world use cases.
- Deep-dived into X.com’s OAuth 2.0 flow with PKCE and got a working demo app up and running for X APIs + authorization flows.
- Played with Node.js file modules and tried out different Multer strategies for handling uploads in efficient, real-world use cases.
- Implemented **social authorization** and dug into Twitter APIs (v1.0a vs v2.0). Honestly, their complexity had me going in circles, but the experiments with the official docs paid off.
- Implemented **social authorization** and dug into Twitter APIs (v1.0a vs v2.0). Honestly, their complexity had me going in circles, but the experiments with the official docs paid off.
- Read LLM Insiders and explored the concept of cosine similarity — one of the core mechanisms behind how LLMs reason and compare meanings.
- Read LLM Insiders and explored the concept of cosine similarity — one of the core mechanisms behind how LLMs reason and compare meanings.
- Continued exploring GitLab — creating templates felt pretty similar to GitHub’s approach.
- Created a few issues, feature requests, and merge requests (basically GitLab’s version of PRs).
- Continued exploring GitLab — creating templates felt pretty similar to GitHub’s approach.
- Created a few issues, feature requests, and merge requests (basically GitLab’s version of PRs).
- Started exploring GitLab today. The look and feel are obviously different from GitHub, but it still feels a bit off for me right now.
- Just tinkered around the platform — nothing major coded, more about getting familiar with the environment.
- Started exploring GitLab today. The look and feel are obviously different from GitHub, but it still feels a bit off for me right now.
- Just tinkered around the platform — nothing major coded, more about getting familiar with the environment.
- Explored different tracking and analytics strategies. Came across @posthog.com docs and got introduced to how product analytics can be set up.
- Set up basic event tracking and analytics with PostHog to test how it works in practice.
- Explored different tracking and analytics strategies. Came across @posthog.com docs and got introduced to how product analytics can be set up.
- Set up basic event tracking and analytics with PostHog to test how it works in practice.
- Spent time diving into different middleware strategies for Node.js projects. Looked into ways to strengthen backend security and safeguard APIs.
- Applied security-focused middleware and experimented with adding layers of protection for the backend.
- Spent time diving into different middleware strategies for Node.js projects. Looked into ways to strengthen backend security and safeguard APIs.
- Applied security-focused middleware and experimented with adding layers of protection for the backend.
- Continued experimenting with AI agents while exploring LangChain, LangSmith, and LangGraph. Signed up for LangChain Academy to cover their fundamentals in a structured way.
#WebDev #AI #LangChain #100Devs #LearnInPublic #BuildInPublic
- Continued experimenting with AI agents while exploring LangChain, LangSmith, and LangGraph. Signed up for LangChain Academy to cover their fundamentals in a structured way.
#WebDev #AI #LangChain #100Devs #LearnInPublic #BuildInPublic
- Focused on strengthening my @nodejs.org backend knowledge by deep diving into the docs. Explored `process.nextTick`, `setImmediate`, `setInterval`, and `setTimeout`, and studied how they tie into the event loop.
- Focused on strengthening my @nodejs.org backend knowledge by deep diving into the docs. Explored `process.nextTick`, `setImmediate`, `setInterval`, and `setTimeout`, and studied how they tie into the event loop.
- Went deeper into how promises and async/await work in Node.js — focusing on how they handle asynchronous operations and error flow.
- Went deeper into how promises and async/await work in Node.js — focusing on how they handle asynchronous operations and error flow.
- Spent the day tackling TypeScript compilation errors — which pushed me to carefully consider the different response types my code might return. It also sharpened my code-review process.
- Cleaned up the codebase by resolving type issues and made the res. predictable.
- Spent the day tackling TypeScript compilation errors — which pushed me to carefully consider the different response types my code might return. It also sharpened my code-review process.
- Cleaned up the codebase by resolving type issues and made the res. predictable.
- Got back into the frontend side by solving bugs and preparing code for production deployment. Realized again how careful you have to be — one small mistake can bring the whole thing down.
- Got back into the frontend side by solving bugs and preparing code for production deployment. Realized again how careful you have to be — one small mistake can bring the whole thing down.
- Worked on an open-source project that’s migrating from JavaScript to TypeScript — got plenty of exposure to how type errors pop up and how to tackle them. Also explored @coderabbitai.bsky.social it for automated code reviews.
- Worked on an open-source project that’s migrating from JavaScript to TypeScript — got plenty of exposure to how type errors pop up and how to tackle them. Also explored @coderabbitai.bsky.social it for automated code reviews.
- Took some proper rest days, then shifted focus to setting up the project structure for a new backend project. Looked into the flow for implementing social logins with providers like Google and GitHub. using Oauth 2.0 strategies.
- Took some proper rest days, then shifted focus to setting up the project structure for a new backend project. Looked into the flow for implementing social logins with providers like Google and GitHub. using Oauth 2.0 strategies.
- Started learning GraphQL from the basics, following the roadmap.sh roadmap to get a structured path.
- Set up some initial GraphQL examples to get comfortable with queries and the overall syntax.
#WebDev #GraphQL #Backend #100Devs #LearnInPublic #BuildInPublic
- Started learning GraphQL from the basics, following the roadmap.sh roadmap to get a structured path.
- Set up some initial GraphQL examples to get comfortable with queries and the overall syntax.
#WebDev #GraphQL #Backend #100Devs #LearnInPublic #BuildInPublic
- Took a couple days of proper rest, then read an interesting article on why early-stage startups lean towards being open source. Also explored how OAuth 2.0 works for handling logins through providers like GitHub and LinkedIn.
- Took a couple days of proper rest, then read an interesting article on why early-stage startups lean towards being open source. Also explored how OAuth 2.0 works for handling logins through providers like GitHub and LinkedIn.
Connect Bluesky
Enter your Bluesky handle and app password to unlock posting, likes, and your Following feed.
Need an app password? Open Bluesky, go to Settings > App passwords, and create a new one.
Connect with Bluesky
Sign in with your Bluesky account to unlock posting, likes, and your Following feed.