DEV Community

Cover image for Welcome Thread - v368

Welcome Thread - v368

Sloan the DEV Moderator on March 11, 2026

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

Displaying a subset of the total comments. Please sign in to view all comments on this post.

Collapse
 
sorsax profile image
Sorsax

Hi! Not sure why I ended up in here... I'm a Finnish ICT student and programmer, I looove rhythym games and I love tinkering with them, especially arcade infra stuff!! I also mess around with electronics. Looking forward to meeting some awesome people here :P

Collapse
 
ben profile image
Ben Halpern The DEV Team

Welcome!

Collapse
 
jon_at_backboardio profile image
Jonathan Murray

great to be here

Collapse
 
jess profile image
Jess Lee The DEV Team

Welcome to the community!

Collapse
 
silxnce-is-him profile image
SiLXNCE

wht up

Collapse
 
jon_at_backboardio profile image
Jonathan Murray

Lets gooooo Jess

Collapse
 
artanidos profile image
Art

Hey, I’m Art.

An old-school developer with 30+ years of experience in software development.
I enjoy helping junior developers because I’ve made plenty of mistakes myself over the years and if sharing those experiences helps someone avoid the same traps, that’s a good thing.

Over time I’ve also built a few things of my own:

  • SML – Simple Markup Language (QML like)
  • SMS – Simple Multiplatform Script (Kotlin like)

Both are part of a small software stack built on top of Godot, aimed at creating native applications without relying on large web frameworks. The idea is simple: create native applications without needing a large web stack.

One problem I keep running into is this:

Modern software stacks keep getting more complex — dependencies, frameworks, build tools, layers on layers.

Sometimes I wonder if we are solving the problem or just adding more complexity.
So I’m curious:
How do you deal with growing complexity in modern software stacks?

Looking forward to hearing your thoughts and learning from the community here.

Collapse
 
dawn_coder profile image
Dawn

Gah, yes!!! Too many fancy tools, too much separation from the basics.

Broken web pages because I forgot to give a type after years of using framework components rather than real HTML elements (the button was submitting and the page refreshing and wiping form entries instead of taking the correct action).

Cluttered and hard-to-read HTML because we're dropping dozens of Tailwind classes on a component rather than putting all the styles in a CSS block at the bottom of the file (I do Vue, huge fan of single file components).

Vulnerable packages identified which need resolving, turns out someone had decided to import a package just to adjust string casing because that seemed more natural to them than writing a three line function in house.

Some external frameworks and packages are truly fantastic, especially for many things datetime-related, but I do agree with you that in some places we seem to have gone waaaaaaaay too far down the road of 'bring in a tool' for just about anything.

How do I deal with? I strip out unjustified complexity where I can, and go back to basics.

Welcome to the community 👋. I get the impression you have a lot of interesting experience to share!

Collapse
 
artanidos profile image
Art

I do...
I am fighting the browser war since 1900. You have to support various browser and their versions. This all leads to many test cases and leaves no time for architecture thinking. Not even for coding, because you spend most of the time debugging. Im for example using ChatGPT on my mac...all fine, its a native app. Then I switch to Linux via Moolight (remote) and ChatGPT there is based on Electron, based on web tech. And often this thread is on 100% CPU waiting for a response from the cloud. Pure Horror!!

Thread Thread
 
dawn_coder profile image
Dawn

Oh, that sounds painful. You have my sympathies!

Collapse
 
gregstrange profile image
Greg Strange

I fight it like a dying lion. I'm actually working on three FOSS projects this year to address the rising unnecessary complexity in core dev tooling. I just posted about one today.

In general, the way I approach my clients on this topic is to explain that reducing complexity is like washing your clothes. Clothes get dirty from use and have to be washed to stay fresh and presentable for a long time. Refactoring, rewriting, strangling off bad code, etc. are just washing the code from the dreck built up from (mis)use. That analogy has done more to get sign off from executives than any PowerPoint I ever made.

Collapse
 
artanidos profile image
Art

Washing is needed...it begans to stink otherwise

Collapse
 
yvg profile image
Yves Van Goethem

Hey folks, I'm Yves.
I spent many years as part of the first dozen employees at Berlin startups like SoundCloud and ToolTime. Good ol' times :D

I've now co-founded a small AI startup and I spend most of my days deep in technicalities, specifically agentic AI systems, and I pick up marketing, design, and business wherever I can. When I'm not traveling cyberspace, I'm usually on a cycling adventure or minimalistic camping somewhere with my family.

I write on my own blogs and plan to cross-post here. Happy to connect, and looking forward to engaging with the community :)

Collapse
 
yvg profile image
Yves Van Goethem

Also, who should I follow and why? =)

Collapse
 
jess profile image
Jess Lee The DEV Team

Here are a few writers that immediately come to mind: @ujja, @grahamthedev, @pascal_cescato_692b7a8a20, @ingosteinke, @rawveg, @bekahhw!

Thread Thread
 
bekahhw profile image
BekahHW

Thanks, Jess!

Thread Thread
 
ujja profile image
ujja

Thanks for the mention, Jess ❤️

 
grahamthedev profile image
GrahamTheDev

Thanks for the shoutout! <3

Collapse
 
eniskovac profile image
Enis Kovac

Hey everyone! I'm Enis, software developer from Bosnia and Herzegovina.

Over the years I've co-founded a few things: Outecho, a software development agency, and Orren, an AI platform that helps professionals build their personal brand on LinkedIn. I also work as an AI & automation consultant, helping teams replace manual processes with systems that actually scale.

Our latest project is Lama - an AI QA agent that generates native test code from plain English descriptions. We just launched as research preview. No proprietary format, no lock-in, just real test code that lives in your repo and runs in your CI.

I'm here to write about QA, automation, and building products, and to connect with people who've felt the same pain points firsthand.

Happy to be here 👋

Collapse
 
konark_13 profile image
Konark Sharma

Hi, Enis. Welcome to the community!🥳

Outecho, Orren and Lama amazing projects and we all would love to try these out. Looking forward for your articles on QA, automation.

What were the lessons from Outecho that helped you a lot in Orren and what lessons from Outecho, Orren helped you a lot in Lama.

Collapse
 
eniskovac profile image
Enis Kovac

Thank you, really appreciate the warm welcome!

Great question, and honestly one I haven't stopped thinking about.

From Outecho to Orren: Running an agency teaches you one thing fast, most of the pain your clients feel is not unique to them. You see the same problems across dozens of companies and industries. With Orren, we weren't guessing at the problem. We'd watched professionals struggle with LinkedIn content consistency for years across our client work. The product came from real, repeated observation, not a hypothesis.

From Outecho + Orren to Lama: Two big lessons carried over. The first is distribution. Building a great product is only half the game, maybe less. We learned that the hard way with Orren and we're being much more intentional about it with Lama from day one. The second is talking to users before you think you're ready. With Lama we started getting feedback from QA engineers very early, even when the product felt incomplete. That shaped almost everything about how it works today.

The meta lesson across all three: the problems worth solving are usually hiding in plain sight. You just have to work closely enough with people to see them.

Looking forward to sharing more here! 🙏

Thread Thread
 
konark_13 profile image
Konark Sharma

Wow, such great learnings. You have grown quite a lot from Outecho to Lama. Hope you get even more success.

That is such a great line 'the problems worth solving are usually hiding in plain sight'. I have got to learn a lot from you. Thank you sharing such awesome learnings.

Looking forward for your articles.😊

Thread Thread
 
eniskovac profile image
Enis Kovac

Thank you Konark!

Collapse
 
lexaura profile image
Odhiambo Alex

Hi everyone! 👋
My name is Alex (Odhiambo Alex). I'm excited to join the DEV community. I'm interested in learning more about programming, technology, and improving my coding skills. I'm looking forward to connecting with other developers and learning from your experiences.

Happy to be here! 🚀

Collapse
 
rubasri_srikanthan profile image
Rubasri Srikanthan

Welcome to DEV.to, Alex! It’s great to have you here. Wishing you the best on your coding journey—this community is a great place to learn and connect with other developers.

Collapse
 
lexaura profile image
Odhiambo Alex

Thank you So much Rubasri.

Collapse
 
introlohq profile image
Kiyo

Hi I'm Kiyo, founder of Introlo. Will be using this platform to share what I build, what I break, and most importantly - what I learn.

Collapse
 
ben profile image
Ben Halpern The DEV Team

Welcome!

Collapse
 
introlohq profile image
Kiyo

Happy to be here!

Collapse
 
jess profile image
Jess Lee The DEV Team

Awesome, following!

Collapse
 
introlohq profile image
Kiyo

Just posted a couple articles on this!

Collapse
 
rubasri_srikanthan profile image
Rubasri Srikanthan

Welcome to DEV.to Kiyo!

Collapse
 
hekimapro profile image
Hekima Peter

Hello, I'm Hekima (Wisdom).
As a seasoned full-stack developer proficient in JavaScript, TypeScript, and Go Lang, I specialize in crafting cutting-edge solutions for mobile, web, and tool development. With a meticulous approach to coding and a passion for creating seamless user experiences, I bring a wealth of expertise to every project. Let's collaborate to turn your ideas into exceptional, high-performance software solutions

Collapse
 
ben profile image
Ben Halpern The DEV Team

Welcome welcome!

Collapse
 
rubasri_srikanthan profile image
Rubasri Srikanthan • Edited

Welcome to DEV.to, Hekima! Your experience across JavaScript, TypeScript, and Go sounds impressive. Looking forward to seeing the projects and ideas you share with the community here!

Collapse
 
hekimapro profile image
Hekima Peter

Thank you so much.

Collapse
 
peter profile image
Peter Kim Frank The DEV Team

Welcome, everyone!

Collapse
 
andreata profile image
Andrea Tasselli

Hey!
I'm Andrea, a web developer from Italy.
Mostly self-taught, I work mainly with Vue on the frontend. Recently I started learning React — vibe coding is making it much less intimidating than I expected.
I like building products and tools that solve real problems.
Happy to be here and learn from everyone.

Collapse
 
konark_13 profile image
Konark Sharma

Hi, Andrea. Welcome to the community!🥳

Well great on being a self-taught programmer. So, what are the similarity and differences you found about Vue and React?

Collapse
 
andreata profile image
Andrea Tasselli

Thanks Konark!

From my experience, the biggest difference is the learning curve and where each one shines.

Vue feels very natural if you come from HTML/CSS and basic JavaScript. The template syntax is close to regular markup, the reactivity system is intuitive, and you can be productive quickly without deep JS knowledge. I've used it mostly for headless ecommerce frontends and platforms where the UI is interactive but not extremely complex — product catalogs, dashboards, multi-step forms. Vue handles that sweet spot really well.

React feels more powerful for highly interactive interfaces — complex state management, lots of components talking to each other, real-time updates. But the mental model (hooks, JSX, the "everything is JavaScript" approach) is harder to pick up if you're not already comfortable thinking in JS.

The interesting thing is that vibe coding is kind of erasing this gap. When you can describe what you want and the AI writes the component, the framework's complexity matters much less. I'm building things in React now that would have taken me weeks to figure out on my own — not because React is hard, but because the boilerplate and patterns are handled by the AI. It's making every framework accessible to everyone, which I think changes the whole "Vue vs React" debate.

Thread Thread
 
konark_13 profile image
Konark Sharma

Wow, Andrea. You have precisely explained everything pretty well. I mostly work with React so wanted to know the difference. Thanks for making it clear.

Yeah, You are right. Vibe coding bridges this gap and handles the boilerplate and patterns pretty well. What were the challenges you faced while vibe coding?

Thread Thread
 
andreata profile image
Andrea Tasselli

Thanks Konark! Good question.

The biggest challenge for me is context loss. When a project grows beyond a certain size, the AI starts forgetting decisions it made earlier — naming conventions, state management patterns, even the architecture it chose 20 prompts ago. You end up with inconsistencies that you only notice when something breaks.

My workaround: I keep a RULES.md file in every project with the key decisions ("we use composables for shared logic", "all API calls go through /services", "state is managed with Pinia"). I paste it at the start of every session. It's manual, but it keeps the AI aligned.

The second challenge is debugging. When the AI writes code you don't fully understand, debugging becomes harder. You can ask the AI to fix it, but sometimes it fixes the symptom and introduces a new bug somewhere else. I've learned to always read the code the AI generates before accepting it — even if it takes longer, it saves time in the long run.

The third one is over-reliance. It's tempting to let the AI handle everything, but then you stop learning. I try to use vibe coding for the parts I already understand conceptually (so I can verify the output) and do the new stuff manually first, then refactor with AI help. That way I actually learn React instead of just generating React.

Honestly though, the benefits massively outweigh the challenges. I shipped things in days that would have taken weeks before.

Thread Thread
 
konark_13 profile image
Konark Sharma

Yea, Ofcourse that was my go to challenge as well. The more complex your projects gets the more AI forgets decisions and try something new. I have tasked my AI to break the task into small task and don't move forward till I tell it to. This makes the code for me to handle without breaking loose. Your workaround sounds good to would love to try it in my next session.

Debugging is another issue. When I used the code to generate my portfolio it was a big match with AI. There were so many small details that I asked AI to modify but it started hallucinating and even after multiple attempts the problems remained the same. But I have to debug it myself and modify the AI generated code to my likings.

Yeah, over-reliance. I heard this news of a company recently who used AI to combine two products and the AI deleted the database and saved checkpoints of database and made a fresh start for both products.

Yeah keep breaking and building projects on your learning journey.

Collapse
 
moebiusansa profile image
Fard Johnmar • Edited

Hello. Long-time builder in healthcare, machine learning, natural language processing and AI. I'm a big scifi and music nerd and love to build stuff that will make people's lives a bit better and safer. Here to share, help and encourage.

A lot of people know me for my work in digital health innovation, which I did for about 20 years. What drove my curiosity in that area was an ongoing interest in how technology changes the relationship between humans and systems.

Now I spend my time building tools to help us thrive in the autonomous AI era.

What's different now: the systems we build don't just serve humans anymore. They serve agents too. And agents interact with software completely differently than humans do—no visual interfaces, just structured data, schemas, and programmatic discovery.

This creates design and engineering challenges nobody taught us about. We've spent 40 years building for humans with eyes and hands. Now half our users are machines. My last post on dev.to went into this a bit more.

Looking forward to learning from the community!

Collapse
 
guardr profile image
Guardr

Hey! I'm Anatoli.
Building Guardr - a free website security scanner and uptime monitor. Just published my first post here about security headers. Excited to connect with other devs who care about web security!

Collapse
 
peter profile image
Peter Kim Frank The DEV Team

Welcome!

Collapse
 
guardr profile image
Guardr • Edited

Thank you! Excited to learn more about this community!

Collapse
 
monicah profile image
Monicah Ajeso

Hey everyone!

I'm Monicah — currently learning JavaScript and React through The Odin Project and thoroughly enjoying (and occasionally struggling with) the journey.

I started writing here to document the concepts I'm learning as I go. If I'm figuring something out, someone else probably is too — so why not share it?

For those of you already working in front-end dev: what resources or habits have helped you grow the most? I'd love to know.

Glad to be here 😊!

Collapse
 
konark_13 profile image
Konark Sharma

Hi, Monica. Welcome to the community!🥳

All the best for your Odin Project Journey. Your articles are amazing.. keep breaking, building and writing.

For front-end dev I mostly use resources on github as they are free and moderated by the developers for interview preparations and practice but I like portfolio a lot of many people so I visit and play with them if got the time. What's your go to resource for frontend.

Collapse
 
monicah profile image
Monicah Ajeso

Hi Konark,

Thank you for the warm wishes.

At the moment I am mostly reading javascript.info and MDN docs then watch tutorials on youtube, webDev Simplified and Bro code mostly then do the projects on the course. I just started writing articles recently.

I have not yet started prepping for interviews that is my next step.

Collapse
 
huraira118 profile image
Abu Huraira ch

Hi! idk why i am here even not a developer, just good in front-end web development just decided to sell the web design templates i needed a communty for guide and help so just gemini recommended me dev.to

Collapse
 
moonlitpath1 profile image
moonlitpath

Hello everyone! I'm Anushka Badhe, a college student pursuing a Bachelor's degree in Information Technology in India.

I'm very interested in systems programming and enjoy exploring how systems work under the hood. Recently I've been diving into Linux internals and learning about kernel development — though I'm still very much a beginner.

I enjoy documenting things I learn or troubleshoot along the way. I previously wrote posts on my Blogspot blog, but I’m planning to share my future explorations here on Dev.to as well.

I’m also hoping to connect with other developers who are interested in systems programming, Linux, and low-level development. Looking forward to learning from the community and sharing what I discover!
😊🌸

Collapse
 
rubasri_srikanthan profile image
Rubasri Srikanthan

Hi Anushka! Welcome to DEV.to. It’s awesome that you’re diving into Linux internals and documenting your learning.

Collapse
 
moonlitpath1 profile image
moonlitpath

Thank you so much! 😊
I’m really excited to be here and learn from everyone in the community. 🌸🌸

Collapse
 
subhrangsu_dev profile image
Subhrangsu Bera

Hi!

I'm Subhrangsu, a Frontend Developer from India working mainly with Angular, TypeScript, and modern web technologies.

I enjoy building scalable UI architectures and writing technical articles about things I learn along the way. Recently I've been sharing posts about JavaScript concepts, Git internals, and developer experiences.

I'm here to learn from other developers, share knowledge, and connect with people building interesting things on the web.

Looking forward to being part of this awesome community.

Collapse
 
shadowxbyte profile image
SIAM HOSSAIN

Hi everyone! I'm Siam, a Computer Science student from Bangladesh. I just started my first year and I'm excited to dive into the world of CS. I joined DEV to learn from this amazing community and start building connections. Looking forward to the journey ahead! 👋

Collapse
 
dawn_coder profile image
Dawn

Hi Siam 👋 Welcome to the community!

I'm really new here myself (and still rather new to the industry compared to some folk!). This does seem like a good place to learn, ask questions, and share thoughts. I hope you enjoy it 😄

Collapse
 
rubasri_srikanthan profile image
Rubasri Srikanthan

Welcome to DEV.to, Dawn! Hope you enjoy being part of the community here.

Collapse
 
rubasri_srikanthan profile image
Rubasri Srikanthan

Hi Siam, Welcome to the community! As Dawn mentioned, this is a great place to learn, ask questions, and share ideas. Hope you enjoy being part of DEV.to!

Collapse
 
gavincettolo profile image
Gavin Cettolo

Hellooooo everyone 👋

I’m a full-stack developer mainly working with React, Next.js, and Node.js, with a growing interest in the intersection between software engineering and business.

I’ve recently started sharing some articles here about topics like Clean Code, technical debt, team dynamics, and modern frontend patterns.

If these topics resonate with you, feel free to check out my profile, I’d love to connect and hear your thoughts! 🙂

Collapse
 
lucaferri profile image
Luca Ferri

Welcome Gavin

Collapse
 
mdfffcom profile image
Mei Mei

Hi everyone! new to the group. I’ve always had an interest in web development, but unfortunately things didn’t go the way I planned before and I never really pursued it seriously. Recently, I came across the story of someone who became a web developer at the age of 40, and that really inspired me. It made me realize that maybe it’s not too late for me either. So I decided to start learning and practicing again, and I’ve been doing it consistently for about two weeks now. I’m excited to keep improving, learn from all of you, and hopefully grow in this field. Looking forward to being part of the community!

Collapse
 
javz profile image
Julien Avezou

Love this Mei Mei, it's never too late to learn new skills. You have done the hardest which is to get started.
2 weeks is a great start! Keep it up!

Collapse
 
knihal12 profile image
Kumar Nihal

Hi everyone 👋

I'm Kumar, a fresher currently trying to build my own SaaS and automation agency.
Right now I'm working on a lead generation platform called LeadIt.
I'm building it step by step and planning to share my journey here, including the architecture, lessons, and mistakes along the way.
I would really appreciate feedback from the community.
Learning from other builders here will help me improve and grow much faster.
Looking forward to connecting with everyone!

Collapse
 
adarshinternx profile image
Adarsh

Hey DEV community! I'm Adarsh - a frontend developer who's been working with HTML/CSS for a while now. I'm here to share practical insights around web development and tools that actually help CS students when they're stuck on complex assignments. Looking forward to learning from this community and contributing where I can!"

Collapse
 
rubasri_srikanthan profile image
Rubasri Srikanthan

Welcome to DEV.to, Adarsh! It’s great to see someone focused on helping CS students with practical insights. Great stuff—looking forward to your posts!

Collapse
 
adarshinternx profile image
Adarsh

Thanks, Rubasri! Really appreciate the warm welcome. Looking forward to sharing some practical stuff CS students can actually use when deadlines hit.

Collapse
 
ggggame profile image
Davide Ricca

Hi! i reached dev.to thanks to a friend, i was looking for a real dev place, not just a sub-category

I am Davide RIcca, a back-end engineer with 3+ years of experience in company, plus more others as a self-taught dev, i started programming by forking an open-source private game server and developing it independently as a solo project.

Collapse
 
manuelcpv1 profile image
Manuel

I have no experience in computers. I'm motivated and full of ideas after I complete the Odin Project. Completely grateful this opportunity is offerred. I can use all the help and advice I can get. thank everyone ahead of time!!

Collapse
 
arbaev profile image
Timur Arbaev

Hi! 👋
I've been lurking on DEV.to for a while as a reader, but recently a task at work pushed me to actually build something — a DXF rendering library. That project finally gave me a reason to stop reading and start participating.
Looking forward to learning from this community and hopefully contributing something useful too!

Collapse
 
lgpoliveira profile image
LUIS GUSTAVO PEIL DE OLIVEIRA

Hello there. Well, lets tell you guys 2 curiosities about me:

  1. I'm addicted to The Simpsons series. To the point I use episodes as example/reference sometimes.
  2. I am a Brazilian living in Poland for the past ~9 years.

Well, I ended up here firstly because I really want to integrate more with the Dev community and share some knowledge.

Collapse
 
huzaifaatwork profile image
Huzaifa Faisal

Hi! I am an AI student from Pakistan. love discovering new things in this field , reading about innovations and research in AI. just wanted to meet people who share the same interests. still a beginner tho.

Collapse
 
usecasepilot profile image
UseCasePilot

Hi everyone! 👋

I'm Gagan, a developer currently exploring AI workflows and productivity tools.

Recently I built a small side project where I'm documenting real AI use cases and prompt templates developers can use in their daily work.

Still very early, but it's been fun experimenting with programmatic SEO and structured prompt libraries.

Looking forward to learning from the community here and seeing what everyone else is building with AI.

Collapse
 
ptzyam profile image
Peretz Yam

Hey! I'm building Pulso — a multi-tenant Telegram support bot SaaS.
Small businesses connect their own bot token, and Claude handles customer
support in 7 languages automatically.

Stack: Python, python-telegram-bot, Claude Haiku, Supabase.
Happy to connect with other indie hackers and SaaS builders here!

Collapse
 
avictorbabs_tabsoltech profile image
Victor Adeleye

Hi everyone! I'm a Software Engineer focused mainly on backend development with Python and Laravel. I also have some DevOps experience working with tools like Terraform and Ansible.

I enjoy exploring new technologies and believe there's always something new to learn, regardless of your experience level. I'm here to learn from the community, share ideas, and contribute where I can.

Collapse
 
abhinav25232354 profile image
Abhinav

Hi, I am Abhinav from India, I am a passionate Engineer with BCA as my first computer application course, apart from that I love astronomy, aerospace engineering. I am coding from many years but never thought to build connection with developer community but now I want to experience from seniors and other field engineers. ♥️

Collapse
 
jak220 profile image
J Kelly

Hi Everyone, I’m a full stack developer with about 20 years of experience. Been working on a few smaller dev tools lately and wanted to start sharing some of what I’m building and learning. Glad to be here.

Launched my first SAAS for simple fast email validation, looking for Beta users if interested.

Collapse
 
shrishrineeraj profile image
Neeraj Shrivastav

I am 60 years old. I am a beginning Python programmer since last 10 years. I am also exploring "Vibe Coding." I believe I have a decade to find the "Vibe." I am waiting for some magic to happen which may be just round the corner. 😎

Collapse
 
nextstepdev profile image
Aron Hawkins

Hi all! I am a web & mobile software developer. Here to share insights, ideas, and teach. "A great teacher doesn't need to be the best at what they do, they just need to be one step ahead of those they are teaching."

Collapse
 
marcel_vandinteren_477b0 profile image
Marcel van Dinteren

Hi, I'm Marcel van Dinteren from The Netherlands, retired electronics engineer and software developer, currently exploring number theory using Python. (See my post about building NumClass, an opensource CLI) Looking forward to hear from you.

Collapse
 
saidivya_gogineni profile image
Divya G

Hey!! I'm Divya, I work in frontend development, primarily React but not exclusively. Just posted my first intro yesterday and still finding my way around. Really looking forward to engaging with everyone and happy to connect! 👋

Collapse
 
ernesto905 profile image
Ernesto Enriquez

Hi everyone! Kept hearing all the cool kids go on about how writing is the best way to learn, so here I am! I'll be concentrating on software performance optimization and operating system internals. I'm a long time Dev.to reader, hope to give back to the community moving forward.

Collapse
 
itsameando profile image
Ando

Hey everyone 👋

I’m a software engineer currently building small indie dev tools.

Just launched a Chrome extension to view Stripe + Lemon Squeezy revenue in one dashboard — mainly built it because I was tired of switching between dashboards all the time 😅

Looking forward to learning and sharing more here!

Collapse
 
dusttoo profile image
Dusty Mumphrey

Hey everyone! I'm Dusty, a software engineer and animal breeder from East Texas.
I build software for breeders because I am one. Crested geckos currently, dogs since I was a kid. Most of what I write here combines those two worlds. Real problems from the hobby, solved with real code.
I'm here to help other engineers and to make the case that software and the animal world belong together. Turns out breeders have some genuinely hard computer science problems. 👋

Collapse
 
vrfrequency profile image
VR Frequency • Edited

Hey I am VR Frequency based out of Victoria, BC. Solo runner of Altru.dev. I am new to development but have been learning fast. Currently have 3 projects on the go, one (BoxLog) home/moving inventory tracker, is waiting for Apple project review, 2 (JelloOS and ParentPal) are still in development. Hope to learn what I can to build more assistive projects for the benefit of Humanity.

Collapse
 
nareshipme profile image
nareshipme

Hello World: Documenting the "Messy Middle" of AI Enablement
After years in the trenches of Senior Full-Stack Engineering and Fintech, I’ve realized that while the "getting started" tutorials are everywhere, the "how we actually scale this" conversations are rare.

I’m joining the Dev.to community to share the architectural shifts, failures, and "aha!" moments I'm encountering while navigating the transition from traditional full-stack development to AI Enablement.

What I’m currently obsessing over:
AI-Accelerated Development: I recently built a Civil Contract Correspondence Management System (CCMS) from scratch in 6 months using Claude Code. I want to share the reality of AI-native workflows—where they fly and where they crash.
Agentic Software Practices: I've been leading workshops for 70+ engineers on how to move beyond "Chatting with AI" toward building agentic systems that actually handle complexity.

Scaling Developer Intelligence: We are currently looking at indexing 1,000+ GitHub repos to build an AI-driven code template engine. The platform engineering challenges here are massive.

Why follow along?
If you are a senior engineer, a tech lead, or an architect trying to figure out how AI actually changes the plumbing of our systems (and our teams), we’re likely solving the same problems.

I’m based in Hyderabad, building in public, and looking forward to learning from how you all are tackling the same "messy middle" challenges.

Let’s connect—what’s the biggest "AI-native" hurdle you’ve hit this month?

Collapse
 
screem profile image
Screem

Hi! I’m an Australian cyber security engineer specialising in SIEM/SOAR engineering, on track to become a Manager. My main motivation for joining is to improve my technical writing skills to help me enhance the documentation I routinely maintain in my day job, as well as being able to plan documentation and provide feedback to others.

Collapse
 
onebitwonder profile image
onebitwonder

A big hello from me, a German hobby programmer with a hard drive full of “projects” and nothing to show for them—yet.
I mainly use Java to not finish my projects, but I’m hoping to hone that skill in R, Prolog, and maybe even Haskell.
All jokes aside, I joined this site in search of a beginner-friendly community.

Collapse
 
cantfindmykeys_a15ddee729 profile image
Erleichda

Hi, I'm seeking advice from developers that are much more brilliant than I can ever hope to be, because I honestly know nothing about it (as in diddly divided by squat) but I have an idea for a platform similar to Airbnb/Uber type of thing that hasn't been done yet. Is anyone willing to help me?

Collapse
 
diksharawat profile image
Diksha Rawat

Hi everyone! 👋

I'm a DevOps Engineer who enjoys exploring new tech projects and building things around CI/CD and automation.

I've always liked writing and have written a few poems in the past. Recently, I started documenting what I learn while experimenting with new technologies. My first article here is about building a local AI-powered code review pipeline.

Excited to be part of this community and looking forward to learning from everyone here! 😊

Collapse
 
mr-sudo profile image
Mosa Moleleki • Edited

Hey everyone👋, Mosa here, i go by Mr-S.U.D.O and i am a self-learning frontend enthusiast, i had to drop out of school in 2025 because....... you were probably expecting an excuse, but no, I had to drop out because we don't choose where we spawn in life, but instead of accepting that that's my reality, i am going all in this year on learning everything frontend through TOP, FreeCodeCamp and basically every other resource available to me. So what led me here - there is a saying in my native language that says ' motho ke motho ka batho', roughly translating to ' a person becomes better through other people ', so yeah, i'm happy to be here with al of you guys, ready to learn.

How did you get into the world of tech and any words of wisdom for someone starting out (especially a self taught newbie at that) ?

P.S Im open to any opportunity to gain exp, any advice or recommendation. I am and forever will be a student to the game.

Collapse
 
bsd profile image
Das

Hello everyone 👋🏽

I am an SDET who enjoys working on automation and improving software quality.

Outside of work I'm into working out and love listening to history podcasts.

Looking forward to sharing and learning here. 😃

Collapse
 
ajayrajbanshi profile image
Ajaya Rajbanshi

Hi, I'm Ajay Rajbanshi - a WordPress Developer and SEO Analyst from Nepal.

I build WordPress sites, mostly converting designs into fully functional themes. On the SEO side, I spend a lot of time with Google Analytics, GTM, and Search Console trying to make sites actually show up on Google.

Happy to connect with others working in the same space and interested in learning and sharing knowledge in this community.

Collapse
 
wervin profile image
Ervin Wallin

Hi! I'm Ervin, a Cloud & Platform Engineer based in Sweden.
I just published my first article here about how Terraform can auto-update GitHub Secrets after deploy — something that was the last manual step in my own CI/CD pipeline.
Currently working on serverless architectures, Terraform IaC, and preparing for CKAD. Always happy to connect with fellow DevOps/Cloud folks! (:

Collapse
 
ayush_agrawal_36cbba8e43b profile image
Ayush Agrawal

"Hi! I am here because I am a nerdy tech person at heart. I love both software and hardware, but right now working in software just feels like the right path for me. I'm hoping to learn a lot from you all as I figure things out. Excited to be part of the community!"

Collapse
 
velx profile image
Velx Dev

Hey! Stumbled onto DEV while going down a rabbit hole of Python packaging discussions. I'm a backend-leaning dev with a soft spot for systems-level stuff — lately been reading a lot about compression algorithms and Python internals.

Mostly here to read and learn, but occasionally I might have something useful to say. Nice to meet everyone!

Collapse
 
rajamishra71cloud profile image
rajamishra71-cloud

import 'package:flutter/material.dart';

void main() {
runApp(const HelloDevApp());
}

class HelloDevApp extends StatelessWidget {
const HelloDevApp({super.key});

@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Hello Dev Team',
home: const HomePage(),
debugShowCheckedModeBanner: false,
);
}
}

class HomePage extends StatelessWidget {
const HomePage({super.key});

@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text("Flutter Demo"),
),
body: const Center(
child: Text(
"HELLO DEV TEAM",
style: TextStyle(
fontSize: 28,
fontWeight: FontWeight.bold,
),
),
),
);
}
}

Collapse
 
anu_host_ad2667ca68f9e7e8 profile image
Anu host

Hi everyone,

Glad to join this Playwright community! 👋
I have 11+ years of experience in test automation, mainly working with Tosca automation. Recently, I started exploring Playwright to expand my skills in modern automation frameworks.

Looking forward to learning from this community, sharing knowledge, and discussing best practices in Playwright automation.

Happy to connect with all of you! 😊

Collapse
 
natarajan_murugesan_b00c4 profile image
Natarajan Murugesan

Hey, I am Natarajan Murugesan

I am Full Stack Engineer/Senior System analyst with 15+ years of experience in software development. I m interested in learning new technologies and experimenting those in my local and cloud based labs.

Collapse
 
rubasri_srikanthan profile image
Rubasri Srikanthan

Welcome to DEV.to, Natarajan! Experimenting with new technologies in local and cloud labs sounds awesome—looking forward to seeing what you explore!

Collapse
 
biala profile image
Alex

Hi,
I am also old-school developer with 25 years on my back.
I have coded mobile apps from Palm OS, Symbian, Windows Ce, then iOS, Android.
Also I have done some projects on Mac OS, Windows, Linux (GTK3).
I have worked 15 years in a companies and 10 years as indie.
Now I am worried about the world. Tech is dying.
Forced updated, OSs getting buggier and bloated, open source is a mess, kids are not interested while wages are going down. Who will fix everything when for years monopolies are turning software into spyware while introducing issues at the same time?

Collapse
 
rubasri_srikanthan profile image
Rubasri Srikanthan

Welcome to DEV.to, Alex! That’s an incredible journey across so many platforms over the years. I understand your concerns—tech has definitely changed a lot, but experienced developers like you sharing knowledge can still make a big difference.

Collapse
 
loweffortcode profile image
Low Effort Code

Hi everyone 👋
I’m a B.Tech Computer Science & Engineering student with interests in Web Development, DevOps, and Open Source. I’m currently in my learning phase and always excited to explore new technologies.
It’s a pleasure to join this community. I’m here to learn new things, gain experience, and connect with people who share knowledge and ideas.
Looking forward to learning from all of you and contributing wherever I can.
Excited to be part of this community! 🚀

Collapse
 
strategyherogo profile image
jenyago

Hey, I'm Evgeny.

Quantum physicist by training, ended up

building automation software for B2B teams —

Slack bots, AI classifiers, workflow pipelines.
Turns out the data pipeline mindset from

physics research translates surprisingly well

to business tooling.

Based in Madrid. Just published my first
article here about AI search visibility (GEO) —
audited my own site and found I was completely
invisible to ChatGPT and Perplexity despite
ranking on Google. Fixed it in a day.

Happy to be here!

Collapse
 
jess profile image
Jess Lee The DEV Team

Hey! I don't see your article?

Collapse
 
dylanfeltus profile image
Dylan Feltus

Hey! I'm Dylan. Product designer for 15 years, now building a product studio powered by AI agents.

Just launched gui.new — a visual layer for AI agents. One API call turns HTML into a shareable URL. Built it because I was tired of watching my agents produce beautiful work that was trapped in chat windows.

Here to write about building with AI agents, the intersection of design and AI, and my experience running a one-person studio.

Collapse
 
corporeal profile image
Corporeal

Hey everyone! I'm Jane.

What brought me here: I just finished up a massive project for the Gemini Live Agent Challenge and was looking for a community of builders to share my technical write-ups with, get feedback, and read about what everyone else is shipping!

What I'm building & learning: I just built Open House AI Storyteller, a full-stack real estate app (React/Node.js/Cloud Run) that parallel-processes multimodal AI. It takes an empty room photo and simultaneously generates a photorealistic staged image (Gemini 3.1 Flash Image Preview), a marketing narrative (Gemini 2.5 Flash), and a studio voiceover (Google Cloud TTS). I learned a ton about orchestrating multiple AI APIs without hitting server timeouts!

Fun Fact: By day I'm a Senior Data Scientist, but I'm also fully licensed in both real estate and insurance. Basically, I can build the AI to stage the house, legally sell you the house, and write the insurance policy for you and your family all in one go! 😂

Looking forward to connecting with you all and reading about your projects! Let me know if anyone is currently wrestling with the Gemini API or Cloud Run—happy to help!

Collapse
 
universetwisters profile image
Jeroen Boers

Hey everyone, I’m Jeroen from the Netherlands.

I’m a developer working mostly with Rails, Shopify, APIs, and backend architecture. I like building useful things, fixing weird edge cases, and turning painful technical lessons into practical write-ups other developers can actually use.

I joined to share what I’m learning, especially around reliability, debugging, and building production systems without hating myself later.

Looking forward to reading people’s posts and meeting other devs who are deep in the trenches too.

Collapse
 
varsha_shivani profile image
Shrivarsha Shivani • Edited

Hi everyone! 👋

I’m Varsha currently pursuing my bachelor’s degree and passionate about exploring technology and electronics. I enjoy learning how stuffs work
currently I’m focusing on building a strong foundation in computer systems, programming, and problem solving. I’m also curious about areas like AI, software development, and emerging technologies.
I joined this platform to learn from the community, share and connect with people here on Dev

Collapse
 
bumbulik0 profile image
Marco Sbragi

Ciao!!!, I am Italian. I worked in IT for 40 years. From 1986. Now i am retired, but never lost the passion to technology and new things. I am here to know and to share what i learned (tricks and mistakes). In my long journey my first rule was "Do is funny - Redo is hell", than before do think, think, think...
If you want to know more about me and maybe find useful open source things i did visit my web site NoSpace.
I will be glad if i can help someone, or discuss about my works.
Sorry for my english not always perfect. Forgive me.
Nice day to all.

Collapse
 
goddesire_nanakwadwowi profile image
God-Desire Nana Kwadwo Wiredu

Hi I'm new here I'm a computer science student and I'm here to learn web development I'm into games and other stuffs and I'm a very curious person I aslo like disturbing I'm hoping ur hospitality can keep me here for a longer time

Collapse
 
gaspar_novais_27032f07605 profile image
Gaspar Novais

New Function Proposal: REVWORKDAY for Advanced Supply Chain Logic
By: Gaspar Ramos da Silva Novais
Scope: Global Logistics & Data Integrity

  1. EXECUTIVE SUMMARY This proposal identifies a fundamental logical asymmetry in spreadsheet date functions, specifically the native WORKDAY.

It demonstrates that the absence of an inclusive reverse function compromises retrospective audits in organizations and governmental institutions. To bridge this gap, I propose the creation of the REVERSE WORKDAY (REVWORKDAY) function.

  1. THE SYSTEMIC FLAW: FISCAL PERIOD CENSORSHIP In Excel, "the formula is the law, but context is the judge." Currently, the "law" is flawed when isolating the unknown variable in a past-dated context.

Asymmetry: The standard WORKDAY function is projective (exclusive). It disregards the starting point (Day 0), which is acceptable for future projections but critically problematic for retrospective calculations.

Operational Impact: When determining the start date of a 30-business-day operation that ended on 27/02, current logic effectively "censors" the 27th. This forces managers into manual adjustments to avoid losing billable days or miscalculating labor allowances.

  1. TECHNICAL SPECIFICATION: REVWORKDAY A. Syntax The function must operate under the principle of retroactive inclusivity: REVWORKDAY(end_date, days, [holidays])

B. Algebraic Differential
Unlike the current function, if the end_date falls on a business day, it must be counted as Day 1 of the calculation.

Proposed Internal Logic: Result = WORKDAY(end_date + 1, -days, [holidays])

C. PROOF OF CONCEPT (Angola Logistics Scenario)
Consider a 30-business-day contract in Cabinda, ending on Friday, 27/02:

Standard WORKDAY: Returns a date that, in practice, implies payment for 31 days of effort due to the exclusion of the end date.

REVWORKDAY (Proposed): Identifies the exact starting date, validating the fiscal period without audit distortions.

  1. CONCLUSION The implementation of REVWORKDAY would eliminate the "transition error" that currently burdens accountants and auditors. This contribution aims to strengthen Excel as a tool resilient to the challenges of isolating unknown variables in complex logistics.
Collapse
 
avansledright profile image
Aaron VanSledright

Hi All - I am an AWS Cloud Architect and all around lover of technology. I specialize in rapid prototyping and helping my friends and customers get their ideas off the ground quickly. Happy to be here and help you with any idea!

Collapse
 
nullfeather profile image
Pontus Lindh

Hey!
I happend to stumble upon this when trying to spread my wings in the AI/dev-compartment.
This is my first time actually posting any content or interacting with people in this way, so please be kind! I'm a 34-year old father of 5 who lives in Sweden. On my "freetime" I'm at the moment developing my own 16-agent local AI stack and I'm trying to document it all to share with you guys!
Hope you will take your time and have a look at it later on.
Thanks for having me! 😁

Collapse
 
hxxi profile image
Harikrishnan R U

Hey everyone! I'm Hari from India.

I work on growth and GTM at Gistr, an AI-powered learning companion that helps you actually retain what you read, watch, or listen to. Think YouTube videos, PDFs, podcasts, all in one place with AI-assisted notes and highlights.

One of the main reasons I joined DEV is to connect with writers and tech journalists who cover tools in the productivity, PKM, or AI space. If you write about this stuff or know someone who does, I'd love to just have a conversation, no pitch, just curious how you think about covering new tools.

Outside of work I'm into film, photography, and building small things on the side. Happy to be here!

Collapse
 
robin_room profile image
Robin Zimmer

Hey everyone! I'm Robin, founder of Unshift (unshift.ai).

I've been lurking here for a while and finally decided to introduce myself. I'm passionate about the React/Next.js ecosystem and building tools that help developers ship faster without sacrificing code quality.

I'm here to connect with like-minded builders, learn from the community, and share what I'm working on. Always happy to chat about Next.js, AI-assisted development, or the indie hacker journey.

Looking forward to meeting you all!

Collapse
 
rubasri_srikanthan profile image
Rubasri Srikanthan

Welcome to DEV.to, Robin! Building tools for developers sounds awesome.

Collapse
 
alfa_team_4f372f5ed6d27de profile image
Alfa Team

Hi everyone 👋

I'm a web developer who enjoys building small and practical online tools. I recently launched a simple Polish attendance calculator designed to help students and teachers quickly calculate attendance percentages and generate reports.

I’m interested in building micro tools, experimenting with web projects, and learning new ways to solve everyday problems with simple software.

Looking forward to learning from the community and seeing what everyone else is building here.

Fun fact: I like turning small everyday problems into tiny web tools just for the fun of it 😄

Collapse
 
konark_13 profile image
Konark Sharma

Hi. Welcome to the community! 🥳

We all would love to use your web tools and learn from you how to make our small everyday problems into tiny web tools.

Collapse
 
ofcrsistillloveyou profile image
Dmitry Tseyler

Hello folks,

I'm Dima, a software and product engineer from Germany.

Most of my career I worked on tools for developers at JetBrains. It was a great time. It shaped me as a professional and in many other ways.

Currently, I'm building apps solo. I enjoy creating products that solve my own issues, and now I'm focused on XSpeak.
These days I'm mostly interested in local LLMs, their creative applications, and their limitations.

I'm here to write about my journey as a solo developer and local LLMs and to learn from others doing the same. If you know someone worth following here, please let me know :)

Collapse
 
bosunsogeke profile image
Bosun Sogeke

Hi everyone 👋

I’m a software engineer interested in incident investigation and debugging in distributed systems.

Lately I have been building a few things around production troubleshooting:

• Incident Engineering Patterns – recognising common failure patterns during incidents
• AWS Log Search Recipes – practical log queries for finding signals quickly
• ExplainError – a small experiment in structured error classification (confidence, evidence, and action signals)

The goal is to make '2am incident triage' a little less chaotic.

Always happy to learn how others investigate production issues or debug tricky failures.

Looking forward to learning from the community.

Collapse
 
alien_f7c2aa0d7eed2b17a9f profile image
J

Hello Dev! I am an algorithm engineer and also a vibe-founder, I love to exploring the magic behind the scenes, so does grounding products with limited resources. Looking forward to meet, connect and build together here!

Collapse
 
sumanjangili profile image
Suman Jangili

Hello I’m Suman Jangili! 👋 Excited to join the team

Hi everyone,

I wanted to take a moment to introduce myself as I settle into the role of Full-Stack Engineer and Open-source lover.

I have been working for building end-to-end web apps that are privacy-by-design. My work is driven by performance, security, and strict compliance with data protection regulations. My background is heavily focused on building lightweight, self-hosted tools that prioritize data ownership—specifically, I’ve worked on projects like a Real-Time Collaborative Markdown Editor (built with a Rust backend and React + Vite UI) and a Live Issue Board for remote teams.

I was drawn to the challenge of optimizing the AI model routing. The opportunity to work with both technical excellence and user trust was the deciding factor for me.

ince joining, I’ve been diving deep into our Rust with React architecture. It’s been fascinating to see how we handle high-concurrency requests while maintaining end-to-end encryption. so please feel free to point me toward any documentation or best practices you think I should prioritize.

Outside of coding and privacy tech, I’m actually a nature lover.

Looking forward to collaborating with you all and contributing to the team’s success. Feel free to drop by my virtual desk if you want to chat about anything!

Best,
Suman Jangili[sumanjangili.com]

Collapse
 
ainbox1010 profile image
Tomas

Hello, community! Happy to join!

I work at the intersection of business and AI — designing automation and AI systems around how companies actually operate.
Recently I’ve been experimenting with replacing a traditional portfolio site with an AI assistant that can explain my projects and discuss automation ideas.
Looking forward to learning from the community and sharing some of the experiments along the way.

Collapse
 
bricio-sr profile image
Fabricio Amorim

Hey! I'm Fabricio, a Software Engineer and SRE from Brazil, currently doing a Master's in Applied Mathematics at Unicamp researching autonomous anomaly detection for Linux systems.

I'm here mainly to write about the stuff I'm actually building: eBPF, Mahalanobis Distance, kernel-level failure detection, and why Prometheus can't save you in the first 2 seconds of a memory leak.

Curious fact: the architecture of my project is inspired by the human spinal reflex — the idea that survival-critical responses shouldn't wait for the brain to decide.

Collapse
 
yana_postnova_3499025b3ea profile image
Yana Postnova

Hey everyone! 👋
I'm a project manager in hotel/travel tech.

I have some pets - Chrome extensions. My latest one, XML Stream Parser, came out of frustration with trying to debug 1.8 GB reservation dumps without my laptop catching fire.
Currently figuring out the Chrome Web Store SEO game and learning that shipping is 20% of the work, getting discovered is the other 80%.

Happy to connect with anyone building browser extensions or dev tools!

Collapse
 
openclawcash profile image
OpenClaw Cash

Hey everyone! 👋 We're the team behind OpenClawCash.com, a wallet API built specifically for AI agents. We're here to share what we're learning at the intersection of AI and crypto infrastructure, and hopefully connect with other builders working in the same space. Excited to be part of the community!