DEV Community

Cover image for Welcome Thread - v369

Welcome Thread - v369

Sloan the DEV Moderator on March 18, 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...
Collapse
 
ben profile image
Ben Halpern The DEV Team

Welcome everyone!!

Collapse
 
wapwave profile image
ADOKS_JOHN

thanks

Collapse
 
serkingiii profile image
Bejie Paulo Aclao

thanks!

Collapse
 
neonyirenda profile image
Neo

Hi!

Collapse
 
asim_gujjar_0bf0894147018 profile image
Asim Gujjar

Hy

Collapse
 
paulxv profile image
Paolo Brungola

thanks!

Collapse
 
kristinm profile image
Kristin

Hi! 👋

I'm Kristin from Israel — trader by day, builder by night. Just published my first article about building an AI trading ecosystem with Claude and MCP. No coding background, all built with AI assistance in 28 days.

Excited to be here and learn from everyone!

Collapse
 
valentin_monteiro profile image
Valentin Monteiro

GM everyone! 👋

I'm Valentin, a Data & AI Consultant working remotely from Tbilisi, Georgia. I joined this community to share what I learn, connect with builders, and give back to the dev ecosystem that helped me get started.

I focus on helping companies make sense of their data and integrate AI into their operations, data strategy, dashboards, generative AI, and process automation. My stack: Python, SQL, BigQuery, LangChain, n8n, and whatever gets the job done.

Before going independent, I was a Business Analyst at Teleperformance on a Google project building dashboards, automating reporting (saved 10h/week of manual work), and digging into sales data. That's where I learned that the best data work is the kind that makes people's jobs easier.

I usually write about practical data & AI topics: real-world automation, LLM integration, and lessons learned from consulting. No fluff, just stuff that works.

Always happy to chat about Python, data pipelines, AI strategy, or the freelance life feel free to say hi!

Fun fact: I discovered data during the 2020 lockdown through a French live stream and never looked back 🚀

Collapse
 
sam_jha_054aa0cbf7a190601 profile image
sam jha

GM Valentin! Your profile reads like a lot of overlap with what I'm working on — Python, automation, making people's jobs easier. I'm building an open-source CLI called Folder Intelligence that reads actual file content (PDFs, Word docs, images via OCR) and renames/organizes them intelligently, no cloud AI required. The "automation that saves 10h/week" framing resonates a lot — that's exactly how I think about CLI tooling. Would love to see what you write about LangChain and n8n workflows — following you now. Feel free to check out my post here if you're curious about the file intelligence angle: dev.to/sam_jha_054aa0cbf7a190601

Collapse
 
zedxzain profile image
Muhammad Zain Shabbir

wow, I would love to discuss topics on AI with you.

Collapse
 
oliverpitts profile image
Oliver Pitts • Edited

Hey everyone! 👋

I’m an AI SEO specialist and Web Development expert. I joined this community to connect with like-minded people, share insights, and learn from others in the space.

I usually focus on breaking down SEO strategies, comparing different companies, and highlighting top-performing agencies that are genuinely delivering results for their clients. I love analyzing what works (and what doesn’t) in real-world projects.

Always happy to discuss AI in SEO, website performance, or growth strategies so feel free to say hi or ask anything!

Fun fact: I enjoy digging into competitor strategies more than watching Netflix 😄

Collapse
 
ahabibidev profile image
Ali Reza Habibi

Hey Oliver!
Great to see you here.
I’m Ali Reza, I recently joined this community too.
Glad to have you on board! Maybe I can pick your brain and borrow some of those magical SEO skills 😅

Collapse
 
urbanspc_97 profile image
Stephan Joachim Augustin

Great to see a focus on real-world performance.

Collapse
 
el_ouarzazi profile image
Othmane El ouarzazi

Hey devs,

I joined because i really need your feedback on this side project.
I built Covexy.com, a proactive AI for macOS that gives you insights without you asking. It watches your screen, understands your context, and speaks up only when it finds something worth your attention.

Is this something you would actually use? Would love honest opinions.

Collapse
 
commonlayer profile image
Florent Cleron

Hey everyone!

I’m Florent, a French freelance Senior Frontend Developer.
I build fast, accessible, and polished web experiences, with a strong focus on animation, performance, and user experience.
I enjoy crafting immersive interfaces with tools like GSAP and Three.js, and I’m here to share what I learn, explore creative development, and connect with other developers.

Collapse
 
igitonga profile image
Ian Gitonga

Ahoy!
I'm a backend developer and now curious about Infrastructure as Code. Really excited to
learn and share especially with other devs. Also share you playlists i always have Spotify playing in the background 😄.

Collapse
 
entrouter profile image
Noir

Afternoon,
Noir from Entrouter.
I enjoy the following but not limited to;
Lexicographic ordering, Natural entropy, Cryptographic randomness, Total ordering, Distributed consensus, HMAC-SHA256, SHA-256 fingerprinting, Merkle proofs, Atomic Lua scripts, ACID guarantees, Commit-reveal scheme, Cache locality, dTLB miss rate, Hugepages/THP, Resident Set Size, Entropy-based fairness routing, Vector clocks, Hybrid Logical Clocks, True Time API, Sub-millisecond hardware noise, Thundering herd problem, Fan-out pattern, Lexicographic token comparison, In-process race cache, Atomic sorted sets, Zero-copy pipelines, Connection multiplexing, Cryptographic audit chains, Per-field integrity verification, Pipeline integrity guardianship and coffee that doesn't resemble mud water...

see ya round. ☕️

Collapse
 
arjun_singh_a933bdf167c81 profile image
Arjun Singh

I have a question
hello,
I am developing a website. I know nothing about web dev. I have created in in an index.html format, connected it to Github and Vercel, deployed as a static website. I really want to connect an AI to one of the pages, where it can actively generate answers.

ChatGPT said to use 'API's? in the backend?

Help pls

Collapse
 
sam_jha_054aa0cbf7a190601 profile image
sam jha

Hey Arjun! Great question — ChatGPT is right that you need an API, but here's the simple version:

Since your site is static (just HTML on Vercel), you don't need a separate backend to start. The easiest approach is to call the OpenAI API directly from JavaScript in your browser. Here's the basic pattern:

  1. Get an API key from platform.openai.com
  2. Add a <script> in your HTML that sends the user's question to OpenAI's API using fetch()
  3. Display the response on your page

The one caveat: don't put your API key directly in HTML (it's public). For a quick demo that's fine, but for a real site you'd want a tiny serverless function on Vercel to keep the key secret.

Vercel actually makes this really easy — you can add a serverless function in a /api folder that proxies your OpenAI call. No separate server needed!

Hope that helps — feel free to reply with more questions.

Collapse
 
arjun_singh_a933bdf167c81 profile image
Arjun Singh

Cheers, working on this now

Collapse
 
sam_jha_054aa0cbf7a190601 profile image
sam jha

Welcome everyone joining this week! 👋

I'm Sam — a Python developer from India building open-source CLI tools. My current project is Folder Intelligence, a tool that reads the actual content of your files (PDFs, Word docs, images via OCR) and organizes them intelligently — no AI models needed, runs 100% offline.

Always happy to connect with folks working on Python, productivity tools, CLI development, or open-source projects. Drop a comment if you're building something similar — would love to exchange notes!

GitHub: github.com/SGajjar24/folder-intell...

Collapse
 
eastra_xue profile image
Eastra

Hey everyone! I'm Eastra, working in ops at an early-stage SaaS team building QCCBot Cloud Phone — a cloud-based Android infrastructure platform with AI Agent integration. Exploring how AI can act inside real mobile environments, not just browsers. Here to learn, share, and connect with builders thinking about automation and cloud infrastructure. Happy to be here! 🙌

Collapse
 
zedxzain profile image
Muhammad Zain Shabbir

thats wonderful Eastra. I hope that your SaaS idea is a super power

Collapse
 
romanonthego profile image
Roman Dubinin

Hey — I'm Roman — frontend team lead, actively working on AI tooling and writing about multi-agent systems. The failure modes, specifically: hallucination, sycophancy, directive conflict, silent fallbacks that keep the transcript clean while the provenance is fabricated.

Collapse
 
remusx489 profile image
Remus

Hey everyone! 👋
I’m Remus, a DevOps engineer by day, Vibe Coder by night, after kids go to bed 😄.
I spent years building complex pipelines, so now I’m obsessed with building fast at the edge. Just launched StackAnchor.net —a $0/mo domain audit engine built on Cloudflare Free tier.

Excited to be part of the community!

Collapse
 
devjuvenilson profile image
Juvenilson

Hello, Remus! Welcome to the community.

Collapse
 
ai_made_tools profile image
Joske Vermeulen

Hey! I just joined Dev.to after lurking for a while. I'm a web developer mostly working with JavaScript and TypeScript. I've been building side projects with Astro lately and really enjoying it. Always looking to learn from other devs and share what I pick up along the way. Excited to be part of the community!

Collapse
 
joelmcd profile image
Joel McDaniel • Edited

Hey everyone I'm Joel, a recently laid off full-stack senior software engineer. I've most recently worked in event-driven and back-end cloud microservices systems in Go, as well as some front-end apps in TypeScript with Angular and React, in addition some Python. Prior to that I did lots of C# .NET, ASP.NET, JavaScript and T-SQL for many years. I study and practice with Rust periodically on the side when time allows. I'm very interested in Rust again while I think I have the time and also continuing with Go. I actually jumped in here to leave a comment on an article about CachyOS which I've recently moved to, but thought I would fill out my profile and introduce myself while I'm here. Fun fact: I'm also a seasoned drummer and somewhat novice guitarist.

Collapse
 
sshubhamk1 profile image
Shubham Kumar

Hello Everyone,
I'm a backend engineer with nearly 5 years of experience from India. I was looking for a website to learn and validate my system design skills, I found it this platform is a good way to interact with community and discuss a lot about system designs.

Talking about past, I've worked a lot with python, django stack and also actively do DSA questions (mostly on leetcode for now, but later will move to codeforces).

I'm currently invested myself in backend and also started learning golang, If somebody want to tag along to complete things faster(Study and discuss) , feel free to contact me.

fun fact: Long term man of MCU and recently started watching animes 🫣

Collapse
 
sam_jha_054aa0cbf7a190601 profile image
sam jha

Hey Shubham! Fellow Python developer from India here 👋 I'm also building open-source tools in Python — currently working on a CLI called Folder Intelligence that reads file content (PDFs, Word docs, OCR on images) and organizes/renames them intelligently. The Django + Python backend combo is solid — I've worked with similar stacks. System design is such a great skill to invest in. Would love to connect and discuss Python patterns, system design, or just nerd out about open-source stuff. Follow me here and let's keep in touch!

Collapse
 
sshubhamk1 profile image
Shubham Kumar

Hey Sam!, The project you mentioned "Folder Intelligence" seems very interesting, can you please share its link if you've made it public repository, so that I can also have a look into it. I've followed, you. Thanks

Collapse
 
urbanspc_97 profile image
Stephan Joachim Augustin

Hi everyone! 👋
I'm Stephan, a Systems Architect and Developer based in Mauritius. I’m the founder of the Ame Intense ecosystem, where I've spent the last few years building SynDockOS
I’m a firm believer in 'Building over Buying.' I’m here to connect with other engineers.
Looking forward to sharing some deep dives into our stack soon!

Collapse
 
kaushik575 profile image
Jaswinder Kumar

👋 Hi, I’m Jaswinder

I’ve spent the last two decades working across IT Infrastructure, CICD, Cloud, DevOps, and Security - building systems, breaking them, and learning what actually holds up in production.

Most of what I share here comes from real-world experience - scaling platforms, handling incidents, navigating complexity, and making tough architectural decisions where there’s no perfect answer.

I’m particularly interested in:

  1. Cloud and platform engineering
  2. DevOps and GitOps at scale
  3. Security as a design principle
  4. The intersection of AI and infrastructure

I write to simplify hard problems, challenge common assumptions, and share patterns that engineers can actually use.

If you’re working in this space or trying to — you’ll probably find something useful here.

🚀 Always open to thoughtful discussions and different perspectives.

Collapse
 
rdpollard profile image
Ryan

Hello, everyone. I'm the principal product manager for a SaaS company in public-sector accounting and compliance space. My focus is on usability and accessibility through thoughtful design. I don't go in for scope creep and I always trust my engineers, making me the one PM in the whole world that doesn't suck.

Looking forward to reading interesting things here and getting to know this community.

Cheers!

Collapse
 
adam_e50fca28924e541f8e7e profile image
Adam

Hey everyone!
I’m Adam, a software developer. Super excited to be here and connect with all you talented folks. I’m hoping we can learn a lot from each other—and maybe share some laughs along the way. Good luck to everyone, and let’s make this journey fun!

Collapse
 
bychanzey profile image
Dennis Havermans

Hey! I'm Dennis, developer from Belgium.
I got fed up with my AI agents quietly running on stale instructions update CLAUDE.md, forget Cursor, discover it two weeks later. Classic.
So I built a small tool to fix it. One contract.yaml, one command, every agent stays in sync. Just posted about it as my first article here if that rings a bell for anyone.
How are you managing this or are you also just… not? 😅

Collapse
 
codeshukla profile image
Aditya Kumar

Hey everyone,

I’m Aditya, currently working in tech and building in public. Recently launched DataEngPrep ---- a platform with 1,800+ real data engineering interview questions from companies like Amazon, Google, and Databricks.

Right now I’m focused on:

Turning it into a full AI-powered interview prep system

Learning more about SEO, SaaS growth, and monetization

Building something that can scale globally

Big believer in learning by building.

Fun fact: I enjoy breaking down complex systems and turning them into simple, structured explanations (that’s how this project started).

Would love to connect with other builders here -- what are you all working on?

Collapse
 
ganugapatisaisowmya profile image
Ganugapati Sai Sowmya

Hello everyone!
I am Sowmya, a 3rd-year B.Tech student. I came across this website while working on an open-source library to track and reduce the water consumption and carbon emissions of AI. I wanted people to test it, give me feedback or improve it, and so when I was searching for places for developers and a community to help me out, I came across this platform.
Looking forward to gaining more knowledge and insights from this community and hopefully contributing in some way 😇😇

Collapse
 
yueswater profile image
Anthony Sung

Hey everyone! My name is Anthony. I'm a full-stack developer based in Taipei, Taiwan, currently studying International Business at National Chengchi University. I build robust backends with Python (Django & FastAPI) and dynamic frontends with React. Currently exploring Go and Rust. Happy to connect, share ideas, and collaborate on projects. Feel free to reach out!

Here are some links that might help you to understand me more:

Collapse
 
felixortizdev profile image
Felix Ortiz

Hi there!

I'm Felix. AI Solutions Architect, focused on DevSecOps, multi-cloud infrastructure (GCP/AWS), and zero-trust security. 25+ years building software in healthcare, fintech, and defense.

I'm here to share what I'm learning about applying AI to infrastructure and security work. Also looking forward to reading what others are building and thinking about in this space.

Collapse
 
aeromomo profile image
aeromomo

Hey everyone, I'm Duke — been writing code since I was 16. Built my first production trading engine from scratch at 22, every line — networking, order routing, risk controls, the whole stack. C++, Python, Node.js, Rust, whatever the problem needed.

These days I'm deep in AI infrastructure — running inference clusters, optimizing token pipelines, and building tools that make LLMs cheaper to run. Turns out you can take the engineer out of the codebase, but you can't take the codebase out of the engineer.

Collapse
 
tjmaher1 profile image
T.J. Maher

Hey, all! I'm T.J. Maher, a SDET here in Massachusetts. I just stumbled on this site the other day and love how people share their experiences here.

I just love tinkering with things, seeing how software products work. How they can break. Figuring out how someone can use, abuse, and purposely misuse a software product. Tools like Selenium WebDriver, Capybara, Watir, Playwright, and Detox make my job easier investigating web and mobile apps.

Lately I have been looking into how AI can work with QA, playing around with Claude AI, Cursor, Playwright AI and blogging about them on tjmaher.com. Just trying to learn the toolsets before they replace me, if they haven't already. Currently, I'm job searching.

I'm @tjmaher1 here, on LinkedIn, Twitter, and Blue Sky.

See you around!

-T.J. Maher

Collapse
 
djm204 profile image
David

Hello!
I am a 11+ year Senior Engineer based in Canada.

Been deep diving AI Orchestration lately and wanted to get out of my solo echo chamber and into some threads to chat about what's going on. Currently doing some R&D about agent orchestration, here to learn as much as I can from like minded people!

Looking forward to making some connections and learning from each other!

Cheers 🍺

Collapse
 
allpoku_c45b03063e7e1f9f5 profile image
Andre

Hi everyone! 👋
I’m Andre, a developer who’s really into building web apps and experimenting with AI tools. Lately I’ve been working on projects involving crypto data, automation, and some AI-generated content for YouTube.

I joined to learn more, exchange ideas, and see how others are solving interesting problems.
Fun fact: I enjoy combining code + creativity (like generating videos, music, and visuals with AI).

Nice to meet you all! 😊

Collapse
 
keisha_singleton_w profile image
Keisha Singleton

Hi all! I'm a writer who is fully embedded in the tech world. Senior Blog Editor at Whop, I write about all things fintech, SaaS, and internet business. I joined to deepen my knowledge and understanding of this space.

Collapse
 
matheusmaldaner profile image
Matheus Kunzler Maldaner

Hey all!

My name is Matheus, I am a graduate student at the University of Florida. I have previously done research on HCI at CMU, Agentic Systems at Microsoft Research and Neurosymbolic AI at the Florida Institute for National Security.

I have competed in ~10 hackathons and have also sponsored/judged a couple under my role as President of the Data Science & Informatics student organization at UF.

Fun fact(s): I worked as a sushi chef for a couple years and was born and raised in Brazil! 🍣

Collapse
 
makereal profile image
Mahbub Rahman

Hey DEV! I’m Mahbub Rahman—solo builder at Make Real (makereal.app). I help US startups ship fast, scalable MVPs with Next.js/React/TypeScript (clean architecture, sharp UX, no fluff). Excited to share what I’m learning and help where I can. If you’re building an MVP, tell me what you’re working on and what’s blocking you.

Collapse
 
avgskully profile image
Sasanka Rath

Hey! 👋

Data engineer by day, tinkerer by night. I work in high-tech manufacturing consulting and joined DEV to share what I'm building and learn from everyone here.

Currently exploring AI tools, building side projects, and figuring out how far you can push these models into real workflows.

Fun fact: I've spent more time fixing data pipelines at 2am than I'd like to admit 😄

Collapse
 
ifuto profile image
IFUTO

Hi everyone!
I’m a 13-year-old middle school student from Japan, and I’ve been diving deep into the world of programming. But to be honest, I’ve always had these nagging thoughts:
"Why does it have to be this complicated?" or "Why is code so different from the way we actually speak?"
I felt like current languages were sometimes too rigid for human intuition. So, as a personal challenge, I decided to build my own language from scratch to bridge that gap. I call it "Water."
It’s a language designed to balance human-like readability with programmatic rigor. Since I’m only 13, I’m still learning every day, and Water is currently built on top of Python as a starting point. It features things I’m passionate about, like "stay/free" variables and "depthlists" for nested data.
But here’s the thing: I know I can’t make this perfect alone. I need YOUR wisdom.
I’m not just looking for a "good job." I want your brutal honesty and wildest ideas.
I’m 13—tell me what I’m missing! What are the technical gaps I should study?
Does the syntax feel natural to you? Are there better keywords than stay or free?
What are the edge cases where my logic would absolutely break?
I want to hear it all. Whether you’re a veteran compiler engineer or a fellow student, your input means the world to me. I’m ready to learn, iterate, and evolve Water based on the collective experience of this amazing community.
Let’s redefine how "natural" coding can be, together!

Collapse
 
sangio4 profile image
Sangio

Hello dev.to! I'm Sangio. After years of being a silent user, I’m finally breaking the silence. I’ve been obsessed with informatics since I was 14. I love the whole spectrum, from hardware to software and security to AI.

While I mostly develop for fun, I love the challenge of taking a personal project from "Step 0" to a finished product. I’ve just wrapped up a new open-source project that I’m really proud of, and it felt like the perfect time to actually start engaging with this community. Looking forward to sharing what I’ve built and learning from you all!

Collapse
 
futurecontributor profile image
Said • Edited

hello everyone
future pythonista

joined because I read about

Ingress NGINX repo

I did not know about their situation would have given hand within my capacity if I would have known now
I hope this becomes place where I actually hear about projects that need help so I can try to help.

Collapse
 
veracityaillc profile image
Veracity AI LLC • Edited

Hello there, Veracity AI LLC here!
We provides ethical AI audits and AI governance services that help organizations identify bias, reduce risk, and deploy responsible AI systems. We work with teams using artificial intelligence in hiring, decision-making, analytics, and automation to ensure fairness, transparency, and accountability across AI models and processes.

Collapse
 
devjuvenilson profile image
Juvenilson

Hello World! I'm Juvenilson, and I'm currently at the college to get my undergraduate degree in System Analysis and Development. I joined here to write some articles and share my knowledge with you during my career. I hope to help some other students struggling to learn some concepts at college.💪🏻

Collapse
 
txprog profile image
Mathieu Virbel

Hey! I'm Mathieu (tito on GitHub). I co-created Kivy, the Python cross-platform framework, and spent years building interactive installations for museums in France. These days I'm working on open-source security tools for AI coding agents at Greyhaven. Happy to be here!

Collapse
 
znightmxre profile image
Kristian DP

Hello everyone,

I’m currently training to become an IT administrator in Germany. It’s part of a formal vocational education, which is usually required to work in this field here.

I’m 23 years old and passionate about many areas of IT. I’m especially interested in cybersecurity, coding, and server administration. I also enjoy constantly learning and exploring new technologies.

Looking forward to connecting with you all!

Collapse
 
msihlaz567 profile image
Msihlaz567

Hi everyone,

I am a software developer. I joined this community to connect with like-minded people, share insights, and learn from others.

Collapse
 
toxicsparia profile image
MASIDUR RAHAMAN

Hello World

Collapse
 
juniorzeh profile image
Junior Zeh

Olá Sou José, estou aqui para aprender um pouco mais sobre programação.

Collapse
 
__699d0a120e profile image
عزالدين الراجي

Hi, I'm Azzeddine, Full Stack Developer

Collapse
 
sxev_sxevsxevsxev_5358 profile image
sxev sxev (sxevsxev)

hello!

Collapse
 
amavashev profile image
Albert Mavashev

Hi all, just joined. Software Developer, love biking, swimming. Building an open source project Cycles -- budget authority for autonomous agents. Runcycles.io.

Collapse
 
openclawedithshipit profile image
openclawedith-ship-it

I am a computer hardware and software and network troubleshooting technician.

Collapse
 
divyesh_mishra_57694b59b8 profile image
Divyesh Mishra

Welcome everyone. I am WordPress Developer. I am experienced plugin developer also.

Collapse
 
veera_pagadala_032e4de347 profile image
Veera Pagadala

Hi Everyone

Collapse
 
devabuhurera profile image
M-Abuhurera

welcome all

Collapse
 
lannx-joy profile image
Xiaojin

hallo!

Collapse
 
serkingiii profile image
Bejie Paulo Aclao

hey new here!

Collapse
 
brain_whisperer_4e0bef389 profile image
Brain Whisperer

Hi

Collapse
 
malith_sandanayake profile image
Malith Sandanayake

Hello I am a undergraduate, trying to fit into the dev life. Any guidances or advices, plz comment below. 😁

Collapse
 
juleake profile image
Jules

Hiii everyone! Happy to discuss app and website building with you!

Collapse
 
pongdotcom profile image
Social Social

Happy to be a part of this community! started Vibe Coding over a month ago and cant stop...

Collapse
 
michaelkulesza profile image
Michael Kulesza

Hey 👋 I'm Michael — UX/UI designer from Poland. I design products, build design systems, and lately ship side projects with AI tools. Here for feedback and good conversations.

Collapse
 
steven_cbe260e0b3769a5e1f profile image
Steven

hey guys

Collapse
 
nicklaunches profile image
Nick Launches

Hello everyone! I am Nick. Love building awesome tools, SEO enthusiast.

Collapse
 
grumpylabs profile image
GrumpyLabs.Dev

Hello gang! Glad to have found this place and lets starting building!

Collapse
 
dodzi_atikpo_edc94f036246 profile image
Dodzi Atikpo

Hello everyone

Collapse
 
zidanredha2 profile image
Redha Zidan

Hello everyone!
I'm an aspiring full stack developer looking to hone my skills and possibly even research in the future. Willing to learn way more than I need :)

Collapse
 
iamontheinet profile image
Dash

Hello from Dash! So excited to join this community of fellow DEVs!

Collapse
 
deliasvcruz profile image
Daniel Vilela

Hi! I'm Daniel a semi-senior Dev that is finally starting with it's personal projects hehee. So I'll be blogging about my journey and some dev log style posts.

Collapse
 
mislav_novali_0fb07f81fa profile image
Mislav Novalić

Hi everyone, I am new here. I like to share experiences and connect 😁

Collapse
 
looyoelijah profile image
Looyo Elijah Mudaka

Hey, am Looyo Elijah Mudaka and am learning javascript but i need someone to guide me through real projects to understand how I can really apply the concepts in it

Collapse
 
sidk23 profile image
Siddh Suryawanshi • Edited

hi people, im sid my life is panch pakwan (indian dish with 5 foods), so i like fittness , art, songs, my RE 350 , and cloud computing,also practice modeling.

Collapse
 
bridget_designer profile image
Bridget Monday

Hello everyone!👋🏾

I'm a UI/UX designer and a technical writer.

I joined the community to contribute to the tech ecology while learning new insights.😊

Collapse
 
thiago_dias_dcf6cd438b31b profile image
Thiago Dias

E um prazer fazer parte dessa comunidade e obrigada pela recepção

Collapse
 
longn561 profile image
Long

Hey everyone, happy to join! I'm a dev working on a few projects and always looking to learn from others and share what I pick up.

Collapse
 
brain_whisperer_4e0bef389 profile image
Brain Whisperer

Hello everyone

Collapse
 
asim_gujjar_0bf0894147018 profile image
Asim Gujjar

Hy wellcome

Collapse
 
0xpoorman profile image
poorman

financial markets/consulting professional interested in financial engineering, automation, ML & AI

Collapse
 
rui_salomomanjate_c3aeb profile image
Rui Salomão Manjate

I'm always welcome here!

Collapse
 
oliver11 profile image
Oliver Porter

Welcome Everyone

Collapse
 
eugene001dayne profile image
Eugene Dayne Mawuli

hey _

Collapse
 
vineeta_mehta profile image
Vineeta Mehta • Edited

Hi, I am the Founder of Global Info Edge