Devanshukoli's Avatar

Devanshukoli

@devanshukoli.bsky.social

Software Engineer | Love to learn in public | Love open source projects | I just love swimming 🏊 #100Devs

33 Followers  |  25 Following  |  204 Posts  |  Joined: 10.09.2023  |  2.1166

Latest posts by devanshukoli.bsky.social on Bluesky

- Today felt more like testing tools than writing code, but it’s all part of leveling up the workflow.

10.10.2025 18:12 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Day 59 of #100DaysOfCode #LearnInPublic #BuildInPublic #100Devs

- 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

10.10.2025 18:12 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
Developer Roadmaps - roadmap.sh Community driven roadmaps, articles and guides for developers to grow in their career.

Day 58 of #100DaysOfCode #LearnInPublic #BuildInPublic #100Devs

- 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.

09.10.2025 17:52 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Developer Roadmaps - roadmap.sh Community driven roadmaps, articles and guides for developers to grow in their career.

- Also dove into AI Developer Roadmap on roadmap.sh, exploring a few new AI-related terms and concepts.
- Feels like a good mix of sharpening both my Node.js fundamentalsand AI curiosity today.

08.10.2025 17:14 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Developer Roadmaps - roadmap.sh Community driven roadmaps, articles and guides for developers to grow in their career.

Day 57 of #100DaysOfCode #LearnInPublic #BuildInPublic #100Devs

- Prepped for a backend interview β€” revisited old questions, brushed up on fundamentals, and tried to recall tricky scenarios from past experiences.

08.10.2025 17:14 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

- Wrapped up the day listening to some flute music β€” perfect chill-down after a tech-heavy week.

07.10.2025 16:16 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Day 56 of #100DaysOfCode #LearnInPublic #BuildInPublic #100Devs

- 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.

07.10.2025 16:16 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

- Honestly, Facebook’s developer docs can be a maze at times β€” but once you get used to their structure, it starts making sense.
- plan out an actual integration flow (auth, data fetch, and posting) to test everything end-to-end.

06.10.2025 17:36 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Day 50–55 of #100DaysOfCode #LearnInPublic #BuildInPublic #100Devs

- Spent the last few days researching Facebook API integrations β€” figuring out how their ecosystem works (Graph API, permissions, tokens, and versioning).

06.10.2025 17:36 β€” πŸ‘ 9    πŸ” 1    πŸ’¬ 2    πŸ“Œ 0

- I’m wrestling with the question β€” how do large codebases scale without turning into a developer’s headache? I’ve read about microservices, but honestly, the complexity feels like a double-edged sword.

#100DaysOfCode #Backend #Scalability #MongoDB

30.09.2025 17:26 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Day 49 of #100DaysOfCode

- Designing MongoDB models with scalability in mind β€” accounting for unexpected growth.
- Refactoring and separating business logic to make the codebase more maintainable.

30.09.2025 17:26 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

- Guarding against malicious dependency injections(supply chain attacks, not DI as a feature). Things like checking package integrity, monitoring dependencies, and using tools like `npm audit`, Snyk, Dependabot.

#100DaysOfCode #Backend #WebSecurity

29.09.2025 17:37 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Day 44–48 of #100DaysOfCode

- Deep dive into web application security.
- How backend apps can be hardened against phishing attacks(validation, sanitization, email link safety, rate-limiting).

29.09.2025 17:37 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

- Debugging frontend feels like taking a walk after heavy backend lifting β€” lighter, but it teaches you the hidden power of small details.

#Frontend #Accessibility #SemanticHTML

25.09.2025 17:31 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Day 44 of #100DaysOfCode

- Spent time fixing frontend quirks β€” the old-school `<div soup>` vs shiny new semantic HTML elements
- How proper semantics boost accessibility and make the DOM feel less like chaos and more like a well-organized library.

25.09.2025 17:31 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

- OAuth flows feel like a puzzle with hidden traps but once it clicks, it’s super rewarding. File handling in Node, on the other hand, is like plumbing β€” boring until you realize a leak (bad strategy) can flood your whole app.

#NodeJS #OAuth2 #XAPI #Multer #BuildInPublic

24.09.2025 16:51 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Day 42–43 of #100DaysOfCode

- 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.

24.09.2025 16:51 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

- Both OAuth flows and AI behaviors remind me that docs only get you halfway β€” real understanding comes from breaking and fixing things yourself.

22.09.2025 17:25 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

- Worked on an **AI Foundry project**, diving into why AI models **hallucinate** or **ghost** during long, context-heavy conversations. Super eye-opening to trace the patterns behind these quirks.

#NodeJS #TwitterAPI #OAuth #AI #LLM #BuildInPublic

22.09.2025 17:25 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0

Day 39–41 of #100DaysOfCode

- 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.

22.09.2025 17:25 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

- It’s fascinating how a math concept can be the backbone of "understanding" in AI. Makes me realize how deep the math-AI connection really runs.

#AI #LLM #MachineLearning #MathInAI #BuildInPublic

19.09.2025 18:05 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

Day 38 of #100DaysOfCode

- Read LLM Insiders and explored the concept of cosine similarity β€” one of the core mechanisms behind how LLMs reason and compare meanings.

19.09.2025 18:05 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

- The workflow isn’t too far off from GitHub, just a matter of getting used to the GitLab way of doing things. I’ll keep digging into it tomorrow.

#WebDev #GitLab #OpenSource #100Devs #LearnInPublic #BuildInPublic

18.09.2025 17:48 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Day 37 of #100DaysOfCode

- 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).

18.09.2025 17:48 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

- First impressions matter, and GitLab feels like learning a cousin of GitHub. Tomorrow I’ll dive deeper into its collaboration features to see how it compares.

#WebDev #GitLab #OpenSource #100Devs #LearnInPublic #BuildInPublic

17.09.2025 18:03 β€” πŸ‘ 4    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

Day 36 of #100DaysOfCode

- 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.

17.09.2025 18:03 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

- Tools like PostHog make analytics feel less intimidating β€” it’s like getting x-ray vision into how users interact with your app.

#WebDev #Analytics #PostHog #100Devs #LearnInPublic #BuildInPublic

16.09.2025 17:15 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Day 35 of #100DaysOfCode

- 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.

16.09.2025 17:15 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

thanks bro

16.09.2025 16:40 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

- Middleware feels like the unsung hero of backend projects β€” invisible to the user, but essential for safety and stability.

#WebDev #NodeJS #Backend #Security #100Devs #LearnInPublic #BuildInPublic

15.09.2025 17:32 β€” πŸ‘ 8    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@devanshukoli is following 19 prominent accounts