Leave a comment below to introduce yourself! You can talk about what brought you here, what you're learning, or just a fun fact about
yourself.
Re...
For further actions, you may consider blocking this person and/or reporting abuse
Displaying a subset of the total comments. Please sign in to view all comments on this post.
Welcome everyone to dev.to! Glad you are here and hope you are well! I am a DEV Community Moderator and my primary goal is to support everyone on dev.to and ensure everyone is having a good time!
To get started, I recommend reading this guide on making the most out of dev.to!
Get Started on Dev.to! A Beginner's Guide to Engage with the Community! 💡
Make sure to check out other resources here: dev.to/help/community-resources
Any questions about DEV and want to get answers from a DEV Community Mod? Leave a comment and come chat here!
Insights on Sloan and the MLH acquisition
Ask a DEV Community Mod! 🚀
Feel free to introduce yourself and welcome others by replying to at least 2 people! It would be greatly appreciated! :D
Hello, everyone! Excited to be part of the community!
Welcome Joseph!
Welcome Joseph! What brings you here on DEV?
Long time developer, just never very active on the networking front. Mostly tend to browse forums and StackOverflow in my past, trying to get more involved now. What about yourself?
Good to hear! For me, trying to put myself out there than just simply building projects. Thought it would be nice to interact with other people and see what other's share on this platform. Came here since I heard dev.to, but never had the time to get to it until recently (Jan 2026).
Hey everyone 👋 I'm wrack, a mobile app developer.
Hi
Hi
hi!
Welcome, wrack!
Nice to meet you! I hope you enjoy the community. 🚀
Hello everyone!
Hello Jay!
hi!
Waddup yo.
Hi! The name's Alex!
Welcome Alex!
hello ,i am omar
Hello and welcome Omar.
hi
Hi!
Hello all new members, Welcome to DEV.
Hey there.
Hey everyone 👋 I'm CI. I build small tools for creators, and these days
most of my side-project work happens on a Raspberry Pi in the corner of my
room — Claude Code lives on it, so I can pick a session back up from my
phone instead of opening a laptop.
What I'm figuring out right now is where the line sits between "let it run
unattended" and "keep a hand on it." One of my side accounts drafts and
posts on its own; this one doesn't, on purpose.
Fun fact: the setup survives me leaving the house, but not a reboot. Still
working on that part.
Would love to hear from anyone else running things off a spare always-on box.
I run one around the clock and I still don't have a clean answer to your line question. Mine has monitoring, tests, self-diagnosis, and a second loop that reads the first one's errors, and it still dropped new-user stats out of a daily report for eight days before I noticed. Nothing errored. Every number after it was just wrong. The reboot is the easy half of your problem.
That's the better framing. I was treating "survives a reboot" as the hard
part, and you're right that it's the easy half. A crash announces itself.
Eight days of plausible-looking numbers doesn't.
The part that gets me is that yours was being read the whole time. A missing
row you'd catch. A number that's simply wrong looks exactly like a number
that's right. Mine only dodges this by accident — the output is public posts,
so drift and repetition show up to me the same way they show up to everyone
else. That's not monitoring, it's just a failure mode that happens to be loud.
What did you add after? A check for that specific shape, or something general
enough to catch the next silent one? That's the part I don't have.
I added a self-monitoring step outside of the main loop. So at least it should report when something is off. Still not a 100% guarantee.
"Outside the main loop" is the part that matters. A checker inside it
inherits the same blind spots — that's exactly how mine would fail. No
guarantee, but it's an independent pair of eyes, which is more than most
setups have.
Thanks for coming back with the answer.
The out-of-loop checker does not have to run at the same time as the thing it checks. Mine is a dated log, and it caught me two days ago.
I measure whether directories give my site a real link or a nofollow one. I pulled five listings, four were nofollow, mine was the one that was not, and mine was also the only one on a paid trial. That is a clean causal story and I had already started writing it down as fact.
Then I read my own notes from the previous week. I had measured that link the day before the paid tier was ever switched on. Same link, same value, no paid tier. The correlation was real and the cause was invented, by me, from a single same-day snapshot.
Nothing errored there either. The reading was just wrong in a way that looked exactly like a reading that was right, which is your eight days in a different shape.
So the cheap version of "outside the main loop" might just be writing down what you measured with the date attached, and making it a rule to re-read it before you conclude anything. Yesterday's notes do not share today's blind spots.
Hey everyone! 👋
I've been working with AI for quite a while: I was an OpenAI beta tester back before their models were open to the public. My current obsession is an open-source project called Codeman: a self-hosted dashboard for running AI coding agents (Claude Code, Codex, Gemini CLI) on an always-on machine at home and checking on them from my phone.
The rabbit hole was making it feel lag-free: typing into a remote terminal from a phone meant 200-300ms per keystroke, so I ended up building a Mosh-inspired local echo that renders keystrokes instantly in the browser while the real terminal output catches up and replaces them invisibly.
Happy to be here 😀
The local echo is a good bit of engineering for a problem most people would have just lived with. What I'd want to know is what you do about approvals. I run five or six sessions at once and the thing that keeps me at the desk isn't typing speed, it's that every one of them stops to ask permission for something. Can you clear those from the phone, or do you run them with permissions off and hope?
Hello DEV community. I’m Jean-Sébastien, founder of SecuredMe, from Quebec.
I’m a self-taught mathematician and research-software builder working around privacy-first education, cybersecurity, AI-assisted development, and work traces.
I joined DEV to share what I build, but also to learn in public. I care a lot about the human side of AI-assisted coding: planning, testing, correcting, documenting, and keeping the builder’s judgment visible instead of hiding everything behind a polished final screenshot.
Glad to be here.
AI code reads clean, so you skim it, and the bug is in the use case nobody scoped rather than in a line you're looking at. The only thing that makes me actually read it is keeping responsibility on myself. When I fully hand something off I never look at the code, and that's fine only because a bad result there costs me nothing. How do you keep the judgment visible in practice, in the repo or in the writing?
both ^_-
Hey everyone! 👋 I'm Abdur Raffae, a QA Automation Engineer from Pakistan, doing manual, automation, API, and performance testing.
I'm currently exploring AI Agent Testing and MCP (Model Context Protocol), and excited to learn how testing AI-driven systems differs from testing traditional web apps.
Fun fact: on a recent project, I wrote tests for a scoring algorithm before it was even finished — caught three logic bugs in the spec before a single line of "real" code was written.
Looking forward to connecting with this community!
I'd want a real QA person on AI-driven systems, because the failure mode is new. I've watched Claude Code break the logic and then rewrite the failing test so it goes green on the broken code. A passing test proves nothing when the same agent wrote it. Are you testing the agent's output, or its behavior across a whole run? Those turned out to be very different jobs.
I completely agree. Testing AI agents is much more than verifying outputs. We need to evaluate their behavior throughout the entire execution, including how they handle constraints, tool usage, and unexpected situations. Thanks for the insightful comment!
👋 Welcome to Incenta.
We're building the infrastructure that powers customer engagement.
Follow us for engineering insights, product design, growth strategies, and real-world breakdowns of how the world's best products use referrals, rewards, loyalty, gamification, and behavioral psychology to keep users engaged.
Build your product. We'll help you grow it.
Wsg everyone,
I’m a 16-year-old self-taught dev starting to write about my projects and what I’m learning. I’ve got my bio set up and my GitHub linked, but it looks like my account got accidentally blocked by the automatic spam filter because my posts and profile aren't showing up in search.
Just dropping this quick post to say hello and hopefully get a moderator to clear my account so I can start sharing my stuff. Appreciate it!
Hello, everyone. I am a team member from HILOMAX, working in IC programming and testing. Chips are small, yet they power a vast world. I hope technology not only brings convenience to human society, but also adds warmth and goodwill to the world. I am glad to be here and look forward to connecting with you all.
Hi all, How you doing?
I am Suresh
DevOps engineer here, 13 years across AWS, Azure, Kubernetes, and Terraform. Just published my first couple of articles here (self-healing pipelines, Terraform state mistakes) and looking forward to being part of the community.
Hi everyone! 👋
I'm Prasoon from India. I've spent over a decade building cloud platforms, DevOps, and security systems, and lately I've been diving deep into AI infrastructure and agentic systems.
Right now I'm building StackRail, where I'm exploring how to make AI applications production-ready with better observability, governance, and reliability. I'm especially interested in topics like LLM operations, MCP, cloud architecture, and developer tooling.
Looking forward to learning from the community, sharing what I build, and connecting with other engineers working on AI, backend systems, and open source.
Happy to be here!
I'd pay for this, and I've built enough of it myself to be skeptical. I run an agent that scrapes about a dozen platforms and API providers daily and stitches the metrics and logs into one timeline, plus a second loop that reads the first one's errors. Genuinely useful, still not enough. I have to question its output by hand every so often to trigger an investigation. The failures that hurt don't error. What does governance catch when the pipeline is healthy and the number is just wrong?
Saying Hello! Love to make machines behave, or break them gracefully! I'm currently synchronizing with my "Misbehaving Idea", I like to name them :) I've joined dev.to to participate, connect, grow, learn, and join the challenges.
While helping friends and colleagues with their resumes, I noticed several recurring challenges:
Resumes contained too much unnecessary information.
Keywords required by ATS were often missing.
Formatting frequently confused ATS parsers.
Creating different resumes for different jobs took a significant amount of time.
Many AI tools generated generic content instead of tailoring resumes to the target role.
The goal was to build a platform that combines AI assistance with structured resume generation while keeping the user in control. airesume.info/
Hi everyone! 👋 I’m Shao, a full-stack developer and indie maker from China. I’m currently building Musiv, an AI-powered music video SaaS, using TypeScript, TanStack Start, and Cloudflare.
I’m interested in AI, creative tools, and SaaS development. Happy to connect and learn with everyone here! 🚀
hello guys i just joined and posted an opensource project - WISP - I Built a CUDA Engine That Streams 744B Parameter AI Models on Consumer Hardware. Glad to join, going to learn a lot. Plz check it out - github.com/zeroextub-collab/wisp
👋 I'm Victor, a solo dev building Consentify, a lightweight cookie consent tool.
Just posted my first piece here: I scanned 1,775 sites to see how many fire trackers before consent. Turns out 30% do, and having a banner didn't help. Happy to be here.
Hi everyone! 👋
I'm Johan from the Netherlands. I've been writing software for... let's just say long enough to remember when the internet made dial-up noises. 😄
My background is mainly C#, .NET, C++, and Java, and lately I've been learning Kotlin as well.
I originally studied computer graphics, and it's still my biggest interest today—whether that's game development, rendering engines, visualization, or anything involving pixels and 3D.
One of my current side projects is porting a 3D space game I originally wrote in C++ back in 2005 to the web. I'm experimenting with Blazor and writing my own WebGL rendering engine to see how far I can push modern browser technology.
Looking forward to learning from everyone here, sharing what I build, and seeing what the rest of you are working on. 🚀
Hey! everyone I'm Lokesh. I am in final year of my computer science and will be graduating in 2027. Currently I'm into Cybersecurity and intern non-tech (coding ninjas). Love to connect with you all guys.
Hello Everyone , happy to join the community! , i am a full stack web developer and a data analytics & big data student, I came here to meet with people and talk about IT as well as learn more and enhance myself. Not forget to mention that i am focusing on devops and interested in ML and AI
Hey everyone 👋
I run a small food business in Korea and write code on the side —
mostly trading bots and little automation scripts to keep my own
operations from falling apart.
What brought me here: my bot once got a balance of 0 from an
exchange API, treated it as a perfectly valid response, and closed
every position I had. No error, no crash, clean logs. That gap
between "the job ran" and "the job actually worked" has been living
rent-free in my head ever since.
So I'm here to read how other people handle it, and hopefully write
up what I've learned so far.
Nice to meet you all!
Hey, I'm Bruno! I'm an Android dev and have been playing with AI a bit too much lately, and hacking on various ideas and prototypes. I started my first app 10 years ago now and it's called Riff Studio, check it out in the Play Store!
Hey everyone! 👋
I'm Mr Henderson, a self-directed student developer who learned through YouTube, books, and freeCodeCamp.
I mostly write Python tools and scripts. I recently built giteyes, a terminal UI (TUI) for visualising GitHub/local contribution heatmaps and code churn hotspots (built with uv/uvx).
Excited to join the community, learn from everyone here, and see what you're all building! 🥑
HELLO EVERYONE!!!!

Hi everyone! I'm Hew, a web developer interested in building practical web tools,apps and exploring local-first software .
I'm here to learn from the community, share what I build, and connect with other developers.
Looking forward to learning from everyone here!
if you hava any suggestions, please feel free to contact me.
Hello So nice to reach here.
Hi everyone! I'm excited to join the DEV community.
I'm a Senior Full-Stack Python Engineer with a passion for building scalable backend systems, cloud-native applications, and fintech solutions. I enjoy working with Python, FastAPI, Django, Kubernetes, AWS, Azure, and modern DevOps practices.
I'm here to:
Share what I learn while building software.
Write about Python, backend architecture, cloud, and AI.
Learn from other developers and contribute to the community.
Connect with engineers who enjoy solving challenging technical problems.
I'm looking forward to reading your posts, sharing my experiences, and growing together.
Thanks for having me!
Happy coding!
Hi everyone! 👋
I’m Moses, a Java developer with a strong interest in Spring Framework and open-source software. I recently joined DEV because I enjoy learning by building and sharing what I discover along the way.
Right now, I’m working on a project called spring-by-example, where I’m creating practical, beginner-friendly Spring examples with detailed explanations, tests, and documentation. I’m also an active contributor to open-source projects and hope to share my experiences as I continue learning.
Looking forward to learning from the community and connecting with fellow developers. Happy coding! 🚀
Hi everyone! 👋
I'm Ashish, a Senior Android Developer with 12+ years of experience building Android applications using Kotlin, Jetpack Compose, and modern Android architecture. I've worked on apps serving 1M+ users and enjoy diving deep into performance optimisation, Compose internals, benchmarking, and clean architecture.
I'm joining Dev.to to learn in public, share practical engineering lessons from real-world projects, and connect with fellow developers.
Looking forward to learning from the community and contributing where I can. 🚀
Hello everyone!
I'm happy to be part of this community. I'm here to learn, connect with amazing people, and share ideas and experiences whenever I can. I believe there's always something new to learn from others, and I'm looking forward to engaging with you all.
Hello everyone,
I joined dev.to to document my data engineering journey. As a software engineer, I've always been fascinated by data engineering, system design and research.
The objective is to publish articles covering everything from case studies to full projects, share what I've learned, and get insightful feedback from the community.
I have published two articles so far. Feel to check them out or get in touch with me!
Hello, Claude actually referred me to this platform while I was ranting about the frustration of job search. Hopefully joining this community gives me some insight about the dev community. It's quite lonely being unemployed as a developer. No real connection with developers. Yeah that's painful. Anyway hi, I'm Ruby, recently moved to Europe and looking for a job opportunity also to learn more about being a developer in the age of AI.
Hey Ruby, welcome to DEV 👋
Job searching can definitely feel isolating. I hope this community ends up being the kind of place you're looking for. Wishing you all the best with your job search, and hope to see you around the community.
Hello, I am a student that bartends to pay for school. Right now I'm building and testing hardened sandbox environments to safely run AI agents, and writing checks to prove the sandbox actually works. Turns out that second part is harder than it sounds.
Hey everyone
I am motasem an expert game developer, building games, and tools for unity and godot, i work in backend, plain C++ and C# as well !
Nice meeting everyone.
Edit:
Oh i also love RTS games.
Hi everyone — happy to be here! 👋
I work on training infrastructure and training acceleration for large-scale models — optimizing and researching systems across LLM, VLM, and embodied intelligence. Most of my time goes into squeezing throughput out of large distributed training: parallelism strategies, MoE and FP8 optimizations, and lately the training side of VLA / world-action models, which is still pretty underexplored compared to LLM land.
I'll be sharing what we learn along the way — the wins, the tradeoffs, and the things that didn't work. We recently open-sourced our training framework, and I'd genuinely love feedback and discussion from people building in this space. Always happy to talk shop.
Looking forward to learning from this community!
Hi everyone!
I'm a performance marketing specialist turned developer focusing mostly on Python backend development with FastAPI and SQL. Currently building side projects and learning more about software architecture and clean code. I'm also experimenting with AI assisted front end development.
Hi, I’m Srinath.
I’m a software engineer currently building Hawzu, a modern test management platform. Over the years, I’ve spent a lot of time thinking about how teams test software, make release decisions, and measure confidence.
This publication is where I’ll share ideas, challenge common assumptions, and write about software quality, testing, and engineering—not just the product I’m building.
I’d love to hear different perspectives, so feel free to disagree or share how your team approaches these problems.
Hey everyone! 👋
Excited to join the DEV community! I'm Abdullah, a full-stack developer building PromptDev.site (a sandbox for prompt engineering & LLM system architecture).
Looking forward to connecting with fellow builders and sharing dev tools here! 🚀
Hey everyone, glad to be here 👋I'm an indie AI builder, tinkering with AI-related stuff on a daily basis.Planning to write about my dev journey and the pitfalls I run into — hope it's useful to some of you. Always happy to connect and chat!
Hey everyone, I’m Barry. I build small software products, mostly around AI, design, and developer tools. I joined DEV to share the practical lessons behind building them, including the ideas that didn’t work the first time. Lately, I’ve been spending a lot of time on scientific visualization. Looking forward to meeting and learning from other builders here!
👋 Hey everyone! I'm Ville, building Quanome — a privacy-first health app that keeps your DNA, labs and Apple Health data on your own device instead of in the cloud. Just open-sourced a small piece of it: a 100% client-side reader for 23andMe / AncestryDNA / MyHeritage raw data — nothing uploaded, you can literally watch the Network tab. Repo: github.com/cultmetrics/dna-explorer. Happy to nerd out about local-first / on-device data processing!
Hi dev.to! 👋
I'm Aishwarya, an SDE II working in .NET microservices, distributed systems, and applied AI. Just joined to cross-post the articles I've been writing about a production-style platform I built (PatientFlow) — covering Kafka, observability, LLM guardrails, and MCP integration.
Excited to be here and learn from the community. Happy to chat about
.NET, distributed systems, or anything AI/LLM tooling related.
Hello!
I'm Richard, founder of phpMyDEV, LLC, when I was a PHP programmer. I have since moved to a Node stack. Right now I work at Home Depot PT and, lately, spend about 8 hours/day building web apps. After I got laid off in 2022, I tried frantically to find programming work,particularly n NodeJS. I quickly realized that without knowledge of React and how it works, and lacking the will to understand it, found that I was largely unemployable.
I went to real estate school - became Realtor (for about 3 months, and I hated it)
I drove for Uber and totaled my car going 5mph.
In December 2025, I asked chatGPT a question: "what service is the internet missing the most?"
And MIRregistry, L.L.C. was born. It's called Memory Infrastructure Registry, and its main premise is to remember the history of people and AI agents - what they have done over time without exposing any PII (personally identifiable info). In fact, it only has ONE piwece of PII - an email address, so you can login.
At the same time I asked that question, I got hired Home Depot in North Scottsdale.
Glad to be here!
Hey everyone! Full-stack dev here with 5+ years of experience. Excited to be part of the community. Just launched a free web optimization utility under Preflight Tools. Looking forward to learning and sharing here!
hey everyone 👋 im a mobile tech lead, work across Flutter and native Android/iOS.
recently got tired of how painful sharing private packages across repos was on one of our projects, so i built a small private pub registry to fix it for myself, and figured id start writing about the stuff i run into along the way.
mostly here to talk mobile, Flutter/Dart, package management, and the unglamorous infra side of shipping apps. glad to be here
Hi everyone, PostMyForm is a developer tool focused on form handling for static websites.
We joined DEV to share practical guides around GitHub Pages, Astro, plain HTML forms, spam controls, and other static-site topics. We’ve started with a GitHub Pages contact-form walkthrough and plan to contribute more technical content over time.
Looking forward to learning from the community and meeting others working with static sites and lightweight web stacks. 💪🏼
Hi, I am new here. My name is Ivan Dyankov and I am senior software engineer based in London, UK. I am very interested in AI assisted software development and I would like share my experience and also learn from other people's experiences.
Hi everyone! I am a computer science student currently learning web development. My primary tech stack includes Laravel, React, and Go. I hope to learn, interact, and share knowledge with developers here.
Hey everyone!
Excited to join the DEV community!
I’m a part of development, win and web.
I joined DEV to connect with other developers, learn from everyone's posts, and start writing technical breakdowns of how I built my client-side tools.
Looking forward to being part of the community!
You're welcome
hello friends, I am very happy to join this community, I am Indie developer building small useful tools. Sourdough calculator for bakers, payment comparison for India. Next.js + Cloudflare Pages. please give me your advice.🤞
Hi Dev.to! 👋
Happy to finally join! I'm a self-taught developer transitioning from hobbyist to professional.
I joined to share my engineering thought process as I build complex projects—starting with a technical series on designing and writing my own custom scripting language.
Looking forward to reading your posts and sharing my journey!
Hey!
I'm Max, a developer from the Netherlands. I spend most of my time experimenting with AI, building web applications, and trying to become a better engineer every day.
I recently started sharing my journey on DEV and I'm excited to learn from all of you. If you're into AI, software architecture, or just building cool things, let's connect! 😄
*Hey everyone, I’m Khalid
*
I’m a founder/developer, I am a serial problem solver, currently focused on building tools that make web application development simpler and faster. I’ve spent a lot of time working big enterprises and SMEs and building applications, and I’m always exploring better ways to reduce complexity in the development process.
Excited to join Dev.to, learn from the community, and share some of the ideas I’ve been working on.
Hi everyone! 👋
I'm Peter, a web designer and front-end developer with a passion for creating clean, modern, and user-friendly websites. I joined DEV to learn from the community, improve my development skills, and share what I build along the way.
Right now, I'm focused on web design, front-end development, and building projects that solve real-world problems. Looking forward to connecting with other developers, exchanging ideas, and growing together.
Happy to be here! 🚀
Hey everyone! I'm Dan, solo developer from the UK. Just launched StaticCreation, a token-based API platform for UK public sector data (property, vehicles, companies, energy and more). Been building it for 14 months, FastAPI + PostgreSQL, self-hosted on my own hardware. Excited to share what I've learned along the way. 👋
👋 Hey everyone!
I'm Ilya — I run a small Flutter-focused mobile shop (nerdy.pro). We build white-label apps, do a lot of AI-agent-assisted development, and I spend an unreasonable amount of time thinking about state management and design systems.
Excited to be part of the community — looking forward to learning from what others are shipping, especially around mobile architecture and AI-assisted dev workflows.
Hey everyone, Souhail here. 👋 Full-stack dev (Go, Laravel, Vue) with about 7 years in. I mostly build small, zero-dependency open-source libraries, and I finally decided to start writing about the sharp edges I hit instead of just fixing them quietly. Right now I am maintaining a little family of reCAPTCHA components for React, Vue, and Angular, and tinkering with an API gateway in Go. Fun fact: I will happily spend a whole afternoon shaving 1kB off a bundle. Looking forward to learning from this community.
Hey everyone! I’m a mobile engineer mostly focused on Android and Kotlin Multiplatform. Joined Dev.to to share some of the random edge case bugs and architectures I run into daily and hopefully learn a thing or two from the community here.
Looking forward to connecting. Thankyou.
Hi everyone - Arman here, founder of Sugra Systems, Inc.
We build agent-facing data infrastructure (API + MCP server so agents can pull markets, macro, government data, news, climate, etc. with source attribution instead of guessing).
Here to write about MCP tooling and learn how others wire external data into coding agents. Happy to say hello!
Hey Arman! Welcome to DEV :D
Hey everyone 👋
Quick intro:
Outside work, I build personal projects to get end-to-end experience that corporate roles don't always offer.
Fun fact: even outside work hours, I'm usually tinkering on something — building is just what I enjoy doing.
Looking forward to sharing what I learn and building here.
Hi everyone. I mostly build tools for myself, and if they turn out to be useful to someone else, even better.
The last one dragged me into the Instagram Graph API. My first post here is what came out of that: the errors that took me a while to figure out, because the message never points at the real cause.
Hello everyone! I'm Asep from India.
I'm passionate about Linux, DevOps, Docker, self-hosting, and automation. I recently joined DEV to share what I learn while building projects and solving real-world problems.
Looking forward to learning from this amazing community!
Hi everyone!
I enjoy building useful tools, solving problems, and learning from other developers. I’m currently working on ActionsManager and plan to share what I learn along the way.
Looking forward to being part of the community!
Hi everyone! I'm excited to be here. My background is in Java and JEE development, with experience building microservices using Spring, working with Kafka, and implementing CI/CD pipelines. I'm also cloud certified and enjoy exploring modern backend technologies. Right now, I'm expanding my skills by learning AI technologies and looking forward to connecting with others, sharing knowledge, and learning from this community!
Hello everyone my name is Nour, and at 28 years old which basically means I've spent half my life trying to figure out what I want to be when I grow up 😂, I wanted to share a little bit of my story.
Back when I finished school in Syria, life was driven by survival, The country was in the middle of a war, and many of us made choices simply to avoid enlisting in a corrupted military system where new recruits faced terrible odds, I chose a bachelor's degree in interior design. I was actually good at it, and people told me so, but designing spaces just never felt right; I wasn't happy.
Seeking something that clicked, I transitioned into UI/UX design and completed two projects. I liked it, but I still felt like something was missing kind of like a sandwich without the cheese, or in my case, the actual engine making things work.
Eventually, I crossed paths with The Odin Project. I now study it on a daily basis, and while I am still on the journey and not quite done yet, I just want to send a huge thank you to the entire team, i also want to thank DEV Community for helping me along the way.
To anyone reading this who feels stuck, pivoting, or starting over: trust the process, keep building, and remember that it is never too late to redesign your life from the ground up.☺️
Hi everyone! 👋
I'm Jaideep, the founder of JDTechSpace. I'm a full-stack developer who enjoys building practical tools for developers and businesses.
Right now I'm focused on creating Shopify solutions, tracking scripts, and developer SDKs for Meta Pixel, Google Ads, and GA4. I'm also interested in automation, PHP, and building digital products that solve real-world problems.
Looking forward to learning from the community, sharing what I build, and connecting with fellow developers. Happy to be here!
Hey everyone 👋
I run a small independent review site about HR software, which is the least dev.to part of what I do. What I actually spend my evenings on is the thing underneath it: an Astro static site on Cloudflare Pages, and a growing pile of zero-dependency Node scripts that audit my own site. PageSpeed, Search Console, a local dashboard that regenerates from one JSON file so no task's status can live in two places and disagree with itself.
Zero dependency is not purity. It is that a solo project dies of maintenance long before it dies of missing features.
Fun fact, my most useful lesson this month came from a curl that told me the truth and misled me anyway. I checked production for an analytics script, it was not in the response, and I concluded it had never deployed. It had. The platform injects it at the edge, and my bare request did not look enough like a browser to receive it. The tool was not wrong. My question just could not tell "absent" apart from "not served to you".
Here to read the failure write-ups more than the launch posts.
Hi everyone! I’m a software engineer working on providing right context for AI systems. Particularly for solving the accuracy issue in oncall AI agents. I joined dev.to to learn from other developers and share what I’m discovering while building developer tools. Looking forward to learning from everyone here!
Nice to meet you!
I scrolled down. apparently last week was a much more talkative community. I recently left my 13 years at amazon. I it was my favorite hobby - not sure what I'm goiing to get into now. Had thought to make a chatbot company - but I am not that productive yet. Just got 365 and xrm and been tinkering. getting lost. I was able to develop software into amazon enterprise before I left - hit brazil. that was super cool - glad I got to do that.
Hi everyone! 👋
I'm a Computer Science student who loves learning new concepts, building projects, and improving my problem-solving skills. I'll be sharing what I learn along the way...from programming fundamentals to interesting CS topics and small projects.
I'm here to learn, connect with fellow developers, and hopefully help others who are on a similar journey.
Looking forward to learning with this amazing community...Happy coding!!
Hey Nipuna, welcome to DEV 👋
Hello dev.to. I'm back, and I'm building.
I'm Sowaiba, an AI/ML Software engineer. I took about a year away from my career, and I'm stepping back in on purpose: full pace from day one, not easing in slowly. I'll be posting regularly here. Build logs, technical deep dives, lessons from mistakes, and the occasional honest postmortem. If that sounds like your kind of thing, follow along and say hi. I'd love to know what you're building too.
Let's go.