DEV Community

Welcome Thread - v62

dev.to staff on February 26, 2020

Welcome to DEV! Leave a comment below to introduce yourself! You can talk about what brought you here, what you're learning, or just ...
Collapse
 
kaushiksahil16 profile image
Sahil Kaushik • Edited

Hello world ...
this is Sahil from Bangalore coming to this community for sharing my experiences and learning from you all . Really excited to follow the same . Hope I can add a great value to your life .
speaking little bit about my professional self
I build intelligent software Tools and Data Driven Applications for LG Electronics(R&D) and also help in feature addition to LG Consumers products line.

Collapse
 
mustafa3252 profile image
mustafa3252

lol I feel like such a rookie here

Collapse
 
faizanmustafa profile image
FaizanMustafa

you are not alone lol :P

Collapse
 
jdr86 profile image
Junaid Elahi

+1 :)

Collapse
 
dimasazissurahman profile image
Dimas Azis Surahman

Me too 😬

Collapse
 
ramyrahman profile image
RamyRahman

It's a shared path, we all start at this point. On the positive side, you know your level, this should be good to motivate YOU, to keep pushing more, 💪🏻

Collapse
 
math_1007 profile image
Mathew Bee

Good to see new people here, as i am new as well. Cheers.

Collapse
 
thanmatt profile image
Aethan Matthew Ilagan

Howdy!

Collapse
 
faizanmustafa profile image
FaizanMustafa

welcome Sahil.. that's great to see your achievements.. Good luck in your journey

Collapse
 
nicknnator profile image
Nick James

Hello!

Collapse
 
gabssanto profile image
Gabriel Santo

Hello! :D

Collapse
 
mango_itsol profile image
Mango IT Solutions

hello sahil

Collapse
 
alatos2 profile image
Alabi Tosin

Hello! good to have you here.

Collapse
 
ramanverma profile image
Raman Verma

Happy for you!!

Leverage your skills and understanding by being a part of this community.

Collapse
 
karannpdhanjal profile image
Karan

Hello.

Collapse
 
chrisdev2018 profile image
Christian FOMEKONG

Hello guy you work for LG Electronics.
That's great.

Collapse
 
banana88162695 profile image
Jusmin🐰

Hi,,

Collapse
 
trnrao profile image
Narasimha Rao Taduri

Welcome Kaushik.

Collapse
 
lenerdv2005 profile image
lenerdv2005

.

Collapse
 
flyarchadia profile image
flyarchadia

Hello! I am also new here!

Collapse
 
upieez profile image
Samuel Huang

Inspired to become as good as you someday!

Collapse
 
tobilastik profile image
Raji Oluwatobiloba

Hello everyone, my name is Raji Oluwatobiloba, I am a software developer. I love to write and I am planning on using this platform to teach/communicate to people from my own little experience!

Collapse
 
loretoruiz profile image
Robinson Loreto

Hello how are you ? My name is Robinson and I write to you from Venezuela. I just started to learn Reactjs ... and I would like if you could guide me on the beginning of the session. I already have the Login interface and I redirect to the dashboard (in this case) ... but I don't know how to handle the user session? also the expiration time of that session? I've seen examples with LocalStorage but I don't know if that's a good practice ... I'd like to know if you can help me with an example? I did my backend with NodeJs Express connected to a Sql Server database ... Greetings...my email : loretoruiz@hotmail.com

Collapse
 
nekia profile image
Atsushin

Hi nice to meet you. You might be able to get some experience in the following project github.com/hyperledger/blockchain-... where I've joined as a OSS contributor. The project is using these tech stacks and always welcoming a new contributor. Cheers!

Collapse
 
tobilastik profile image
Raji Oluwatobiloba

Hi Robinson, happy to help. Can we chat on hangouts or whatsapp?

Thread Thread
 
loretoruiz profile image
Robinson Loreto

Hello, thanks for answering ... I do not speak English ... I speak Spanish ... but can you help me with the google translator ... can you show me an example of what I ask in the forum?

Thread Thread
 
tobilastik profile image
Raji Oluwatobiloba • Edited

Okay, if i were in your shoes, i'd use localstorage or cookies.
but I prefer localstorage.
normally you will be getting a token from the backend when you are logging users right? so just do it this way:

this will be at the point of logging in users
axios.post ('url', {
user,
})
.then (response => {
localStorage.setItem ('token', 'randomstringtokentopersistdata');

then on your dashboard page, just go like this.

const token = localStorage.getItem ('token');

you can store this token in a state and use it all over your app as it can be accessed anywhere.

Thread Thread
 
loretoruiz profile image
Robinson Loreto

I understand friend ... and how do you manage the session expiration time?

Thread Thread
 
tobilastik profile image
Raji Oluwatobiloba

You can use JavaScript session storage

sessionStorage.setItem('token', 'randomstring')

const data = sessionStorage.getItem('token');

// to remove user data from sessionStorage

sessionStorage.removeItem('token');

Thread Thread
 
loretoruiz profile image
Robinson Loreto

I understand friend ... I have a doubt ... how are global variables handled in Reactjs ?? that is ... if I want to save and be able to use the variable == >> const name = '' in ALL my application; that variable will take a value when the user enters the system ... and from another component I want to use it ... that is, I want to get the value of that variable name ... can you help me?

Thread Thread
 
tobilastik profile image
Raji Oluwatobiloba

You can store that variable in state and pass it as props to whatever component you need it(you'll need to read more on passing props) React official documentation is the best place to start.

Moreover, you'll reach a stage where passing this supposed variable from one component to another will be a pain in the ass, then you should use a state management, the popular one is redux. You'll need to go learn redux too. But for now, since you're just starting to learn react, try learning how to pass state as a props from one component to another.

Let me know if you need more clarification.

Collapse
 
faizanmustafa profile image
FaizanMustafa

Welcome Raji.. That's the great goal to teach people.. best of luck here

Collapse
 
travislramos profile image
Travis Ramos

Hello, nice to meet you! Awesome to see your already helping others out!

Collapse
 
sevenzark profile image
Dave M

Hi Raji! Same here, I think teaching is a fundamental way to solidify our own learning.

Collapse
 
soumil0702 profile image
soumil0702

Hello Raji, nice to meet you :)

Collapse
 
stephanis1494 profile image
Stephen Fairris

Junior Frontend Dev, trying to get good!

Collapse
 
dave__buchholz profile image
David Buchholz

LOL! Love this intro. I'm in the same boat!

Collapse
 
adrisel profile image
Adrisel

me too!

Collapse
 
halo_3 profile image
Harry Logan

Welcome aboard!

Collapse
 
travislramos profile image
Travis Ramos

Gotta start somewhere! Nice to meet you!

Collapse
 
centanomics profile image
Cent

Same here. Good luck on your journey!

Collapse
 
dharmykoya profile image
Damilola Adekoya

Welcome on board

Collapse
 
_ishiniavindya profile image
Ishini Avindya • Edited

Hello everyone!I am Ishini Avindya. I am a writer, graphic designer, game developer, and a content manager. I write mostly on Hyvor Talk Blog about blogging, commenting,etc. As a graphic designer, I have designed lots of graphics mainly for Hyvor and several companies. Game developement is one of the most favortie things I love to do. I often use Csharp. I often do writing here to help bloggers, developers, and for the beginners. I want to help them and share my ideas with them.

Collapse
 
bandaler profile image
Bandaler

Welcome, and i new too

Collapse
 
_ishiniavindya profile image
Ishini Avindya

Welcome to the Dev.to

Collapse
 
faizanmustafa profile image
FaizanMustafa

Yeah Sharing is Caring.. Welcome Ishini to dev.to awesome community.. I am also new and trying to get better in software development..

Collapse
 
_ishiniavindya profile image
Ishini Avindya

Good luck with your plans. If you needvto know anything about blogging, or to solve problems of blogging just refer my articles.

Thread Thread
 
faizanmustafa profile image
FaizanMustafa

sure why not.. :)

Collapse
 
sam79733 profile image
Gyanendra Srivastava

Welcome Avindya 👍

Collapse
 
vaibhavkhulbe profile image
Vaibhav Khulbe

Welcome, Ishini! I find the graphic design a really creative work. Good luck with that!

Collapse
 
_ishiniavindya profile image
Ishini Avindya

Thank you Vaibhav!

Thread Thread
 
jasondavis_2 profile image
Jason Davis

Welcome, Ishini! I am Jason, a professional graphic designer at Monster Logo Design which is a well-established digital agency in the USA.

Collapse
 
math_1007 profile image
Mathew Bee

Welcome. Im new here too.

Collapse
 
_ishiniavindya profile image
Ishini Avindya

Hi!

Collapse
 
jda01 profile image
JDA01

Hello World, I am Juan an inspiring self taught web developer with a true love and passion for code. Really looking to learn and improve my skills here and hopefully be able to help beginners like myself.

Collapse
 
loretoruiz profile image
Robinson Loreto

Hello how are you ? My name is Robinson and I write to you from Venezuela. I just started to learn Reactjs ... and I would like if you could guide me on the beginning of the session. I already have the Login interface and I redirect to the dashboard (in this case) ... but I don't know how to handle the user session? also the expiration time of that session? I've seen examples with LocalStorage but I don't know if that's a good practice ... I'd like to know if you can help me with an example? I did my backend with NodeJs Express connected to a Sql Server database ... Greetings...my email : loretoruiz@hotmail.com

Collapse
 
kiunakoncepts profile image
Kiuna Koncepts

Hi Juan, nice to meet you

Collapse
 
mango_itsol profile image
Mango IT Solutions

hey Juan, take a look at our website Mangoitsolutions, here you will find most of the relevant topics related to web development

Collapse
 
craeftsmith profile image
craeftsmith

What kinds of applications do you like writing?

Collapse
 
jda01 profile image
JDA01 • Edited

Hello, well my current skills allow me to build static sites, but would really want to be able to add a lot more functionality to the sites. Currently learning node.js, mangoo and cant wait to start react. Goal is to land a job as a front end developer and ofcourse keep learning and improving.

Thread Thread
 
math_1007 profile image
Mathew Bee

Hi, Where are you based ?

Im lead dev at MEV Suite (mevapp.com) and we are looking forward to hiring Frontend Interns from anywhere in the world who may join our team fully.

See you around here.

Thread Thread
 
jda01 profile image
JDA01

Hello, I'm in Montreal, Canada.

Thread Thread
 
math_1007 profile image
Mathew Bee

Thats nice, Have you hosted any work so far already ?

Collapse
 
danielfeldroy profile image
Daniel Feldroy • Edited

Hello, this is Daniel Roy Greenfeld from Los Angeles, California, USA. I am python, javascript, and C#/Unity developer who has worked for NASA, EventBrite, and an InsureTech. I've written books on software, Two Scoops of Django and Django Crash Course. I'm working on more books for Python and C#/Unity.

I love being a constant learner and student. I eagerly devour what people have to say on coding. The day you stop being willing to learn is the day your career as a developer is over. :-)

Collapse
 
melissajmckay profile image
Melissa McKay

I agree with you 100%. The desire to learn is integral to success as a developer. I've been a developer for over 20 years, across many different languages and technologies. Whenever I'm asked about this type of career, I point out that you will never really feel like you have arrived at a full understanding of anything - there is ALWAYS something new to learn and so many different areas of expertise. This is part of what I love about it! Never bored. ;-)

Collapse
 
rakhmad profile image
Rakhmad Azhari

Hi Daniel,

Nice to meet you here. Your book helped me to develop better system with Django at our place. Thank you very much.

Collapse
 
recurs1v0 profile image
EPPR

Hi! 👍

Collapse
 
codablecode profile image
callme_wiz

Hey, Call me wiz lol..... Amma keep it short... Really hope this platform can help advance my development skills

Collapse
 
stephanis1494 profile image
Stephen Fairris

You and me both!

Collapse
 
nayakayp profile image
Nayaka Yoga Pradipta

Hello wiz

Collapse
 
faizanmustafa profile image
FaizanMustafa

welcome wiz.. I hope same too.. :)

Collapse
 
vikiann profile image
Viki Harrod • Edited

Hi Folks! I'm a software dev (mostly Ruby) and a random hobbyist. I've been stumbling across dev.to posts for a while, finally decided to take the plunge. Happy to be here ^_^
-Viki, she/her

Collapse
 
mustafa3252 profile image
mustafa3252

I would really like to learn Ruby

Collapse
 
faizanmustafa profile image
FaizanMustafa

welcome Viki.. whenever I see ruby developer.. I feel happy.. Ruby is underrated and people often bash ruby :(.. but I really enjoy learning ruby.. currently trying to get better in ruby and rails..

Collapse
 
vikiann profile image
Viki Harrod • Edited

Thanks! ^_^ I really enjoy Ruby, and it's perfectly fine for a lot of things. It does have some limitations I don't fully understand, especially around concurrency and performance, and that's okay. Not everything has to be as fast as it can possibly be, and Ruby can also be made performant enough for a lot of use cases.

Thread Thread
 
faizanmustafa profile image
FaizanMustafa

I heard ruby 3 will introduce static type checking and much more to make ruby fast.. let's see

Collapse
 
nekia profile image
Atsushin

Welcome aboard!

Collapse
 
rrdevries profile image
Renée de Vries

Welcome!

Collapse
 
unicoderogue profile image
UnicodeRogue

Love Ruby!

Collapse
 
vescuderog profile image
Víctor Escudero • Edited

Hi Devs! 👋 I'm Víctor and I'm a Full Stack developer. I love code, the Cloud, DevOps and also interested in cutting-edge technologies that can help solve real-world problems, such as Artificial Intelligence or Big Data...I hope to contribute to this fantastic community!

Collapse
 
loretoruiz profile image
Robinson Loreto

Hello how are you ? My name is Robinson and I write to you from Venezuela. I just started to learn Reactjs ... and I would like if you could guide me on the beginning of the session. I already have the Login interface and I redirect to the dashboard (in this case) ... but I don't know how to handle the user session? also the expiration time of that session? I've seen examples with LocalStorage but I don't know if that's a good practice ... I'd like to know if you can help me with an example? I did my backend with NodeJs Express connected to a Sql Server database ... Greetings...my email : loretoruiz@hotmail.com

Collapse
 
adrisel profile image
Adrisel

Woow nice to reading! i am starting as a trainee in a big company in my country, it is supposed i will get full-stack and I will do my best to get it!

Collapse
 
mjmhtjain profile image
mjmhtjain • Edited

Debugging and troubleshooting got me here, but the dev articles made me stay .. Unlike Medium (sorry) I find dev.to to be more tech focussed, meaning less of promotion and more code..

PS: I am an active 9gager too.. so here's a 🥔 (potato) for long post.

Collapse
 
saeed profile image
Saeed Ezzati

Hi! I am the founder of the WFH Team, a job board company based in San Francisco, focusing on remote and WFH positions all around the world 🌎. We have positions in Engineering, Design, Sales, Marketing, Finance, Legal, Customer Support and other categories. Having worked at some pretty awesome tech companies we have an awesome network that we bend together to find amazing remote opportunities. All jobs posted on our website are verified by our team. We are fresh, modern, and well connected to the current trends happening in tech. wfh.team 🦙

Collapse
 
ussdlover profile image
Alireza Razinejad

Good to have you with us. 😎

Collapse
 
saeed profile image
Saeed Ezzati

Thank you! Appreciate it!

Collapse
 
jaredrice profile image
Jared Rice • Edited

Hello, I'm Jared!

I'm (professionally) a web developer, but (unprofessionally) I try to tackle graphic design & illustration, game design & development, 3D modeling & animation. I also enjoy reading, wood carving, archery, the earth, my girlfriend and my 2 cats :)

I followed Dev.to on Twitter for quite some time, but never found my way to the site!

Well, I'm here now and excited to see what I can learn. 👋🏼

Collapse
 
albatros76angel profile image
shenta shenita hendarman

Good luck and lots of Gods Blessing ! It's only the second month forthcoming to the next Flashy to happen Lately...Peace from within your heart = shiney atmosphere & serenity in balanced with harmonique environment !

Collapse
 
demianbrecht profile image
Demian Brecht

Hi folks!

Decided to check out the community after receiving my Hacktoberfest t-shirt and stickers and wondering what the DEV sticker I got was all about.

Currently mainly a Python developer, but a generalist polyglot built up over the near two decades as a developer. Mostly game development between EA and Demonware (Activision), but the last handful of years outside the games industry at Salesforce. Open source advocate and contributor when time permits.

Collapse
 
mx profile image
Maxime Moreau

Hello world!
I'm Maxime. I'm a (young) software engineer (apprenticeship, studying computer science at the same time) at Airbus France. I build Data Driven Applications to help quality guys, production line & currently flight line.

So yeah, I mainly work with Python (Pyspark/Pandas) but I also do a lot of web development at work & on my own. I also was a web developer in a young startup before. For the web, I mainly work with PHP (Laravel), NodeJS & recently Django (falling in love), and for the front side I'm a VueJS lover for a long time! I've tried React but it's not my cup of tea.

I read a lot on dev.to and I'm considering writing on it, maybe soon (gosh that's so scarry).

See you guys!
PS: I love coffee.

Collapse
 
clairec profile image
Claire Collins

Don't be scared. Any knowledge will be greatly received by someone. Not everyone can learn everything about coding. Be brave, start posting. There are a lot of novices on here, like myself, so go for it!!

Collapse
 
jaryl profile image
Jaryl Sim

Hey everyone, Jaryl here, have been doing webdev for some time, mostly, ruby and javascript. Have been thinking to move from Medium to dev.to, what's the community stand on reposts from other platforms?

Collapse
 
k3cl profile image
Charlie Li

Hello all, I'm Charlie. I'm a technical consultant, which can and does take many directions, not limited to: redoing a facility's wifi setup because it was terrible, auditing infrastructure, making sure in-development IoT devices actually behave themselves and write code only if necessary. But since this is DEV, outside of the business context I port software to run on FreeBSD, my operating system of choice, and play with single-board computers and microcontrollers. Oh, and I'm a ham radio operator, but focusing on the digital/computer side of things.

Here to force myself to get better at documenting stuff informally (read: blog, share the posts here) as well as help others learn things (rather than scream into the void).

Collapse
 
desmoquak_76 profile image
John Schaub

Hello-world ...
this is John from South Dakota coming to this community for sharing my experiences and learning from you all. I am currently in the Medical field and would love to solve some problems I see in that space. I hope I can get some inspiration from this community as well as give some as well!

Collapse
 
mitchwyle profile image
mzzw

I lead about 100 people in science and engineering. Other than bash, my github is no longer green. I learned golang and I am curious about rust. I love unikernels and low-level performance optimization. I am hiring, mostly PhD machine learning folks at the moment. I also have a Seattle director of paid internet marketing science opening.

Collapse
 
pazdedav profile image
David Pazdera

Greetings,

My name is David and I am passionate about anything Azure, DevOps, and Automation. I enjoy speaking at conferences and other events. I am not that good at blogging or writing posts on social media.
I am a lifelong learner, so I certainly hope that dev.to is a great place to learn and share knowledge :)

Collapse
 
bomberstudios profile image
Ale Muñoz

Hi everyone, Ale here!

I'm a designer & digital toolsmith, and a Good Lazy™ person. Currently working for Sketch as community and dev relations.

Happy to join this community to learn from all of you, and hopefully contribute something back!

Collapse
 
loretoruiz profile image
Robinson Loreto

Hello how are you ? My name is Robinson and I write to you from Venezuela. I just started to learn Reactjs ... and I would like if you could guide me on the beginning of the session. I already have the Login interface and I redirect to the dashboard (in this case) ... but I don't know how to handle the user session? also the expiration time of that session? I've seen examples with LocalStorage but I don't know if that's a good practice ... I'd like to know if you can help me with an example? I did my backend with NodeJs Express connected to a Sql Server database ... Greetings...my email : loretoruiz@hotmail.com

Collapse
 
sakzsee profile image
Sakzsee

Hey guys! My name is Sree and I'm a 20 year old striving to reach greatness every day of my life.

Really excited to be a part of this wonderful community. I consider myself a complete beginner(a fool, rather) when it comes to Tech (although, I might be a bit too modest in saying that). My main aim here is to learn as much as I can from you fabulous people and contribute to the best of my capacity for making something worthwhile.

Collapse
 
gsaravanakumar932 profile image
gsaravanakumar932

Hello fellas,

 I working as Tech Lead Engineer in a fortune company. I just came to learn more  from the bloggers as well as to share my views to my dear friends who is expecting for helping hands. I did lot of large scale industry applications for their needs to fulfill. Looking forward to shine my development skills from you.
Collapse
 
melissajmckay profile image
Melissa McKay

This week is my first week as a Developer Advocate for JFrog. I'm excited to learn from all of you and hopefully leverage my years of development experience to contribute some meaningful content. Can't wait to jump in! At the moment I'm looking into the history of containers and deep diving into how we use them today.

Collapse
 
upieez profile image
Samuel Huang

Hello world!!!!! I am Sam, an aspiring full stack web developer currently studying at General Assembly's Software Engineering Immersive course. Based in Singapore. Would like to learn from all developers about the fun of coding and computer science :)

Collapse
 
dcsch profile image
David Schweinsberg

Hello all,

I'm a software developer with about, ah, 30 years professional experience. Lots of C++, Objective-C, Python, Java. Increasing amounts of Swift. I've done a lot of media programming and I'm currently working with an avatar start-up in Venice, California. I've been living in Los Angeles for about five years, and previously spent many years in the UK and Australia.

I'm joining because a Microsoft employee published an article on Twine here, which I though was pretty damn cool, considering that I'm an Interactive Fiction aficionado.

Collapse
 
saikatbh profile image
Saikat Bhattacharjee

I have a pyspark project where I have a dataframe shown below:

   +----------+--------------------------------+
   | Index    |           flagArray            |
   +----------+--------------------------------+
   |    1     | ['A','S','A','E','Z','S','S']  | 
   +----------+--------------------------------+
   |    2     | ['A','Z','Z','E','Z','S','S']  |
   +--------- +--------------------------------+

I want to represent array elements with its corresponding numeric values.

     A - 0
     F - 1
     S - 2
     E - 3
     Z - 4

So my output dataframe should look like

   +----------+--------------------------------+--------------------------------+
   | Index    |           flagArray            |           finalArray           |
   +----------+--------------------------------+--------------------------------+
   |    1     | ['A','S','A','E','Z','S','S']  | [0, 2, 0, 3, 4, 2, 2]          | 
   +----------+--------------------------------+--------------------------------+
   |    2     | ['A','Z','Z','E','Z','S','S']  | [0, 4, 4, 3, 4, 2, 2]          |
   +--------- +--------------------------------+--------------------------------+

I have written an udf in pyspark where I am achieving it by writing some if else statements. Is there any better way to handle the same.

Collapse
 
defenestrator profile image
Jeremy Jacob Anderson

Hi. My name is Jeremy. I make things related to internet, water, fish, electricity and food. I wrote my first programs at the age of 9 in 1983-1984 after receiving an Atari 800XL home computer for Christmas. My parents bought the external 5 1/4" floppy drive for me, too, it was a very good year. Bash, *nix, FOSS, Laravel, Javascript, and anything at any time, for any reason at all.

Collapse
 
shhdharmen profile image
Dharmen Shah

Hello DEVs,

I am Dharmen. I love working on the frontend. My favorite stack is Angular and Bootstrap with SASS. I also like to work on React. I have recently started writing blogs and contributing to open-source. I also have made a couple of libraries/tools on npm. In my free time, I like to cook and listen to Hindi pop music.

Collapse
 
sam79733 profile image
Gyanendra Srivastava

A software developer with 7 years of experience in Programming. I have been working on Microsoft Technologies along with JavaScript and Python

Collapse
 
faizanmustafa profile image
FaizanMustafa

Welcome Gyanendra.. :) hope to learn some software development tricks and tips from you..

Collapse
 
sam79733 profile image
Gyanendra Srivastava

Thanks Faizan. Yes , i will do my best to contribute from my experience. And will learn from others as well.

Thread Thread
 
faizanmustafa profile image
FaizanMustafa

This is super cool.. :)

Collapse
 
tudorsfatosu profile image
Tudor Sfătosu • Edited

Hi great people,

I am a design agency Front-end engineer.
I will be sharing with you my custom works from my CodePen profile.

Can't wait to learn from all of you amazing folks.

Feel free to send me messages, make comments and challenge me with new ideas.

I would love you to challenge me to build up a front page from a printed/image of your own that you would love it become alive in the Front-end.

Examples: old books, tickets, infographics, charts, maps, etc.

CodePen profile screenshot from TudorSfatosu

Yours,
Tudor

Collapse
 
matheusemm profile image
Matheus Moreira

Hello, all!

My name is Matheus, I am from Brazil but live in Germany since mid-2018. After attending to :clojureD conf this weekend I am more motivated to start writing about my experiences as a software engineer.

I've been using Java for most of my career but I have a "crush" on Clojure and functional programming languages in general.

Collapse
 
davidzcode profile image
David • Edited

Hi Guys!

Im David from Spain, actually working like Junior Web Development and studing CS Degree, also like make little projects with arduino.

Im here because love the community and want to learn a lot of new things and improve my code and Why Not? make some new friends.

Thx for read!😊

Collapse
 
savantnimit profile image
Nimit Savant

Hello mates, I'm Nimit Savant currently pursuing B.tech Computer Science And Engineering @ Navrachana University. I'm Social Media Lead at Developer Students Club Nacrachana University - By Google Develpers.
I've joined this community to be posted with the recent doings in tech field and networking among other great devs. So that the knowledge I've Imbibed from them can be used by me to give back to my community @ DSCNUV.
Also I'd like to give whatever I know back to this community too!

Collapse
 
ru profile image
Ruggero Motta

Hi guys!
I'm a freelance Product Designer, I lived in Milan🇮🇹 but then moved to Paris 🇫🇷.
I'm currently working full remote for a blockchain powered startup.
I'm interested in software development methodologies and the way designers and developers can effectively work as a team. I'll learn something new here but of course I will also share my experiences.
I'm recently exploring e2e testing in my current project, and I think I'll soon share a post about it 🚀!

Collapse
 
samasastudio profile image
samasastudio

Heyooo! Sam here logging in from Los Angeles. I've been a professional sound/visual designer mostly for post production for the past 8 years. I've always had bits and pieces of script from either Unity, JUCE or JS show up around my interests, but last year I decided to take the deep dive into a full stack. Now I'm attending Hack Reactor and one of my classmates recommended dev.to!

Collapse
 
thehomelessdev profile image
Santiago Rincón

Hey there! I'm Santiago, a Venezuelan Immigrant living in Santa Marta, Colombia. I have some experience I would like to share, besides a couple open-source projects needing contributors. Hope I can find some here.

I'm a self-taught person and I'm currently coding with Node, Express, MongoDB for the server-side and pug, jQuery and sass for client-side. I'm also learning Django with a project I'm working on. Hope I can learn from you and share experiences.

Collapse
 
thehomelessdev profile image
Santiago Rincón

Hey there! I'm Santiago, a Venezuelan immigrant living in Santa Marta, Colombia. I got here trying to solve a problem I had with Pug. I have some experience I would like to share besides a couple of open-source projects needing contributors. Hope I can find some here.

I'm a self-taught person, by the way, currently working on the MVP of my startup. I code with Node js, Express, MongoDB and Pug. I'm also learning Django with another project.

Collapse
 
paytonthemartian profile image
Payton

Hello, I am Payton. I live in the US and I enjoy Python 3 and HTML with CSS. I hope that me being here can help me to get better at programming and help others get better too. I also noticed that I can use Markdown here...

Collapse
 
sncgbrl profile image
sncgbrl

Hello guys

I am Cebrail from Turkey (But KURDISH). I come from biology background. I am so grateful for sharing your experiences. I am trying learn Python I am excited to be here and learn from all of you. I hope I can also contribute to this group too.

have lovely day guys.
Cheers

Collapse
 
nerdydeedsllc profile image
Nerdy Deeds, LLC • Edited

What's this? A social network for programmers? That's actually centered around networking... in a sociable manner?! It's like nerd Mecca! Yanno... until Taboola shows up.

My name's JJ, and I've been actively, professionally-employed as a front-end developer... since 1996 (yup: back when Geocities was still a thing, Macromedia's Dreamweaver was JUST starting to edge out HoTMetaL - right before they bough Homesite - and their newest tool, Flash, promised to solve all the web's woes).

Moreover, I've been living plugged into the 'net (very nearly continuously, I'm both embarrassed and proud to say) since the mid-80's, back when one still had to set a telephone handset on top of their (400 baud) dial-up modem, so they could Telnet to their favorite MUD/BBS, or even download (edit: really, "a") naughty picture(s) in no more than 25-30 minutes, back when your RECEIVING the string +++ATH would hang YOUR modem up. I remember basking in total awe when I finally got to replace my Monochrome monitor with a (then-$750, glorious 640x350, 64-color) EGA monitor (cuz NOW when "Goblin hits you for 7!", he did so in RED text).

I'm a career contractor/consultant who's worked start-ups galore (including 4 of my own), as well as worked for Warner Bros., Lexus, Toyota, Apple, Yahoo, Broadcom, Nissan, Adobe, Gogo, Fox, Virgin, and a dozen more, on sites you odds-are have either visited or are at least tangentially-aware of, as well as GUI's for everything from slot machines at Caesar's Palace and in-flight entertainment systems for American Airlines to designing some of the browser-based games for Playboy (I can actually claim the dubious honor of having had designs shot down by Hugh Hefner and Steve Jobs - no, not at the same time - personally).

And yanno? For all of that, I STILL don't call myself "full stack" (s'like calling yourself "Scientist of Science" with no field affiliation or qualifiers: "Really? You're a scientist? Which discipline? What field?" "ALL OF THEM!"), though I know there are people out there better'n me at this stuff. If one of y'all really IS full stack, please: drop me a line! Otherwise, it's a pleasure to meet you all!

Collapse
 
b_dmarius profile image
Marius Borcan

Hi there!
I am Marius from Bucharest and I am here to share my journey and to learn from others about Machine Learning, Software Arhitecture and Software Development in general. I generally love discussing about programming and software development so feel free to reach me if you want to discuss anything!
Thank you all for building such a great community!

Collapse
 
johnmilner33 profile image
John Milner

Hello World! - My name is John and I am a digital advertising professional and enjoy programming JS, HTML5 and CSS3. I have over 6,000+ hours of coding experience, with an upper intermediate understanding of Javascript. I like ECMAScript 2015 ES6 JS the best.

Collapse
 
digital14547749 profile image
Digital Marketing

WEBSITE DESIGNING SERVICES INDIA DELHI, NOIDA, Gurugram & GHAZIABAD, INDIA
Over the past years, the industry of Website Designing Company in Delhi NCR has acquired a lot of prevalence. It is a significant factor that stimulates the business and a product which is being sold online. Anyone can use it as the best way to get linked with the business that provides the services which they have been looking for. Web Designing Company in Noida is creating and planning of websites. It basically incorporates several aspects like Web page layout, content production, user interface, navigation ergonomics, fonts, colors as well as icon design. There are millions of people who explore different services with the help of the internet, usually, companies gauge it as an opportunity to grab the client's attention and thus Gain Good Traffic for the site, the more traffic a website acquire the high is the probability of generating good revenue for the business.
ADDRESS
Building A-81, 5B Ground Floor,

Noida Sector 4 - 201301, India

CALL US
+91-9873138444
+0120-4920501
+91-9873209206

EMAIL US
info@webdesigninghouse.com
webdesigninghouse.help@gmail.com

Collapse
 
nadyaswan profile image
Nadiia Lazorko

Hello, nice to meet everyone here!
My name is Nadiia and I work as an Automation QA Engineer for now. I also call myself 'half-developer'=)
Wish to share with you all of experience I have (though it is not much yet). Feel free to ask questions or just tell me about yourself!
Let's have fun!!)

Collapse
 
thehomelessdev profile image
Santiago Rincón

Hey there! I'm Santiago, a Venezuelan Immigrant living in Santa Marta, Colombia. I have some experience I would like to share, besides a couple open-source projects needing contributors. Hope I can find some here.

I'm a self-taught person and I'm currently coding with Node, Express, MongoDB for the server-side and pug, jQuery and sass for client-side. I'm also learning Django with a project I'm working on. Hope I can learn from you and share experiences.

Collapse
 
pk profile image
Peter-Kyle Jackson

Hello all,
I’m from New Zealand and work in the testing side of things, so I mainly look to break the code on many interesting ways but in order to break the code I need to understand it more and that’s why I’m here, to learn from you all and add my two cents where I can. Go easy on me all!

Collapse
 
2myat9 profile image
Htoomyat Naing

Hello guys.

I'm Htoo and I'll be a college freshman this year studying CS. I feel that I'm a bit too early to be here because I'm not a developer yet and I've only been self-taught a few basic languages. Nonetheless, I feel that being here will inspire me to keep up my learning pace so here I am! =)

Collapse
 
theredhead profile image
Kris

Hello fellow code folk. It appears that I am supposed to introduce myself here, so... I'm Kris and I'm an addict. I Like that compuiters are better at math than I am and several fruits and vegetables too.

Collapse
 
flyarchadia profile image
flyarchadia

Hi Everyone!

I am Loida Canada from Philippines. I am working as an applications engineer in a semiconductor company. I graduated in my BSECE course more than 2 years ago. As an applications engineer, I am responsible for the hardware and firmware interfacing, also generating documents for our customers. Since I've been handling firmware for 2 years, in which I mostly use assembly and C programming, I develop an interest in programming and looking forward to learning more on front-end development.

I actually wanted to be surrounded by programmers and motivated people so I am joining this community to make me inspired in my daily programming learning. I believe that the environment is a great factor in one's success. Looking forward to learning with you fellas!

Collapse
 
vinay5f5 profile image
Vinay5f5 • Edited

Wow..!
Excited to see this community.
Iam from another simple normal engineering college, Aspiring to make revolutionary changes in tech😜

Iam a basic level coder, photoshopper, linux lover, entry level web developer..
This is a recent work I've made in React..
vinaymodepalli.github.io/flames

Hey guys.. Can u tell me how good is Dev.to as a blogging platform for an individual.? What makes it unique from blogger, WordPress..?

I'll be pleased if I get answered for these questions also..

  1. Does React gonna survive for the next five years?
  2. How good is firebase to serve as a database for a real time web project with nearly 10000 visits per day? 3.Learning php, mysql does really worth it now? 4.What things can we do with a linux cloud server other than hosting html files? 5.What is Django ( yes ofcourse it's a python framework..)? Is it something like mongoDB or firebase?
Collapse
 
lukidwianto profile image
Luki

Hello world..
Im luki Dwianto Saputra. Im From Indonesia. Sorry for my bad english and my introduce heheh. Im react developer and java spring. Nice to meet you all. Im still learning. I hope i can give you solution that i know

Collapse
 
stephanzilke profile image
StephanZilke

Hey guys. I am a C# developer from Germany with more than 5 years of experience. I want to learn new technologies, especially web technologies and fronted frameworks. I hope this community will help me with this.

Collapse
 
satsvelke profile image
Satish Patil

Hey Everyone,
Great to be here, like the domain dev.to, so no need to read about page,
I am mechanical engineer turned software engineer, working with .net, JavaScript, that's it. Have a nice day every one

Collapse
 
exceptionnotfnd profile image
Matthew Jones • Edited

Hiya everybody! I'm Matthew Jones (@exceptionnotfnd ), a blogger, programmer, dad, husband, speaker, lots of things!

I am primarily an ASP.NET web developer with 10+ years of experience, building all sorts of cool things for the web.

I am also the writer of Exception Not Found, a programming and web dev blog that seeks to take difficult concepts and explain them in simple terms. I'm also helping new bloggers get started with their own blogging journey.

Feel free to contact me here or on Twitter. I host all of my sample projects on GitHub. Thanks for reading!

Collapse
 
farshadkeshani profile image
Farshad Keshani

Hello All
My name is Farshad Keshani
I am Software Development Engineer and have be more than 13 years working experience .
Supper passion about learning new technologies and tools which can help me to grow my level of proficiency
More focus on JavaScript and Building framework for End2End testing.
Excited to connect to software developer.

Collapse
 
zilti_500 profile image
Daniel Ziltener

Hello Devs! I'm Daniel and a software developer and CTO at Sompani. I mainly maintain the legacy PHP code and write new code for our software in Clojure. Functional Programming is my one true love, and I have a high interest in all things revolving around parsing, interpreting, compiling. I found out about this community at a Clojure conference and am looking forward to exchanging thoughts and ideas here!

Collapse
 
iamlost2befound profile image
shoe box

Hello World (i borrowed the concept from @sahil )
I am Ade from Lagos, a farmer that’s learning to code. Self taught, i’m using as much resource as i can find. I hope to take some professional courses soon too.
HTML, CSS, JS is what i’m into for now. I would appreciate all the positive advice and experience i can get. As i hope to enlighten the people i can as well. As someone in the forum said “teaching helps to solidify our knowledge”
Feel free to say hello, thank you for reading.

Collapse
 
jacksleight profile image
Jack Sleight

Hi! Been meaning to join for a while and finally got to it. I'm a freelance web developer in Brighton, UK. Primarily concentrating on front-end development these days. Looking forward to learning some things and sharing some things.

Collapse
 
travislramos profile image
Travis Ramos

Hey everyone, I'm here to share my experience and help others learn and grow with me!

Currently I am working on a team at Southwest Airlines writing software to provide data about specific aircrafts to the mechanics who are working on them.

Thanks for having me,

Travis Ramos

Collapse
 
zukkybaig profile image
Zukky Baig

Hi, i'm Zukky from the UK. I build automation tools: automated dynamic security scanners, static security scanners, load and performance, static code analysis, UI and API test suites and more. I thrive on trying to get better, and making sure my code is cleaner and easier to digest. I hope this community can aid me with that goal. And I hope I can share some of my knowledge i've picked up over years to you all. Nice to meet all of you :).

Collapse
 
laebrye profile image
Laebrye

Hi! I'm Dave.

I've been running my own blog on blogger for a short time now but realise that the way to get things found is by exploring these short-form article platforms. So I'm checking out dev.to and so far I like it.

I'm really into Flutter right now but about 9 months ago that wasn't my professional background. I had a ten year career in analytics - primarily analysis & data management for analytics - using SAS.

Looking forward to writing and engaging on here :)

Collapse
 
neshoj profile image
Nesh Ojiambo

Hello Everybody,

I am here to practice my technical writing and to share my learning journey with all of you. I am Kenyan, and i am a marathon runner. Ok, not really but they live close by....be fruitful!

Collapse
 
techlorean profile image
Techlorean

Hello! I'm not even sure if I am welcome here due to my occupation (SAP Consultant). Hahaha trust me it's a tech related job. I decided to join dev.to because of my interest in all things technology. Plus, it wouldn't hurt to say that there are posts here that are casual yet very educational. It makes reading much more fun! I hope everyone has a nice day ahead :)

Collapse
 
alatos2 profile image
Alabi Tosin

Hello,

This is Tosin from Nigeria. I joined this community because am interested in relating with developers here and to add value. Currently, I work as a webmaster in a University but am interested in learning more of javascript, typescript and php. I love to watch football and basketball HIGHLIGHTS.

Collapse
 
luddilo profile image
Ludvig Linse

Hi there! I'm Ludvig, a tech enthusiast, developer and product guy. My most recent project is Narratory (narratory.io), a dialog-first tool to create chat and voice apps using a neat scripting language in Typescript. It is leveraging the power of Google's Dialogflow for NLU and thus jacks in with all existing integrations. Finally, it is really fun to use (my early adopters tell me). Happy if someone here is interested in trying it out (its free to sign up).
Cheers from Sweden!

Collapse
 
nilesh_parwani profile image
nilesh

Hi, firstly, glad to be here - reading through some of the introductions, seems like a super-cool globally diverse mix.

By background, after dabbling in banking and private equity for a few years, I started an online printing company which got acquired by Vistaprint. I am currently building kaamwork.com; an idea to empower anyone to work from anywhere.

If you're thinking remote work, you are directionally right but I am struggling with how remote work is currently perceived and operated today. The very word 'remote' feels oxymoronic to the idea of a globally connected team. Well, remote by definition means "far away and disconnected".

Maybe I am being too literal, but I am here to start a conversation around what the future of work should really look like and what we should call it - the idea behind kaamwork is to make it super simple to find jobs (or find colleagues if you're the company) that allow you to operate from where you want to maximize efficiency - that could be an office a block away or a company several timezones away (especially, if you like t work late in the night and can give perfect overlap despite the distance).

Collapse
 
iplaystoredown2 profile image
iplaystore downloadfree

The iPlaystoredoadfree.com website provides digital media as well as movies, music, books, magazines and TV shows. The web also offers outstanding games like Minecraft, Apex Legends,Call of Duty Mobile....

Collapse
 
avneeshd profile image
Avneesh

Self taught web developer, this site has helped me a lot so thought I'd join it. I primarily work with the mighty and the beautiful React, I hate working on the web, I love developing apps with react native. Looking to develop some machine learning apps with react native and want to try flutter.

Hit me up if I seem interesting to you and want to do something together

Collapse
 
suhas355 profile image
Suhas Bhatt

Hi This is Suhas, I work in Indeed.com and in my career I has put various hats such as QA, SDET, PM, Software engineer and now moving towards Data Scientist role. Here to share and learn for this amazing community

Collapse
 
sassankarai profile image
Sassan Karai

Hi everyone - my name is Sassan and I found this community via a blog post from a former colleague of mine. I've spent the last 2+ decades working primarily on infrastructure solutions and support with a significant amount of time spent in SQL troubleshooting as well. Fun fact - I can still surprise our youngest daughter (grin) with dance moves as demonstrated lately when she saw a video clip recorded very recently while my wife and I were out dancing.

Collapse
 
benits profile image
Matheus Benites

Olá, meu nome é Matheus Benites, sou engenheiro de software fullstack, atualmente trabalho com react, javascript, dotnet core e node, sou um eterno aprendiz, e aqui gostaria de compartilhar um pouco do meu conhecimento, com você e aprender junto com tods.

Collapse
 
vasquezjr profile image
Jose Vasquez

Hello Everyone...

Just trying to be part of a community to keep learning as much as I can. Currently learning Javascript and React trying to figure out a project to accomplish. Probably start out with a simple todo list and try to implement it using hooks and build from there. Have no professional experience and trying to start applying to jobs in the summer once I have some more personal projects under my belt.

Collapse
 
jocnjr profile image
José Neves

Yo all! Thanks for having me.

Very happy to be part of the community!

I keep postponing start writing and helping the community. Hopefully thats a real start.

I've been working with technology since ever and I don't think about stoping anytime soon! :D

Recently I've started teaching and that's an incredible and transforming experience.

Thanks in advance.

All the best.

JOC

Collapse
 
tiffs profile image
Tiffany Rossi

Hello, World!

My name is Tiffany and I'm from Brazil. I own a small business in the filmmaking/audiovisual producing field and I mostly work with video editing. I love it, but technology has been my passion since my grandma bought our first computer (2002 I guess?).

I learned HTML and CSS when I was 12, got interested into PHP, but adult life came and I had to put my passion into slow mode.

But then I got an Alexa and couldn't make it do the stuff I wanted it to do. "How to develop Alexa skills", I googled. Found out about Python, did lots of research, and I probably came up with a kind of ambitious studies plan :D

I'm teaching myself how to Python, and I absolutely love automation and AI, so I'm planning my studies towards that direction.

Collapse
 
iamdulce_ profile image
Dulce

Hello everyone!
My name is Dulce. Right now I work as an IT recruiter but I decided to made a change in my life and learn how to code. In the interviews I was so interest in the things I heard that I just thought "this might be the vocation i'm looking for".
So I just finished a basic course, I'm super excited about it and now I'm learning JavaScript by myself. Every comment or wisdom advice will be appreciate! :)
Have a great day!

Collapse
 
alxmrtnz profile image
Alex Martinez

Hey all! Originally from Toledo, OH, but now working as a remote front-end developer (mainly in React/React Native) based in Brooklyn, NY.

Found DEV when reading some articles on Expo and thought it looked like a cool place to up my skills. 👋

Collapse
 
mrenvoy profile image
Piyush Kumar

Hello world, I am Piyush Kumar from India working as a Software Engineer. I build data services layer and data pipelines as part of the Data Platform team of an identity-based startup. I currently work on Golang and have experience in Java and Python. Apart from this, I am interested in distributed systems and DevOps.
Happy to be here and looking forward to learning from this platform. :)

Collapse
 
balyadav001 profile image
Yadav B R

Hello World, I am Bal Ram Yadav From India an inspiring self taught web developer and MS Office expert with a true love and passion for code. Really looking to learn and improve my skills here and hopefully be able to help beginners like myself.

Collapse
 
landoshepherd profile image
Lando Shepherd

Hello, i'm Lando from Washington, DC. I came to this community as a newb software engineer trying to find my path in such a vast industry. So far, I find myself interested in lower level programming with C and C++. However, I am also interested in iOS and backend web design.

I hope that I can also provide help to others the best I can!

Collapse
 
devmoustafa97 profile image
Moustafa Mahmoud

Hi,
My name is moustafa and i'd love to join this community to share and read other's articles
these days i'm learning Js studying DS and algorithms

i hope i'll be a effective dude in this community

Collapse
 
lucsouza profile image
Lucas Eduardo Correa de Souza

Hi guys, i come here for an issue i got installing flutter and android studio, found on stack overflow a guide to how install flutter without the AS that solved my sdk issue. i join to thank the guy for the post, and to learn more from you.

I'm an student, from Brasil(is the right spelling for us), father of two lovely girls.

Collapse
 
albert profile image
Albert

Hello Dev World,

I'm Albert from Bangalore. Working as SEO and helping organization to reach break-even and profitable with Organic search traffic.

Came here to look answers for Improving PageSpeed score and Page loading time of the website.

Collapse
 
twittmen0w profile image
biswajit roy barman

Hello Community Members,
This is Biswajit from Houston, TX, USA. Glad to be here after I learnt about this site. Hope to learn from all as well be an active member of the community by sharing my passion for Agility, Cloud and DevOps.

Collapse
 
albert profile image
Albert

Hello Dev World,

I'm Albert from Bangalore. Working as SEO and helping organization to reach break-even and profitable with Organic search traffic.

Came here to look answers for Improving PageSpeed score and Page loading time of the website.

Collapse
 
benmilo_tweets profile image
Ben Milo

Hi All,

This is Ben Milo. I am a Business Strategist and a passionate Blogger. I am deeply fascinated by blockchain technology and its current trends, challenges,evolving needs of the customers in the market. You can read my blog and know all about blockchain over a steamy cup of coffee.

Cheers!!

Collapse
 
recurs1v0 profile image
EPPR

Hello World, I just found out about this place and i'm excited to be in here.

I'm looking forward to spark new posts in Spanish myself, I hope that won't be a problem

I am currently writing a 24-hour course on programming in spanish for non-programmers

Great to be here

Collapse
 
alvinkaranja profile image
Alvin Karanja

Hi am Alvin, a newbie in Android Development based in Nairobi, Kenya. I have joined this amazing community to learn and to share with other devs what i have. Am currently learning Data Structures and Algorithm and working on my #100DaysofCode challenge. I love exploring IoT concepts on my free time.

Collapse
 
bleuxgenius profile image
BleuxGenius

Hello World,

My name is Dani, and I'm fairly new to this dev community. I look forward to speaking with you all, as well as collaborating on projects or just tips on how to master certain languages. Talk soon.

Collapse
 
jbigorra profile image
Juan Bigorra

Hi people! My name is Juan. I'm a Software Engineer at Etermax Berlin GmbH, currently working as a Full-stack game developer using Unity, .Net & AWS mainly.

Prior to gamedev I worked as web developer for about 3 years, using mostly PHP and node frameworks for back-end, such as: Laravel, Yii, Symfony & Express.js.

For front-end I started my career with jQuery, Backbone and now I'm loving working with React whenever I can.

My GOTO language is Javascript. Whenever I need to quickly read and transform some file or something similar I will just quickly create a node script and create some magic.

I'm really into the whole Software Craftsmanship movement. I care about my craft and try to be as professional as possible while enjoying my work. I consider myself an Apprentice in the road to mastery =)

I felt in love with Test Driven Development, Clean Code and Software Design. My goal is to continue in that path learning and sharing my experience with others.

Definitely thinking about writing my own posts at some point.

See ya around!

Collapse
 
awematest profile image
AWEMA - TA

Hi i'm awema from Ivory Coast ( Africa ), i finally there after some month trying to improve my codding skills , i'm interested by technologie like , laravel , vue.js , react and mobile dev. But it's always the same thing. that look to difficult to build my project.
So hope found there a community where i can learn from over people and take my knowlege growing up ! Sorry for my bad english that's not long time that i try to speak correctly :)

Bonjour je suis awema je viens de Côte d'ivoire (Afrique) , j'arrive ici apres des mois de frustration à rechercher comment apprendre a coder et améliorer mes capacité dans le domaine , je suis interessé par des technologie comme laravel , vue.js, react et le development mobile . Mais c'est toujours pareil je semble ne jamais pouvoir construire mes projets .
J'espere donc trouver ici une communauté ou apprendre des autres et améliorer mes capacités,
Pardon pour mon faible niveau d'anglais , si il y'a des francophones qui tombent sur mon post , je cherche activement des contacts à travers le monde avec qui parler de code et de projet , une forme de dev-friend disons ^

Verry happy to be there :)

Collapse
 
smv1999 profile image
S M VAIDHYANATHAN

Hello World!
This is S M Vaidhyanathan. I am a Computer Science Engineering Student at Rajalakshmi Engineering College. I am very interested in the field of Application development. I am a very curious person who always looks forward to learning more and more. I am very interested in reading articles about current technology affairs. I have the ability to convert any idea into a working product.

Collapse
 
saramiteva profile image
Sara Miteva

Hello everyone! I'm Sara from Macedonia. I'm a technical marketer - a mix of marketing and development, interested in learning more about Kubernetes, AWS, DevOps, etc.

So far, I was focused more on marketing but now I'm switching to development. I write about development in order to help people such as myself who want to learn more.

I'm here to share what I learn and to learn from the ninjas :)

Collapse
 
sevenzark profile image
Dave M

I'm a FED living in Chicago (and working in nearby Evanston). I have been making software for over 25 years. My first programming language was BASIC, then C/C++, Perl, JavaScript & PHP, and now I specialize in ES6/React. Along the way I have also been a UI/UX designer. Currently I practice both UI/UX design and front end coding for my employer, but coding is my main focus again.

Collapse
 
gabssanto profile image
Gabriel Santo

Hello everyone, I'm Gabriel from Brazil and I came here to learn and to share my experiences with all of you :D. I'm a student of Computer Science at University of Brasília at my 5 period.

Collapse
 
faizanmustafa profile image
FaizanMustafa

Welcome Gabriel.. It's great to have you here.. and best wishes in your journey :)

Collapse
 
javiarch profile image
javiarch

Hola, Buen día!!
mi nombre es Javier, los saludo desde Bs As, Argentina.
Estoy interesado en el desarrollo de aplicaciónes geográficas. Ahora incursionando en el mundo offline de la mano de leaflet, react y pouchdb.
Espero poder hacer mi pequeño aporte y aprender mucho de ustedes.
Saludos

Collapse
 
tnash profile image
Tim Nash

Hello All!
My name is Tim, I'm primarily a tinkerer but my main focuses are WordPress and Security. These are unusual bedfellows and a lot of what I do is education. That said when I do code I tend to work with Rust, Python and PHP as well as good old bash.

I work for a Hosting Company here in the UK and blog on my own site TimNash.co.uk which I'm also going to start syndicating here as well.

I tend to write about Security, Systems and the odd little adventure in weir bugs.

Collapse
 
amitagrawal11 profile image
Amit Agrawal

Hey Everyone,

I am Amit Agrawal. I am Lead Full Stack Developer but the bottom of my heart, I am Javascriptian. I do have 7+ extensive exp in javascript area mainly including (Angular + NodeJS + AWS).

First of all, I am very honoured to be part of a such community. I am here to share my hands-on experiences and hoping to get the same.

I think "the journey begins with the great peoples you get to know."

Saying so, let's begin a new journey together :)

Collapse
 
calebrose profile image
Caleb Rose

Hey everyone,

Name's Caleb. I'm a software engineer based in Texas. I really enjoy using React and Python, and am eager to continue expanding my skill set. When I'm not coding, I'm either writing or cooking. Gotta keep the brain active, you know?

Since I've found myself more on Dev.To lately, I figured it'd make sense to sign up and stay around for awhile.

Collapse
 
halo_3 profile image
Harry Logan

Hi folks, I just registered here today, and this is my 0th markdown snippet.

<script>alert("Hello, World!")</script>

Looking forward to learning new interesting things.

Collapse
 
alenaee profile image
Alex Bodkin ✨

Hi! Found this community after a rec came through the EmailGeeks slack about a similar network but focused on dev (as opposed to just email / email dev which that community is about). Excited to learn more!

Collapse
 
robervh profile image
Roberto V - rovicher.eth

Hi there,
Isn't it great how nowadays learning can be outside formal established institutional classroms? I'm grateful for it and I'm venturing on this new online way as I'm updating my sills. This space seems a good place to continue learning, I was brought here from a Dev's @janessatran post. I'm interested in all blockchain themes, and coding is something that came along its way, javascript mostly.
cheers,
Roberto V.

Collapse
 
ajeetbal profile image
Ajeet Bal

Hi folks ,I Hope you are all doing good.
Myself Ajeet Bal, a Software developer . I am following this platform since I got my first job as intern. I have learnt a lot of things from the articles and now I feel to contribute my knowledge also that can make a fruitful impact on others learning.

Collapse
 
karannpdhanjal profile image
Karan

Hello Everyone,
This is Karan from Delhi, India coming to this community from very recent interest in learning to code. Twitter directed me to this community and looking forward to start learning experience with DEV community.

Collapse
 
_faidat profile image
Cherrycoco 🍒

I am Faidat, a chemistry graduate but I have a strong interest in coding. I'm here to learn more and make my self better.

Collapse
 
ryunaq profile image
Fernando Chu

Nice! I am Fernando, an economist graduate but I too have found quite some love in all things code.

Collapse
 
willyice profile image
Willy • Edited

Hi there everyone 👋🏻,

Hope you are having a good day, just thought to introduce myself. My name is Willy, I’m 20 years old and I have been programming for about 4 years now of which 1 year professionally (as an intern) at a big web agency based in Rotterdam.

Most of my knowledge is self taught by reading the beautiful free internet and sites such as dev.to 😁.

My favorite stack is Node JS with typescript and the whole shabang. At work I do quite a bit of back-end related work with C#.

Mainly here to learn things and maybe one day write some posts 🤙🏻

Collapse
 
ravindra2010 profile image
ravindra2010

Hi All,

This Ravindra from Jaipur, India. I am basically working as DevOps Cloud engineer. I am looking forward to share my experience and learn new things from people here. Hoping a wonderful journey here.

Happy to join this community.

Collapse
 
acoh3n profile image
Arik

Hi Ravinda! Great to have you here. Welcome aboard!

Collapse
 
aarongomes profile image
Aaron Gome$

Hey everyone! Just joined to contribute all my knowledge that i (think i) have😅.
Anyways... Hope to learn a lot and contribute significantly to everyone's development and my own as a coder!

Peace ✌️!

Collapse
 
loretoruiz profile image
Robinson Loreto

Hello how are you ? My name is Robinson and I write to you from Venezuela. I just started to learn Reactjs ... and I would like if you could guide me on the beginning of the session. I already have the Login interface and I redirect to the dashboard (in this case) ... but I don't know how to handle the user session? also the expiration time of that session? I've seen examples with LocalStorage but I don't know if that's a good practice ... I'd like to know if you can help me with an example? I did my backend with NodeJs Express connected to a Sql Server database ... Greetings...my email : loretoruiz@hotmail.com

Collapse
 
juanlucaspajin profile image
juanlucaspajin

Hi there!
I'm Juan Lucas from Argentina. I've came here to learn from all of you something new and to meet new people! And maybe, if I can, share some experiences with you!

I'm currently working creating systems using the cms tool drupal, in its 8th version. For example, I've been working in a digital wallet that has both a website (using drupal as Backend) and an Android app.
In previous experiences I've worked in the making of casino slot machines using the forgotten smalltalk language (yes, we still use it...).

Collapse
 
loretoruiz profile image
Robinson Loreto

Hello how are you ? My name is Robinson and I write to you from Venezuela. I just started to learn Reactjs ... and I would like if you could guide me on the beginning of the session. I already have the Login interface and I redirect to the dashboard (in this case) ... but I don't know how to handle the user session? also the expiration time of that session? I've seen examples with LocalStorage but I don't know if that's a good practice ... I'd like to know if you can help me with an example? I did my backend with NodeJs Express connected to a Sql Server database ... Greetings...my email : loretoruiz@hotmail.com

Collapse
 
boscor profile image
Juan Bosco

Hello Everyone

My name is Juan Bosco, I am a software developer with 20 years of experience in Programming. I have been working on Microsoft Technologies developing and implementing solutions for hotel industry.

Happy to be here!

Collapse
 
loretoruiz profile image
Robinson Loreto

Hello how are you ? My name is Robinson and I write to you from Venezuela. I just started to learn Reactjs ... and I would like if you could guide me on the beginning of the session. I already have the Login interface and I redirect to the dashboard (in this case) ... but I don't know how to handle the user session? also the expiration time of that session? I've seen examples with LocalStorage but I don't know if that's a good practice ... I'd like to know if you can help me with an example? I did my backend with NodeJs Express connected to a Sql Server database ... Greetings...my email : loretoruiz@hotmail.com

Collapse
 
loretoruiz profile image
Robinson Loreto

Hello how are you ? My name is Robinson and I write to you from Venezuela. I just started to learn Reactjs ... and I would like if you could guide me on the beginning of the session. I already have the Login interface and I redirect to the dashboard (in this case) ... but I don't know how to handle the user session? also the expiration time of that session? I've seen examples with LocalStorage but I don't know if that's a good practice ... I'd like to know if you can help me with an example? I did my backend with NodeJs Express connected to a Sql Server database ... Greetings...my email : loretoruiz@hotmail.com

Collapse
 
aydarfz profile image
aydarfz • Edited

Hello everyone! My name is Aydar. I'm a self-taught front end developer from Boston. I've been following and reading dev.to articles for a while and finally decided to introduce myself :) Currently I'm learning traditional CS concepts and planning to post some articles on CS topics and everything I'll be learning. Criticism is welcome and encouraged as I still consider myself a newbie! I'm thrilled to be here, learn and if possible help others!

Collapse
 
bobgt profile image
Rakesh Ghatvisave • Edited

Hello mighty devs!

I hail from the technical communications background and I work as a Technical Writer based in Hong Kong. I create developer documentation for a blockchain platform. I joined this community to learn new stuff and skills that developers are passionate about.

I would like to dedicate this Apple video to all the mightly and awesome Devs here:

youtube.com/watch?v=fa5p19APgd8

Thanks for having me!

Collapse
 
rajagopalrao profile image
RAJAGOPAL RAO

Hi Team,

This is Raj from Bangalore. I am here to learn about new technologies like Docker Kubernetes and AWS. I am sure this community is producing lot of learning contents in these areas. Excited to learn from the experts! :)

Collapse
 
mamta350 profile image
mamta350

Why you should Learn Python Programming Language in 2020
decipherzone.com/blog-detail/why-y...
Why you should learn Python Programming Language in 2020. Programming languages have been around for a very long time, and consistently observes the launch of another language clearing developers off their feet. Python is considered as one of the most well known and sought after programming language. An ongoing Stack Overflow overview indicated that Python has assumed control over languages, for example, Java, C, C++ and has advanced toward the top. This makes Python certification one of the most looked for in the wake of programming accreditations.

Collapse
 
trnrao profile image
Narasimha Rao Taduri

Hello Devs,

This is Narasimha from Pune, India. Excited to be part of dev.to community.

Since 1998, I have been building enterprise applications and products in various technologies and these include both Desktop and Web Apps. Languages used - C++/C#/JavaScript/Python/Java.

Of late, I have been building Cloud Native Applications/Solutions on AWS with major focus on Serverless paradigm.

Collapse
 
iammanjunathr profile image
iammanjunathr

Hello all,
u can call me Martin and as i wanted to know more about web components in JavaScript , I stumbled here , iam Very much interested in js frameworks and currently learning angular and react. Looking forward to learn more and have a good network .

Collapse
 
niyongaboeric profile image
NiyongaboEric

Hi Good people, I am Eric from Rwanda. I am happy to join this community. I have experience in developing Javascript applications such as React and VueJS. Fun fact about me is that sometimes use Id, passport and driver license of my twin brother.

Collapse
 
borpaul_dev profile image
Bor Paul

Hello community!

My name is Fernando from Mexico, former English Teacher and now pursuing my dream of becoming a great Software Developer in Swift and Java.

I've been working as a Dev for the last 3 years as a freelancer and since last November I got my first formal job an iOS developer for an American Company.

I love learning new things everyday so I will be hanging around here to ask some questions if so. A friend of mine Brought me to this awesome community.

Hope I can receive really cool pieces of advice from all of you!

Thank you!

Collapse
 
rakhmad profile image
Rakhmad Azhari

HI everyone. My name is Rahmat from Jakarta, Indonesia. I've read articles from dev.to couple of times and found I can learn new things from this community. I am working as Sr. Software Engineer, trying to improve my software engineering (read: code) skills, after spending 3+ years as Engineering Manager.

I am working in Mapan, a subsidiary of Go-Jek, one of largest startup in Indonesia. We are working to build products aiming to mid to low income communities in Indonesia. Our current product is Arisan Mapan, a group buying system for housewives, giving them access to high quality household goods and also access to improve their income.

Excited to learn something here and I hope I can contribute to dev.to as well.

Collapse
 
aeither profile image
Giovanni Fu Lin

Hi folks!
my name is Giovanni Fu Lin from Italy and I am a tech passionate. I discovered this community some months ago. It is amazing what people are sharing here, I am learning a lot from the posts so today I decided to join and hope to start sharing some knowledgeble/useful stuff.

Collapse
 
stephanzilke profile image
StephanZilke

Hello guys, I am a c# developer from Germany with more than 5 years of experience. I am very interested in new technologies and I started to learn developing software for the web. I want to learn new fronted frameworks and I hope to get tips from this community.

Collapse
 
awematest profile image
AWEMA - TA

C'est comment ?

I'm Manuel a software dev from ivory coast (Africa),
I come back to dev after years cause computer is to expensive ther ^
and really afraid but all this new things like laravel, react, vue.js , python and machine learning ....
I know that with time all can look more easier, so hope make a big part of road with you to learn more about all this beautiful things, i'm actually discovering laravel 7, and booking some ressources around.
I'm open for all your suggestion to permit me to learn fast and good.
I'm looking for friend around the world to learn together, i know that all is better when we are together ^
thanks for spending your time for read a french man post in bad english from a place lost in west africa

Collapse
 
dreamspinner22 profile image
Joshua Rigney

Hello coders!
I'm really excited to be a part of this community and I hope it helps me grow as a developer/coder. I'm the only coder in my company, so it can get lonely when no one understands what I'm talking about. Lulz. Anyways, I love JavaScript, HTML/CSS, PHP (still learning), WordPress, and React/Redux.
My latest project was building a calculator using React/Redux. I'll probably be sharing that on here sometime soon.
Cheers!

Collapse
 
abuxton profile image
adam buxton

hey all, UK based DevOps, SRE and currently services consultant for Puppet.
new communities always nice to join.

Collapse
 
clairec profile image
Claire Collins

Welcome Adam :)

Collapse
 
johndinhtech profile image
John Dinh

Hello, I'm a full-stack developer and I'm currently job hunting. Right now I am learning a little bit about DevOps and Docker. My current project is an application using the MERN stack

Collapse
 
dreamspinner22 profile image
Joshua Rigney • Edited

Hello coders!
I'm really excited to be a part of this community and I hope it helps me grow as a developer/coder. I'm the only coder in my company, so it can get lonely when no one understands what I'm talking about. Lulz. Anyways, I love JavaScript, HTML/CSS, PHP (still learning), WordPress, and React/Redux.
My latest project was building a calculator using React/Redux. I'll probably be sharing that on here sometime soon.
Cheers!

Collapse
 
bonhommeanthony profile image
Anthony Bonhomme

Hello guys !
My name is Anthony from France, I have started learning Web Development by myself since almost 2 months (pretty hard but so interesting) and I chose to specialize in React JS for now !

My goal is to be able to work with my news skills before the next year, I work hard everyday for it.

I'm sure this community will help me to dive deeper in my "futur job".
Have a nice day !

Collapse
 
sarabits profile image
sara-bits

Hello developers; i m a new software developer recently joined a home insurance comp. Longway to go. Domain knowledge and tech stack Java springboot angular IBM db2 and all crazy devops tools..oh man! please save me by telling some funny lol things that happened in your project!!

Collapse
 
binarytrek profile image
BinaryTrek

hello everyone. .Net dev here. Just found this awesome place and look forward to keeping up to date with all the great content posted here.

Collapse
 
buesbu profile image
Burak Esen

Hello dear DEV Community.

I've been a reader here for quite some time now and I drop by here every day. Which is why I have finally decided to make the step from a passive reader to an active member. Why? I like the different personalities and the cohesion.

What I can tell about myself:

I'm a passionate UX designer, but I've always been interested in coding. After university I didn't do much programming and concentrated more on being a designer.

Since a few months, however, I have been working on a private project, which is now nearing completion. Since then I'm on fire again. By the way, this is how I became aware of the DEV community.

The product is an ad-network with focus on white labeling. And it's an interesting experience I had the chance to make there, because as a UX designer I can focus on the user and his needs already when designing the backend and hopefully develop his experience for the better. - If you are more interested in this topic, please let me know.

I hope I can make my contribution here and maybe some of you are interested in my stories. :)

Collapse
 
samuelagm profile image
Samuel Agbonkpolo Monday

Hello All,

I'm Samuel from Nigeria, I'm a DevOps and Sofware Engineer, I build APIs and other backend services, its a pleasure joining the community.

Collapse
 
leninzapata profile image
Lenin Zapata

Hi, I'm new here but I'm not new programming :D

Collapse
 
acoh3n profile image
Arik

Welcome!

Collapse
 
wallpapernest profile image
WallpaperNest

I a newbie coder just introduced to the "Hello World" by my friend.

Collapse
 
paddy57 profile image
Pradnyanand Milind Pohare

Hello guys, My name is Pradnyanand Milind Pohare. I like to write my whole name, but not everyone able to pronounce it so paddy it is, that's what everyone calls me in my office. Reason to join this community because, Last year I went to React Conference happen in goa and everyone was sharing me there work, blogs from here. So I thought to explore this community and to get to learn more from all of you. I hope I'll share some of my blogs if I write them. Cheers.

Collapse
 
centanomics profile image
Cent

Hello friends, I'm Cent and I'm working towards becoming a web developer in Atlanta, Georgia!

A fun fact about me, I enjoy doing the Gongfu tea ceremony.

I'm always open to helping others!

Collapse
 
nicknnator profile image
Nick James

Hello,
Always looking to learn new things and reinforce old things.

Collapse
 
prayagd profile image
Prayag

Hello everyone,

This is Prayag from India. I am self taught developer currently trying to dive deeper into reactjs and learn mongodb and node.js. Joined this community to learn from the experiences of fellow members and improve my skills. I also recently started building stuff so i could test my skills. One such example is my portfolio
prayagdesale.netlify.com/.

Glad to be here. Have a great week ahead.

Collapse
 
jramiz profile image
Jamie Ramirez

Hi Dev Community!

I'm a career changer from nonprofit program serving unsheltered folks in the SF Bay Area to coding bootcamp and general computer science interest. I embrace the beginner mind and brand new experience feeling and happy to see this supportive environment. I learned full stack in the bootcamp for python, MEAN, and Java. Finishing an app to help folks share resources with unhoused neighbors with my bootcamp team and looking for work. Cheers!

Collapse
 
craeftsmith profile image
craeftsmith

What brought me here? I am looking for a friendly alternative to stack overflow.

I am currently learning about postgres/postgis

My current hobby project is a meteor detector.

Collapse
 
dogbytehurts profile image
dogbytehurts

Hi to All,
Not much to say about code, just learning with w3schools.
As a retired Tool and Die Maker, I needed something to fill in the time. Learning web design and programming seemed to be the answer.
Memory and youth are both gone...on with the show.
BTW @mustafa3252 I am a rookie.

Collapse
 
miguelgomezsa profile image
Miguel Gómez

Hi everybody!!

Collapse
 
dhrubanka profile image
Dhrubanka

HELLO EVERYONE! I am from Assam, India. Pursing my master degree in computer science and applications. I was searching a platform for my kind of people, hope its the right place where I can meet some of the great ones.

Collapse
 
abhijais04 profile image
Abhishek jaiswal

Hello everyone,
I am Abhishek from Bangalore. I stumbled upon some great posts from DEV and decided to join the community as well. Really excited to learn and share my experiences.

Collapse
 
endagegnehu profile image
Endagegnehu

Hello I'm bonga i like to code i hope this will be great.

Collapse
 
pulkitsapra profile image
Pulkit Sapra

Hi guys!
This is Pulkit from Tokyo.Just started working as a Software Developer. I have varied interests in fields of Machine Learning, Big Data, financial markets and gnenomics. Hope I can share my experiences and learn from you all. Cheers!

Collapse
 
khandelwalriya profile image
Riya

Hi...
This is Riya from Bangalore. Hope you all are doing well. The reason why I'm here is to learn and upgrade my skills as a software engineer. I worked in a startup as a Frontend Developer. I hope I will get the knowledge from others experiences, also I would be happy if I can share my experience with you all.

Collapse
 
evelynwaugh profile image
EvelynWaugh

where am I?

Collapse
 
nlefty profile image
nlefty

Hey, I’m Nikkita! In the making of becoming a self-taught frontend developer. Hoping to contribute soon to the community.

I’m currently taking The Web Developer Bootcamp by Colt Steele on Udemy.

Collapse
 
guyaneseballa profile image
K ΞVIN 🇺🇸🇬🇾

Hi! I'm Kevin and I'm currently a student as a cybersecurity major. I hope to learn as much as I can, as well as meet other tech/security enthusiasts.

Collapse
 
brucetushabe profile image
TUSHABE

Glad to be here 😊 thanks

Collapse
 
dikaio profile image
Donovan Dikaio

<3

Collapse
 
ajaybab04952218 profile image
Ajay Babar

hi

Collapse
 
pattygeek profile image
Patience Adajah

Hello Everyone, I'm Patience. I am really here to learn and contribute by teaching what I know. I'm a web dev, working mostly with react.

Collapse
 
jarmosan profile image
Jarmos

New joiner, first comment, let's where does this new found journey take me! :)

Collapse
 
page_source profile image
Satyam Mishra

Hi, this is Satyam from Gurgaon, India. I've been working on React since last 2 years. I work at Bed Bath & Beyond, an e-commerce giant from US.

Collapse
 
khalifajr4 profile image
Khalifa jr.

Hey Devs, i hope you are okay, i am here to to learn, share my experiences.
i am new in this world of Code, and
i am venturing into laravel6 and i am facing some problems.
can you help?

Collapse
 
jogwums profile image
Jonathan Ogwumike

Hello world...!
Here to learn and share!

Collapse
 
martinsngene profile image
Martins Ngene

My name's Martins and am from Nigeria, I want to be a front end web developer and I need people to guide me and I thought being part of the community will be a solution.

Collapse
 
maaaato profile image
MasaWorkout

Hi guys!
I'm working as a SRE.
Especially I like AWS. Sometimes, I post about AWS and SRE and some tools.
Thanks :)

Collapse
 
savemodred profile image
modred

Am from Nigeria Am new into the world of web development am happy to meet other fellow developers

Collapse
 
abrahamadebayo profile image
Adebayo Abraham

Hello Everyone,

My name is Abraham from Nigeria, i love everything JavaScript. Glad to me here

Collapse
 
iamrilwan profile image
Rilwan Aribidesi

A beginner
Interested in front end web development.

Collapse
 
hossam210 profile image
hossam

hello im new here

Collapse
 
adrisel profile image
Adrisel

Hello!! I am Adriana, i am android developer but now I am challenging my self learning web with stack MERN, I am so happy because I have been learning a lot about front-end and back-end with JS.

Collapse
 
tadele08 profile image
tadele08 • Edited

I come to this community searching help, from the community honestly!

Collapse
 
theglitchh profile image
Sourav Gope

Hello guys its TheGlitchh here , an introvert who loves to code

Collapse
 
nayakayp profile image
Nayaka Yoga Pradipta

Hello world

Collapse
 
lzg14271872 profile image
lzg

hello, I am a vue.js learner.

Collapse
 
lucasoscarsimon profile image
Lucas Simon

Hi there!
I'm Lucas, I'm a professional software engineer. I've been using C# among 7 years, and now my objective is to learn JavaScript and NodeJS.

Collapse
 
renatogondin profile image
Renato Gondin

Hello, folks. I'm here to learn a lot from all of you.

Collapse
 
saugat profile image
Saugat Rajbhandari

i am learning django

Collapse
 
parrycima profile image
parrycima

Hello. My Name is Parry. I live in Italy. Working as Front-end developer from two and more years. I love to build apps with ionic. I think Dev.to is one of the best community on the Internet nowdays.

Collapse
 
panashetapy profile image
Panashe Tapera 💭

Nothing much to say except that, I'm a rookie developer

Collapse
 
imran79528960 profile image
imran

hello i am imran from PK i love traveling Playing cricket watching movies favorite website 123moviesfree.me

Collapse
 
anush_krishna_v profile image
anush krishna

bonjour
just another life long learner here to grow and learn together

Collapse
 
jordanliu profile image
Jordan Liu

Hi everyone, I'm Jordan. I'm a developer and designer looking to expand my skills. Check out my portfolio: jordanxliu.com

Collapse
 
mustafa3252 profile image
mustafa3252

Yoooooo fam! I am becoming ready to make our developer community proud. Please help me in my journey .

Collapse
 
niubo profile image
Rolando Niubo

hi there, me here.
Like if you also suffer from coding addiction ?

Collapse
 
sath26 profile image
Saugat Thapa

Thank u. I would love to collaborate in gaming or web projects that include vue or quasar ui framework that is based on vue

Collapse
 
thisistheway369 profile image
chris

Hi, Im an imposter right now but whats new?

Collapse
 
iafolayan profile image
Afolayan Isaiah Kunle • Edited

Hi
I am Isaiah and glad to be here to learn and help others. I will be glad to hear from you all.

Collapse
 
banana88162695 profile image
Jusmin🐰

Fuckkkkkkkk

Collapse
 
d3head profile image
D3Head

D3HEAD is excited to be here so that we can continue to learn from the best!

Collapse
 
jaynshete profile image
Jaykumar N. Shete

Hi
I am pharma professional with 10 years of experience in research and looking for data science

Collapse
 
donalb2 profile image
don alb

Thanks.

Collapse
 
myfreestudy4u profile image
sanjay

two digit number should change every year javasciprt

Collapse
 
kiunakoncepts profile image
Kiuna Koncepts

Hello World, I love working/developing Web Applications and mainly use NodeJS with React and Mongo if needed

Recently got interested in iOS apps, excited to contribute and learn from this community

Collapse
 
bubodbm profile image
Bubo-DBM

Hi to all

Collapse
 
lenerdv2005 profile image
lenerdv2005

.

Collapse
 
s0l0ist profile image
Nick Angelou

Hello all,

Nick from the US - hoping to shed some light on the current state of privacy-preserving applications using modern homomorphic encryption!

Collapse
 
chr15m profile image
Chris McCormick

👋

Collapse
 
imnavbhandari profile image
Naveen Bhandari
Collapse
 
mpotterq profile image
Michael Potter

Hi all, I'm Michael! I work in the Finance Industry as a developer, mainly in Kdb+, though I use Linux all the time as well. Happy to be on board!

Collapse
 
yenkyu profile image
Yenkyu

Hi

Collapse
 
putrianjani profile image
Putri Anjani

hello everyone, I'm from Jakarta, I want to introduce the best Slot Online in Indonesia

Collapse
 
himariolopez profile image
Mario Lopez Martinez (he/him)

Howdy hey, devs. I'm Mario and I'm a senior CS student in Texas who is going to be starting my career later in July. Excited to get into it and meet a few of y'all.

Collapse
 
prototowb profile image
Tobias Rauer

Hi folks o/

let's have an awesome experience together! \o/

looks for a mentor in javascript and react

Collapse
 
vorozhko profile image
Iaroslav Vorozhko

Hi here, my name is Iaroslav
I am SRE enthusiast and welcome to share my cloudops and programming experience, as well I am looking to learn from all of your.

Collapse
 
kennielarkson profile image
LAWAL ABDULRAFIU KEHINDE

Hello everyone. I am an aspiring Full Stack JavaScript developer. I hope to learn through this community and also give back as I learn. I’m really excited to be part of dev.to

Collapse
 
omogbare profile image
Omogbare Sikpojie

Hey everyone! I'm new here and really happy to be a part of this community.

Collapse
 
ibrahim4529 profile image
Ibrahim Hanif

Hello everyone..

My name is Ibrahim Hanif from Indonesia.

Collapse
 
koechpetersn profile image
koech peter

I have found a solution to my bug from this community post

Collapse
 
mango_itsol profile image
Mango IT Solutions • Edited

Hi, we are Mango IT solution and want to learn about new industries and platforms. you can check more about us @ mangoitsolutions

Collapse
 
mango_itsol profile image
Mango IT Solutions

contact us for any query

Collapse
 
howardderekl profile image
Derek Howard

Hey Everyone! Derek here from Thinkster.io

Collapse
 
nntien profile image
Nguyen Ngoc Tien

Hello everybody!!!

Collapse
 
harry0507 profile image
harry0507

Hello world!
This is Tuan from Vietnam. I'm really excited to learn from you all. I'm a beginner in python.

Collapse
 
kmplsv profile image
KMPLSV

hai.

Collapse
 
igorsusmelj profile image
IgorSusmelj

Hi,
this is Igor from Switzerland. I love to participate in Hackathons and build products using machine learning.

Collapse
 
juliocbruno profile image
Julio Cesar Bruno

Hello, i am Julio from Brazil, Curitiba city! Let's have fun!

Collapse
 
irensaltali profile image
İren SALTALI

Hi I'm İren Co-founder and CTO of image4io. I hope I'll find great things and share.

Collapse
 
muswamba profile image
Shabani Muswamba

Hello guys, i have just joined. I hate reading term and condition can anyone explain to me how it goes on this???

Collapse
 
rrdevries profile image
Renée de Vries

Hi there!
I'm a junior frontend developer and test automation engineer, with a main focus and experience with Cypress. Hope I can learn from this community.

Cheers,
Renée

Collapse
 
terkpeh profile image
terkpeh

Am Richard from ghana . Am here to learn more about django framework. Am an Auditor

Collapse
 
new_blicio_us profile image
New.blicio.us

I'm glad to have finally signed up. After browsing around a bit, I'll be sure to create some content.

Collapse
 
gamethi profile image
Benzsolink

สวัสดีครับ 😊🙏

Collapse
 
maniseo profile image
Manikandan

Hello Friends,

This is Manikandan from Chennai, Learn more from this community.

Collapse
 
ryunaq profile image
Fernando Chu

Hello everyone!
I'm a developer based in Peru, and I really love all the posts I've read here. Thanks for being part of these awesome community and keeping the doors open for all us newbies :)

Collapse
 
rhenmarkcallado profile image
rhenmarkcallado

Hi Geeks people,

Rhen here from Philippines but currently working in Singapore as frontend dev. I just wanted to see what's going around in tech world 'cause i'm bored :D

Collapse
 
kucerarichard profile image
Rich Kucera

Hello I really love high-contrast websites like this!

Collapse
 
deephdave profile image
Deep Dave

Hi, My name is Deep. Recently, I have completed an internship as a Data Engineer and now looking for a full time role in the Data Scinece, AI-ML field.

Collapse
 
guga_daqui profile image
Gustavo D'Aqui

Hello!

I'm starting in the world of programming and I'm here to learn!

Collapse
 
matt4546 profile image
matt4546

Hey!

I'm new to dev.to and new to coding.

Looking forward to learning, improving and getting involved :)

Collapse
 
harshbhandari7 profile image
Harsh Bhandari

Hi Everyone!
Can anyone help me this
stackoverflow.com/q/60426930/10911682

Collapse
 
companiesmoab profile image
MoabCompanies

Wow. Whatever this is I like it. I'm an android dev. Here to join the part🤷🏾‍♂️

Collapse
 
ezequiel1988 profile image
ezequiel1988

Hello everybody!!

Collapse
 
lordiis271 profile image
Lordiis271

Hello World

Collapse
 
sanmarinez profile image
Sanmarinez

My name us ojugbele Gbenga Joshua, I am a Christian and I write to save the world. I write for blogs, I write articles.

Collapse
 
danielrpg profile image
daniel

Hi I am Daniel, I like to be part of this great community because there are great tutorials and we will have a great time learning together.

Collapse
 
rhiannonmonks profile image
Rhiannon Monks

Hi Everyone,

I'm keen to know more about Primsa and security around this, please get in touch if you are interested in helping.

Thanks,
Rhiannon

Collapse
 
therabiu profile image
THE Rabiu Blessing

Hello world
I'm blessing Rabiu,I joined dev.to to learn from the amazing people here in my field and tech generally.
I also look forward to adding values to everyone who crosses my path.

Collapse
 
hisholak profile image
Hisholak

Hello!
Just new here 😁
Am I welcome?

Collapse
 
ramyrahman profile image
RamyRahman

Used to be a reader only within this community, now I'm a member and looking forward to help and share what I know, ✌🏻

Collapse
 
cdrudnbq4cr7erfnentggtdjv055u0 profile image
5UikH1sDACCYsKjcy05GM5npZIn9hm

hello world !

Collapse
 
fagnervalente profile image
Fagner Valente

Hello...
Sometimes I learn something and I think: how did I not see it before?

Collapse
 
unicoderogue profile image
UnicodeRogue

Hello, happy to be here! I'm studying for the Security + exam.

Collapse
 
yc035994 profile image
yc035994

hi im new to here

Collapse
 
ussdlover profile image
Alireza Razinejad

Hello to all Dev Wizards,👾
I love to learn new staff any try them 🤓, and always wanted to start writing about them 🙄, and came to this place hopefully to make that dream come true 🏴‍☠️

Collapse
 
heritage5665 profile image
Adegbite Yusuf Adegoke

Hello, I am Yusuf adegoke a backend engineer based in Nigeria. I'm joining this community to learn and share experience. Hope you guys will be helpful.

Collapse
 
chrisdev2018 profile image
Christian FOMEKONG

Hello

Collapse
 
rikkosddos profile image
Alexandr

I am just frontend developer that want learning everything about web and game development !

Collapse
 
dharmykoya profile image
Damilola Adekoya

Hi, I am Damilola a full-stack engineer. I am here to learn and share my ideas with others. I am currently learning mobile development using flutter and I enjoy swimming

Collapse
 
nuelsville profile image
Adedoyin Nuel

Holla Everyone My name is Nuel, From Nigeria, I am a backend Developer whose mother tongue is PHP. I hope to learn a lot from this platform and also push my help to as many that needs it. Thanks all

Collapse
 
nekia profile image
Atsushin

Hello everyone, I'm glad to join to DEV and excited to have a lot of collaboration with people all around the world. Cheers!

Collapse
 
traghib profile image
traghib

I am an old programmer when CPP was new, Cobol was still there and PL/SQL was a miracle!!

Collapse
 
deathaurglory profile image
Muhammad Masood

Hello

Collapse
 
youssefhmi profile image
Muslim

Hello
Who is expert in power pivot

Collapse
 
32k profile image
32k

Hello people of EARTH!

Collapse
 
dimasazissurahman profile image
Dimas Azis Surahman

hi,
my name dimas, front end developer from Indonesia. Here, I’m looking for community that I hope can be improving my skills and knowledges.

Collapse
 
lucaswerner profile image
Lucas Werner

oi genti

Collapse
 
nicksamuel profile image
Nick Samuel

Hello all, great to be here!

Collapse
 
dr_chill76 profile image
Baseer • Edited

Hi Baseer here from Kuala Lumpur, learning Django and React for an educational project, hoping learn from you guys and i will share my experience time to time.

Collapse
 
tanveerjsx profile image
tanveerjsx

Hello everyone, Hope you all good , 2 months working experience on MERN stack, Hope we succeed together,
Thanks

Collapse
 
loverdeveloper profile image
Mohmmad Najafian

Hello Dev

Collapse
 
piotrurban profile image
piotrurban

Hi Devs :) I'm a (mostly) c++ programmer,but have other interest areas too. Hope to find/share interesting stuff here

Collapse
 
tanveerjsx profile image
tanveerjsx • Edited

Helloooooo, everyone... Hope we succeed together

Collapse
 
iam_usmanbaba2 profile image
Usman Idris Usman 💯🔥

Hi Devs I'm me alone,,I am here to learn java script

Collapse
 
johnnie33 profile image
John mwadime

Hello everyone , I'm john . Just to be precise . I'm so obsessed with coding in various language i.e. python,Java,HTML and CSS and more .I'm hoping the platform will elevate my skills

Collapse
 
iammaask profile image
Amanullah Aman

Hello! I’m Amanullah Aman. I’m a software engineer. I am here to learn new things and explore things what I know.
Thanks.

Collapse
 
oliverzulett profile image
Oliver Zulett

Muy buenas desarrolladores soy Oliver Zulett desarrollador web varios años, actualmente viciado con Angular 9

Collapse
 
eebru_gzy profile image
Dev.

Hi all, I'm a Javascript dev in progress, great to be here

Collapse
 
bukanriko profile image
bukanriko

Hello World

Collapse
 
plazarev profile image
Pavel Lazarev

Hello everyone! I'm Pavel, JavaScript hobbyist and tech writer at DHTMLX. Glad to join Dev.to!

Collapse
 
theladybugs profile image
Ikram Gagaoua

Hey, I'm Ikram!
I am a Software 👩‍💻 Engineer Master in 🧠Cognitive AI
Happiness Officer @ Strikingly

WomenInTech

HCI | Tech | Edu

Collapse
 
3kg4kr profile image
Igor Michael

Hello world!

Collapse
 
akydv profile image
Anuj Yadav

Hello everyone.

Collapse
 
kwilson05 profile image
Kasozi Wilson

What's up, everyone!

I'm a software dev out in little rock, Arkansas. Mainly a java dev right now, but learning node.js and vue.js at the moment.

Looking forward to sharing ideas with you peeps.

Collapse
 
semihcelikol profile image
Sem

Hii,
While looking for new things, I found this place and saw very good messages.
I am here to learn new things and share what I know.

Collapse
 
migueltimesfive profile image
Miguel

Hello!

My name is Miguel, just trying to learn in order to better my life situation. Can't wait to learn from you all. :)

Collapse
 
snappercayt profile image
snappercayt

hi, here to bet on learning latest, fast, practical IT solutions
cheers :)

Collapse
 
andreluizlunelli profile image
André Luiz Lunelli

Hi people,

I'm André from Blumenau - sc - Brazil. I'm on this community for share knowledge and good feelings :D

Collapse
 
rafaelaybar profile image
Rafael Aybar Segura

Hi! I am Rafa, from Spain. I am a "junior devops technician" and i learned a lot of things here, and now i want to bing something to the community.

Collapse
 
math_1007 profile image
Mathew Bee

Hello Devs, I am Mathew, Lead developer at MEV Suite (mevapp.com).
I'm a fullstack dev, Just looking to sharing ideas and getting help on here.

See you around.

Collapse
 
manas009 profile image
manas009

I am new to this community. Need a basic example of flutter appium automation script to run in dart or java.

Please share.

Thank you in advance!!!

Collapse
 
soumil0702 profile image
soumil0702

Hey guys,
This is Soumil from India. I am working as a QA engineer for an AI based startup

Collapse
 
akshayphadnisg profile image
Akshay Phadnis

Hey everyone.
Akshay from Pune here. Came here to read a lot of tech stuff and interesting facts.

Collapse
 
sidharthmohanty profile image
Sidharth Mohanty

Hi everyone!!. I have just joined this community and hope will learn many upcoming stuffs related to code development.

Collapse
 
blackalbino01 profile image
blackalbino01

i am hussain.am here to learn more on web development and i want to be a python developer

Collapse
 
pobb profile image
pob • Edited

Hello guys, this is POB from France. I'm a web developer that love ruby, rails framework, tests, agility (from manifesto philosophy). Happy to join this community, to learn and share tech stuff !

Collapse
 
kagicarvalho profile image
Kagi Adrian Garcia de Carvalho

I am a beginner, junior developer, I work with a legacy system, I would like to improve my skills and learn more, I am currently very interested in learning Ada

Collapse
 
papiliond profile image
Papilion Dániel

Hey ppl!
I'm a sw dev from srb/hun. Mostly frontend web with angular/vuejs. I'm here to get ideas about how to work more efficiently and be happy as a programmer. 🧘‍♂️