DEV Community

dev.to staff
dev.to staff

Posted on

Welcome Thread - v76

wassup

Welcome to DEV!

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

  2. Reply to someone's comment, either with a question or just a hello. 👋

Great to have you in the community!

Oldest comments (337)

Collapse
 
eddiecoyote profile image
Eddie

Hello! Ed here. Currently on deployment, learning CSS

Collapse
 
emtes profile image
Enmanuel de la Nuez

Welcome! I really enjoyed your blog post! Hope you can come back home soon :)

Collapse
 
eddiecoyote profile image
Eddie

Thank you and nice to meet you. Still learning my way around.

Collapse
 
raman_andryianau profile image
Raman CreativeIT

Welcome, Eddie!

Collapse
 
aman5kumar profile image
AMAN5KUMAR

which topic you are learning right now?

Collapse
 
eddiecoyote profile image
Eddie

Hello!

Just started the Git portion.

Collapse
 
eddiecoyote profile image
Eddie

Hello!

Just started the Git section.

Collapse
 
sivakumarkatar2 profile image
Siva Kumar Katari

Javascript, svg

Collapse
 
e1st profile image
Enis

Welcome bro!

Collapse
 
fahimulhaque profile image
Fahimul haque

Welcome Bro !!

Collapse
 
sivakumarkatar2 profile image
Siva Kumar Katari

Hi

Collapse
 
cubespry profile image
Amit Kumar

Same to you brother!

Collapse
 
datenheini profile image
Andy Goldschmidt

Hello 👋 I'm Andy. Currently I'm working on a small side projects that refreshes my Django and Vue.js skills :)

Collapse
 
emtes profile image
Enmanuel de la Nuez

Hello 👋! Welcome!

Collapse
 
istevelash profile image
Ittz stevelash

Hi, I'm Steve from Nigeria, I'm a frontend developer with little experience and I want to learn alot in this community so as to help me develop my skills

Collapse
 
borncrispy profile image
lsward

Hey. New here too. Hope you get what you need here.

Collapse
 
istevelash profile image
Ittz stevelash

Yes and you too?

Collapse
 
paultaiwo profile image
Paul Taiwo

Hey, Steve. It's nice to have you here. Together we can learn a lot.

Collapse
 
elimuhub profile image
Elimuhub7407

Hello! Im from Kenya, Currently on deployment, learning CSS, sql and python on android

Collapse
 
maxipavlovic profile image
Max Kolyubyakin

Hi, everyone! Start a day with learning something new with a smile on your face :)
Here is an article on how to make APIs less boring.

Collapse
 
thomasbnt profile image
Thomas Bnt ☕

Weeeeeeeeelcome news DEVs !

Collapse
 
kumarsambhawam profile image
kumar sambhawam

Hi all, I am a BI engineer and passionate about learning next-gen tools and tech which deals with Data. Though I am a beginner over here but still looking forward to learning lots of things from this community which can lead to solving some real-world problems. Also, way back in college I always urged to perform some sentimental analysis and also to get my hand dirty with data mining techniques. I am very curious to explore both of the topics any suggestion and guidance will be really appreciatable.
Thank You
Happy Learning

Collapse
 
abhishekts profile image
ABHISHEK T S

hello ✌✌✌

Collapse
 
vsalbuq profile image
Vinícius Albuquerque

Hey, guys! I'm a full-stack web dev, and I'm mostly using this platform as an excuse to document, study and take the dust off of my English (it is my second language). I hope to be useful for anyone that passes by my profile.

Collapse
 
raman_andryianau profile image
Raman CreativeIT

Hey! I'm a full-stack web developer, too and will be glad to exchange knowledge!)

Collapse
 
showbright1 profile image
Suhas Bhosale

I am a full-stack web developer, too working on node js, react js and mongodb stack.

Collapse
 
widdendream profile image
widdendream

Welcome!

Collapse
 
kafrontdev profile image
Adam

Hi! I'm a frontend web dev, English is my second language too. Really nice to join this community! In near future wanna learn backend.

Collapse
 
habereder profile image
Raphael Habereder • Edited

Hello, insert some kind of wave emoji, I'm Raphael. I'm a freelance DevOps and do unhealthy amounts of automation, kubernetes-stuffs and cloud magic. I've been a lurker for about 3 years and last week thought I'd finally open my mouth and chime in :D

If you want to read about Container, Kubernetes or Cloud-Stuff, I'd be happy to write a few things down for you :D

Collapse
 
raman_andryianau profile image
Raman CreativeIT

Welcome!

Collapse
 
brickers profile image
Feargus Brickley

Hey Raphael

I’m going from being a low-code developer to full-stack. I’m building my first web app and wondering how I go from ‘it runs on my machine’ to ‘ive got a multi-environment, self-healing, auto-scaling, well-oiled internet machine’. What would you say are the key tasks to achieve with containers and when should they be done in the project?

Cheers
Ferg

Collapse
 
habereder profile image
Raphael Habereder • Edited

Oof, that is a fantastic question, and deserves a detailed answer.
If you want, I can whip up an article about this real quick, since it might blow up your viewport, once I hammer out the things I think "are necessary".
It would probably be too much / out of scope for this welcome thread :)

Thread Thread
 
brickers profile image
Feargus Brickley

Rereading it, it is a massive question! No need to rush on my part but would be great to hear what you’ve got to say. I currently work with a development platform that provides a lot of developer functionality through containers and orchestration so I’ve seen the benefits. What I don’t know is how effortful things are, so I guess I’d also be interested in where the biggest return on effort is.
How long have you been doing devops/cloud/container stuff for?

Thread Thread
 
habereder profile image
Raphael Habereder • Edited

Indeed it is a massive question, but I love it to be honest. I'll gladly write about it. Maybe it's so much, it could become a series. I'll see how far I'll get tomorrow, I already got a sizeable post drafted :D

I've been doing devops for about 12 years now, though I have been more on the automation side of things, so heavier on the ops part, than dev.
Containers and Cloud I'd say about 8-10 years, though at first more "private cloud" corporate stuff, public clouds roundabout 5 years with Azure and AWS now.

As for the effort of things.
I'd say the ROI depends on the requirements and the mentality of the team, you decide how far you want to go.
From a perfectly automated pipeline that is triggered by a git push, all the way through staging, up to production is a perfectly normal thing and, depending on the requirements, can be done in just a few days, up to a few weeks, or even months.

Others in the meantime want to build containers locally, test them by hand and go down their checklist, like a "manual pipeline", until they deploy their container to production by hand.

Disclaimer: I'm pretty hardcore on the automation side. While it is definitely a bigger investment up-front, once you are fully or even semi-automated (which isn't as much work as it may sound at first), you are essentially developing 100% of the time. All the menial deployment tasks are gone, which can result in a huge net profit in development-time, which itself again results in more features, more quickly and thereby happier stakeholders.

A few days back I wrote a post about "Zero to Kubernetes", which basically automates a local kubernetes setup into one command. If you want to dabble with containers, you could probably make good use of that :)

Thread Thread
 
brickers profile image
Feargus Brickley

Cheers Raphael, I will take a look at your post tonight. I’m in full agreement with you about automation - I’d rather invest a bit more time now to save time later, and also hope to avoid mistakes through humans doing repeatable tasks. Plus repeatable tasks are just boring, right?

Thread Thread
 
habereder profile image
Raphael Habereder

I just started the first post in the series of "How to transition to containers". If you would like, I would love to credit you for the inspiration :)

Collapse
 
kennyz79 profile image
Kenny Chunn

Hey y'all..

Collapse
 
vivanks profile image
Vivank Sharma

Hey,

Vivank here.

Data scientist and a software engineer.

Would love to connect with you all twitter.com/VivankSharma

Collapse
 
arnabrks profile image
Arnabrks

Hi Arnab here. I'm from India. Great to see such community and be a part of that. Enjoying the contents of this community. Currently working on web applications basically front end development. Hope to get support from the community.
Thanking You :)

Collapse
 
bernardbaker profile image
Bernard Baker

Welcome everyone 😊

Collapse
 
dbravo2000 profile image
Patrick Emese

Hi All,
Happy to be here, just started learning HTML, CSS & Javascript

Some comments may only be visible to logged-in visitors. Sign in to view all comments.