Hey there! Welcome to dev.to!
Welcome!
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.
Reply to someone's comment, either with a question or just a hello. π
Or answer this question: what's your favorite non-coding hobby?

Oldest comments (360)
Welcome to the DEV Community! We're happy to have you here :)
Hello ! π
Hello!
Welcome welcome welcome!
If you're not sure what your first post should be, this trend has been a lot of fun:
Graveyard Groundskeepers
Peter Kim Frank
Basically folks are doing postmortems on projects they started and never finished. Something we can all relate to.
Hello Everyone,
My name is Ahsan Naveed. I am a 4th year Computing Science student looking forward to exploring this community and learning more from Y'all!
Best,
Ahsan
Hi everyone,
My name is Atta and I am a Software Engineer with over 5 years of experience. I mostly work as a full stack developer in Java, Spring Boot, Angular and Node.js. I would love to explore and contribute meaningfully to dev.to.
Welcome! :)
Hello, my name is Luis. I'm from Colombia. I'm an electronic engineer but I love to code. I'm not a pro in this, but I try my best to learn every day. I'm learning Angular 6 right now. My favorite non-coding hobby is perhaps to travel. That's it, thanks a lot.
Nice! :) What kind of projects do you work in as an Electronic Engineer?
Well, nothing exciting. I worked for a medical company for about 7 years, but my job was to install, repair and do maintenance to medical devices. Right now my job is in the management area... kind of boring sometimes, but a job is a job ;)
Good!! IΒ΄m from Colombia too !!
Hello Luis. Good to have you here
Saludos Luis!
I'm a developer but I'm in love with embedded dev, embedded Linux, microcontrollers and such (ST32 HAL is beautiful in my opinion!)
Anyways, welcome!
Hola yo soy NiluX o Linux
:) nice
Oh yes embedded is most in use this days and grow like multiply as everyone now know streaming even small companies and organisations going for streaming
here's one way:
Hello !!
Nice to meet you Luis.
hmm.... i need the .. have a example??
Hi Sir, Can You answer this question??
Write a vanilla javascript program that returns 0 when input is 1 and 1 when input is 0. Do not use if, for, while, switch, do statements. Write as many implementation as you can think of (minimum 4 ways).
Hello. Well, I think this is it:
f1 = (input) => { return (1+input)%2 };
f1(0); // 1
f1(1); // 0
f2 = (input) => { return (1-input)%2 };
f2(0); // 1
f2(1); // 0
f3 = (input) => { return ~input&1 };
f3(0); // 1
f3(1); // 0
f4 = (input) => { return +!input };
f4(0); // 1
f4(1); // 0
I'm waiting for your comments about it. Thank you.
return [1, 0][input]
Hi, my name is Mario. I'm a Software Engineer on Business Software. Most of the time I develop in C# and C/AL, but I'm also interested in new stuff.
Welcome aboard Mario!
Hello all -- I'm a data scientist working toward becoming a more full-stack developer with aim to build applications that improve people's lives. Very excited to be here!
We're excited to have you here too.
Hi all! I'm a front-end developer working on a few open source projects. I enjoy React and Material-UI.
My main projects are:
github.com/builderbook/builderbook/
github.com/async-labs/saas
Welcome Kelly!
Hi, I'm William and I mostly code in Python or HTML & CSS. I have 3 years of experience, and I can't wait to contribute to dev.to!
Some comments may only be visible to logged-in visitors. Sign in to view all comments.