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.
Hello everyone, I'm learning webdev.
I used perplexity to look for sources about what a web developer uses to make a business-ready website. (like what they use for booking pages, email collecting, etc.)
I'm in the process of making my own list of what to use for each scenario throughout my developer journey.
P.S. one of the sources brought me here to this website, I started reading a couple of posts and I love it so far.
Thanks for having me~
Great to have you!
Welcome! 👋🏾
Building your own stack step by step is a solid way to really understand how things fit together. Glad you found DEV.
Ravi de faire ta connaissance !
C’est assez fou de voir que nous sommes arrivés ici quasiment de la même façon ;)
Ta démarche d’apprentissage du développement web et ta façon de constituer ta propre boîte à outils sont très inspirantes.
Content que tu aies déjà accroché aux contenus clairement, on est au bon endroit.
Au plaisir d’échanger !
Glad to have you here. You’re on the right path building a clear stack for things like bookings, email capture, and other business needs is exactly how most developers grow efficiently. This community is a great place to learn from real-world use cases and ask practical questions.
Looking forward to seeing your progress feel free to jump into discussions anytime.
Hope to receive some great Articles from you mate ! Welcome 👏👏
Hello everyone 👋
I’m a software engineer focusing on .NET and Angular. I enjoy writing clean code, building Minimal APIs and solving real-world backend problems. Excited to learn from this community and share what I discover along the way :)
Welcome Gramli 👋🏾
Clean code and minimal APIs are always a good combo. Hope you enjoy learning and sharing here. ✨️🌱
Hey dev friends!
I’m a front-end engineer currently taking some time to reset and ramp back up after a busy stretch. I work mostly with React and care a lot about UI clarity, maintainability, and building things that feel good to use.
Over the next few weeks, I’m planning to write a bit, build a small project or two, and reconnect with the community. If you’re doing something similar or just want to chat, I’m always happy to connect.
Looking forward to learning alongside you all.
Welcome back, Melanie 👋🏾
Taking time to reset and focusing on clarity and maintainability sounds like a healthy approach. Wishing you a smooth ramp-up.
I am making a coding language called nano in python the syntax is (*):this prints: ^%En"this is a input" |}name=this is a var
Hi everyone! Excited to be here.
I'm a Senior Software Engineer based out of London, and I'm currently building a feature management platform for cleaning up technical debt automatically!
Looking forward to engaging with the community and reading more about what everyone else is up to!
Welcome Joe 👋🏾
Cleaning up technical debt automatically is a problem a lot of teams struggle with. Curious to see what you build.
Hey everyone! 🚀
I'm a student of code and a builder at heart. After working in entrepreneurship, I realized I wanted to build the tools, not just use them.
I’m currently hands-on with Python and C++, wrestling with memory management and building automation scripts to make life easier. I’m obsessed with efficiency, cybersecurity, and the potential of AI to augment our workflows.
Follow along as I break things, fix them, and learn how computers actually work.🤣😂
Welcome Jason 👋🏾
Sounds like a fun path. 🚀
Hello. I wrote my first post today.
Woohoo. Followed.
Great! Welcome to DEV!
fascinating
Thanks for having me..
Great to have you Richiard!
Welcome to DEV, Richiard.
Hey folks,
I've been in IT for 25+ years now, and I'm always looking to learn something new. This community seems great for that.
I've also recently discovered that writing about IT/Cyber stuff, or just blogging in general, seems to be a stress relief and an outlet for me, which is something I very much need these days.
This site was recommended to me as a place to come read, write, and just relax.
So, here I am. Thank you for having me. I'm off to go read!
I heard this is where it’s at for writing tech articles!
You heard right, welcome to DEV!
Hey everyone 👋
I’m Deepak, a student who originally wanted to become an app developer. I started with app dev, but resources and job opportunities felt quite limited, especially where I’m from.
So I decided to switch to web development, where the learning resources and market are much bigger. My long-term goal is to become a full-stack web developer.
So far, I’ve completed CSS and I’m practicing by cloning popular websites like Amazon and Netflix to strengthen my concepts.
I joined the DEV community because I was looking for real developers and real advice. As a beginner, learning from experienced devs matters a lot to me, and this community feels like the right place for that.
Fun fact: I enjoy cloning websites more than actually using them 😅
تفضل كود جاهز لبوت Discord بسيط باسم King Bot؛ ثبّت discord.js واستبدل التوكن وشغّل الملف، وبالتوفيق! 👑
"Hi everyone! 👋 I'm Jorge from Zaragoza, Spain. 🇪🇸
What brought me here: I’ve been a lurker for a while, but now that I’m deep-diving into AI and Big Data, I wanted to join the conversation and share what I’m building.
What I'm learning: I’m a Fullstack Dev currently pursuing a Master’s Specialization in AI & Big Data. I’m fascinated by how we can integrate machine learning models into traditional stacks like Java or .NET.
Fun fact: I’ve already built 29 personal projects! 💻 From mobile apps in Kotlin to backend systems. I’m a bit of a "serial builder," and I love the feeling of solving a complex bug after hours of debugging.
Excited to be part of the community! If anyone is into AI, Backend, or just wants to chat about clean code, let’s connect! 🚀"
TWENTY NINE PROJECTS!!! That is so freaking awesome!!
Hello dev world!
How about we give traditional old school AI Agent frameworks some modern Rust power? I'm James, founder of zavora.ai and would like to share with the dev community the underlying ai agent framework I have built - ADK-Rust - a flexible, modular framework for production-ready AI agents. Model-agnostic. Type-safe. Blazingly fast. Open Source.
To spin up an agent is quite simple:
use adk_rust::prelude::*;#[tokio::main]async fn main() -> Result<()> {let model = GeminiModel::new(&api_key, "gemini-2.5-flash")?;let agent = LlmAgentBuilder::new("assistant").description("A helpful AI assistant").instruction("You are friendly and concise.").model(Arc::new(model)).build()?;Launcher::new(Arc::new(agent)).run().await?;Ok(())}Very happy to be here and happy holidays to you all.
Website: adk-rust.com/en
Github: github.com/zavora-ai/adk-rust/
Hey everyone! I'm Jack, a consultant from Denmark who just joined dev.to.
I spent the last 9 days building my first SaaS (ClearNoteLab) using Bolt AI for $200, launched on Hacker News 3 days before Christmas, and got exactly zero signups.
Learning a lot about what NOT to do when launching. Planning to write about the whole journey - the build process, the critical payment bugs I caught, and why launching during Christmas week was a terrible idea.
Excited to be here and looking forward to learning from this community!
So what not to do?
Great question! Here's what I learned NOT to do:
The biggest lesson: Building is easy now (thanks to tools like Bolt AI). Distribution is the real challenge. I can ship a functional SaaS in 9 days, but I still don't know how to get 100 people to try it.
Working on fixing that!
تفضل كود جاهز لبوت Discord بسيط باسم King Bot؛ ثبّت discord.js واستبدل التوكن وشغّل الملف، وبالتوفيق! 👑
Hey dev friends!
I'm a software engineer focusing on game development.
I hope to participate in web3 gaming + social projects.
For example, it would be even better if I could publish some mini-applications on Farcaster (a Web3 social platform).
Hey devs 👋
I’m John, an IT student and junior developer working with HTML, CSS, JS, PHP, and C++. I enjoy building web systems and learning backend development. Excited to learn from this community and collaborate on projects!
Hello everyone,
I don’t have experience in software development, but currently I am building some AI models using OpenAI. I constantly think about what improvements I can make in my applications to reduce real-life problems for users. When I found this website, I realized it can help me boost my AI skills. I hope we can all learn from each other by reading each other’s posts and through open discussions.
Thanks!
Hi everyone,
I'm new here and currently on a bit of a DevOps / automation journey.
I'd describe myself as more of a generalist than a hardcore specialist. These days I mostly work with Python and Ansible. I'm slowly expanding into Docker, container-based setups and automation in general. Kubernetes is on my radar, but I'm taking things step by step.
At home, I like to experiment with Home Assistant - monitoring air quality and keeping my plant alive. At work I'm applying similar ideas to a legacy environment, trying to introduce more automation and better tooling where it makes sense.
I'm curious about visual explanations, sketchnotes and other ways to make complex sysems more approachable.
Looking forward to exchanging ideas
Howdy y'all,
Tech lead at Volvo Penta in Gothenburg, Sweden 🇸🇪. By day it's C#, React, and Azure. After hours I'm a Rustacean 🦀 (drawn to it for the safety, performance (and okay maybe a bit of rebelliousness too))
Currently building a blogging platform (not happy with what's out there now) and helping friends get their coaching businesses online (Rust + React + Supabase + a Linux VPS).
Took a non-traditional path coming from OC, California 🇺🇸 and a Business degree .. started in sales and tech recruiting, then moved to Sweden after my MSCS to actually write code. Actually just published my first OSS lib which I'll post in the proper place.
But ya, I'm planning to write about life as a tech lead outside the startup bubble, self-hosting adventures, and Rust from an average user's perspective.
Looking forward to learning and sharing with you all :)
Welcome everyone 👋🏾
It’s great to see so many people from different backgrounds here. Looking forward to learning from each other and sharing along the way. ✨️
Hi dev.to, I’m Barry. AI Architect/Engineer shipping production GenAI (agents, RAG, evals, guardrails) across Azure, AWS, and Vertex AI. I’ll post practical patterns, pitfalls, and “what worked” notes from real builds.
Hey everyone! 👋
I'm Boki, a senior full-stack dev. Been building healthcare software for 10+ years with Node.js, MySQL, and AWS.
I started intelligenttools.co to write honest reviews of AI coding tools from a real developer's perspective.
I use Claude Code CLI and ChatGPT daily for real work, so I'll be sharing practical comparisons and honest takes on AI tools.
Excited to be part of the community and learn from you all!
Hi everyone!
Im a hobbyist and got into open source AI projects for fun. I wanted to learn because I’m pretty fascinated by AI as a whole.
During my time diving into this space, I began learning to code on the side (for a hobby) that’s led to a couple fun side projects. I released one and still work on the others when I’ve got time.
I came here looking for likeminded builders that I can learn from. I’m excited to have finally found a community that I didn’t know existed. I’m excited to see where this journey goes!
Hey all!
I'm based in the UK, and have a background working as a Data Scientist / Data Engineer for various companies, both large and startup-sized; looking forward to seeing what cool projects people are working on! Hopefully will get some inspiration to start working on my own a little more..
Hi bro. Nice to meet you. I am also looking for projects with growth potential.
Hello everyone! I’m an Android/Flutter developer with around 10 years of experience. I’m currently exploring the path of being an indie developer, and I’m using AI to build some websites. Right now, I’m learning how to find real user needs and how to do marketing/promotion. In the future, I’ll also expand into app development. Happy to connect and exchange ideas with everyone!
Hi everyone 👋
I'm an independent developer who enjoys building performance-focused, self-hosted infrastructure tools.
Recently I've been working on a one-click WNMP stack (Nginx + PHP 8.x + MariaDB), mainly because I wanted a reproducible, script-based setup without heavy control panels or containers.
I'm especially interested in:
Looking forward to learning from the community and sharing what I discover along the way 🙂
hi bro, welcome.
I’m new here as well, but I’m so excited to see others like me.
Hey everyone,
I'm coming from a web fullstack background and now learning AI engineering. More specifically GenAI and autonomous agents.
I'm in the process of building a portfolio of projects in this space. I've picked Langgraph as my go-to framework but I also want to learn no-code or low-code frameworks like n8n or CrewAI.
It's a whole different mindset working with non-deterministic systems. Understanding evals and telemetry conceptually is one thing, making them actually work is another entirely.
Looking forward to getting in touch with you all!
Hey everyone! I’m Ethan 👋
I’m here because I love learning and sharing about AI and coding. I run a blog called letitcode.dev where I post about projects, experiments, and stuff I’ve learned along the way — especially around AI tools and code. Super excited to be part of this awesome community and looking forward to connecting with you all! 🚀✨
Hello Everyone
My name is Frank, and I Build any kind of software solutions, whether a website or an app or a bot or an automation system, I am always hyperactive 👨💻😎👌
👨💻 Software Developer | Web3 Enthusiast
🚀 Founder of Hackverse Technologies
🛠 Python • React • Automation • Blockchain
👇 Building the future here:
frankdotdev.vercel.app
Hey everyone 👋
I’m Deepak, a student who originally wanted to become an app developer. I started with app dev, but resources and job opportunities felt quite limited, especially where I’m from.
So I decided to switch to web development, where the learning resources and market are much bigger.
I’ve completed CSS so far and I’m practicing by cloning popular websites to strengthen my basics.
I joined DEV to learn from real developers and get practical advice as a beginner.
Fun fact: I enjoy cloning websites more than using them 😅
Hi everyone — I’m Anol.
I work on cognitive architecture research, focusing on auditable internal state, self-explanation, and bounded autonomy in learning systems.
Looking forward to learning from the community.
I asked deepseek two of the most popular dev platforms in the world,it answered me that dev.to is the right one and i am here today.
I am from China and have been developing code for 13 years,everyone around me is talking AI and vibe coding now,so,joining this marvelous group may be too late but i am typing letters here now.
Thanks.
Hi everyone!
My old job was a dead end. I'm curious and I want to learn a new skill; so here I am. I have a Havanese puppy like the one in the GIF...the best company ever when working on the computer.
Greetings to all,
I just created an user in this community, and my objective is simply reading about this world of Software Development and of course share about the less I know about the same. Yesterday I posted as my first post a prompt library for coding using AI, but not let AI program for us. And well, I think can be interesting & useful.
Thanks for reading and having me.
Hello everyone!
I'm a front-end developer and aspiring product manager. I love turning ideas to impactful applications. I'm so glad to be part of this community. I look forward to learning more, sharing, and growing.
Thank you.
Hello everyone! Finally joined the community to learn from you all and hopefully share some wins along the way. I’m currently obsessing over Data Engineering and Security (and just trying to keep my daily coding habit alive 😅).
Excited to see what everyone is building!
Hello everyone, I am an open source developer with passion to model driven development, database application prototyping and code generating stuff. My main project is a multi platform project with the capability to do that I am interested in.
To make it short, I don't repeat content here again about why I started as an open source developer. I've done that here.
Feel free to read my first article there, or visit my Github project or Sourceforge project page.
Thanks for any comment, Lothar :-)
Hello everyone.
I am a Senior Software Engineer and Entrepreneur who likes to build applications which can solve problems.
Through out my career I have built many such apps and I want to share them with this community.
Also I want to learn new trends in tech.
Hoping to spend good time here.
Hey everyone! 👋
I’m Myroslav Mokhammad Abdeljawwad. I’m here mainly for the developer community and knowledge sharing — especially around Java, backend development, and modding-related projects.
I enjoy learning by building things, experimenting with different tools, and reading how other developers approach real-world problems. Looking forward to learning from the community and contributing where I can.
Nice to meet you all!
Hey DEV community!
I'm Eddy, a senior Java developer who's been diving deep into AI and side projects lately. I'm building an open source side project. It started as a personal problem, and now it's grown into something the community finds useful.
What I'm learning:
• Building with AI (GitHub Copilot, AI coding assistants)
• Next.js and modern web development
• Building in public and community-driven growth
• The balance between day job and side projects
I love building tools that solve problems I actually face.
Currently working on:
• Learning more about AI coding assistants
• Building in public and sharing the journey
Excited to connect with fellow developers and makers here!
Hi everyone, fellow developers! I'm a full-stack developer from China, and I'm very happy to be here to connect and learn with all of you talented individuals. I'm also grateful to the Dev platform for creating such a great community for developers worldwide to connect and grow together. I'm passionate about technical writing and not very good at interpersonal communication, but I subjectively prefer finding common ground with other IT professionals. Currently, I lead a team of 70 people, and in my spare time, I also use AI to develop some small tools that I enjoy. I'm glad to meet everyone here, and I'll gradually share the tools I've developed on this platform for your feedback and suggestions, which will help me improve. Thank you all!
Hi everyone,
I need a place to vent and I saw this place on some reaction content on youtube.
I have a love/hate relationship with society and I working on getting my love and spark for technology back.
Heyy,
I am new one here. Actually, the thing that got me here on dev.to is the fact that I wanted to be in a community with genuine devs.
Btw, I am not too good at programming, but I am always learning new things and I love contributing to open source. Feel free to reach out to me for any open source projects and I will always try my best.
Thanks!
rx76d
Hello Everyone ! Sourakanti this side from India :) Nice to meet like-minded individuals here in the awesome Dev Community 😊😊
Unfortunately I lost 2 years due to Cancer, and had to Drop all my studies due to treatment and Surgeries. But I'll never give up. I started again and am consistent since last 35-40 days.
I am an Automation Engineering undergrad currently focusing on Building Scalable and Production ready Full Stack Web Applications using Python Backend Frameworks like Flask and Django. I also use HTML, CSS, JavaScript and Tailwind CSS along with React. I plan to learn Java Full-Stack Dev in near future as well.
I'm also learning AI/ML and currently on Data Visualization part to boost my future goals of working on Computer Vision for Robotics, especially for DRDO (Defense Research and Development Organization) in India.
I plan to write Short-and-Sweet Articles covering topics like different Implementations in Flask, or about the concepts those feel Jargon to beginners and even for Intermediate Learners.
Stay Happy and Blessed everyone :)
Hey Everyone,
This is Kashif, I've been coding since the age of 15, I've worked as Software Developer for 8+ years, Tech, Computers, & Software are my passion, developing software is my hobby. I'm currently building Social Nest AI - it's a next-gen ai-native social media management platform.
Hey everyone! I’m Erica, a CS student building a broad foundation while exploring data, AI/ML, and cybersecurity. I’m learning in public through coursework and small projects, and enjoying the process of figuring out where I want to specialize.
Looking forward to learning from and connecting with folks here!
HeLlO!
I'm Program Theorist! A little guy which does C code and SDL3, i'm planning to start Assembly.
I also like logic gates and computer's inside.
Yeah, before you ask me, i would be very happy if i could program in binary.
Well, only one last thing.
segmentation fault core dumped - 1450 - (Bye("!");)
Hello 👋 everyone
I new here
Here for my content writing and for the tech
Hello, brother, it's nice to meet you.
I'm looking for business partners to collaborate on a project .
If you are interested in, plz contact me.
Welcome everyone!
hey everyone
Hello Dev!
I'm training a computer vision AI to do inventory of unattended vending machines.
Thanks for having me!
Hi everyone 👋
I’m from Pakistan. I’m learning about websites, SEO, and online tools.
Happy to join the DEV community and learn from you all 🙂
Hello Everyone,
I am a devops engineer. Trying to explore and learn more on AI, Kubernetes and AWS services.
console.log("Hello World");
Hello, I am glad to see u guys. I am here to learn some rust.
Hey everyone, I'm cletus , a developer into web dev and coding. Excited to connect with you guys !"
newbie
hungry
Hello everyone, thanks for having me.
Hey, I am new here. I do all things related to data. Plumbing, cleaning, streaming...
I don't know how to talk or write. I heard Dev.to is where we nerds learn to do that.
Hello everyone, Thanks for having me.
Heyy I'm learning ai and using chatgpt n am a software developer
Hello! Bye
Hello Everyone, I recently began my journey into cross-platform mobile dev( React Native ), I feel very happy to be here, to share my ideas and to learn from you all.
Thank you for having me :)
Hey I'm Theross
i'm a mobile frontend developper (Flutter)
Thanks for having me.
Hello
Hello devs
Welcome
Sounds like a fun here!
Hi bro. Welcome~
I'm looking for business partner to collaborate projects.
Thanks for having me
Thanks for having me..😁
大家好,我是 Robert Zeng!
Hi friends, i m noob. I m learning python language & more from git and dev community. Some friend help me. Can u help me?
Hello I just posted two articles
Hi, I'm 19 years old, a complete beginner, but trying to learn.
Senior Architect @ Microsoft. I write about scaling distributed systems, the art of "subtraction," and engineering leadership. Currently writing a book on the reality of building massive systems.