Welcome to DEV!
Leave a comment below to introduce yourself! You can talk about what brought you here, what you're learning, or just a fun fact about yourself.
Reply to someone's comment, either with a question or just a hello. 👋
Great to have you in the community!
Discussion (398)
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.
lol I feel like such a rookie here
you are not alone lol :P
+1 :)
Me too 😬
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, 💪🏻
Good to see new people here, as i am new as well. Cheers.
Howdy!
welcome Sahil.. that's great to see your achievements.. Good luck in your journey
Hello!
Hello! :D
Hello guy you work for LG Electronics.
That's great.
Hi,,
Happy for you!!
Leverage your skills and understanding by being a part of this community.
Hello! good to have you here.
Hello.
Hello! I am also new here!
.
Inspired to become as good as you someday!
Welcome Kaushik.
hello sahil
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!
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
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!
Hi Robinson, happy to help. Can we chat on hangouts or whatsapp?
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?
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.
I understand friend ... and how do you manage the session expiration time?
You can use JavaScript session storage
sessionStorage.setItem('token', 'randomstring')
const data = sessionStorage.getItem('token');
// to remove user data from sessionStorage
sessionStorage.removeItem('token');
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?
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.
Hello, nice to meet you! Awesome to see your already helping others out!
Welcome Raji.. That's the great goal to teach people.. best of luck here
Hi Raji! Same here, I think teaching is a fundamental way to solidify our own learning.
Hello Raji, nice to meet you :)
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.
Yeah Sharing is Caring.. Welcome Ishini to dev.to awesome community.. I am also new and trying to get better in software development..
Good luck with your plans. If you needvto know anything about blogging, or to solve problems of blogging just refer my articles.
sure why not.. :)
Welcome, Ishini! I find the graphic design a really creative work. Good luck with that!
Thank you Vaibhav!
Welcome. Im new here too.
Hi!
Welcome, and i new too
Welcome to the Dev.to
Welcome Avindya 👍
Junior Frontend Dev, trying to get good!
LOL! Love this intro. I'm in the same boat!
me too!
Welcome aboard!
Same here. Good luck on your journey!
Welcome on board
Gotta start somewhere! Nice to meet you!
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.
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
Hi Juan, nice to meet you
hey Juan, take a look at our website Mangoitsolutions, here you will find most of the relevant topics related to web development
What kinds of applications do you like writing?
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.
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.
Hello, I'm in Montreal, Canada.
Thats nice, Have you hosted any work so far already ?
Hey, Call me wiz lol..... Amma keep it short... Really hope this platform can help advance my development skills
You and me both!
welcome wiz.. I hope same too.. :)
Hello wiz
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. :-)
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. ;-)
Hi! 👍
Hi Daniel,
Nice to meet you here. Your book helped me to develop better system with Django at our place. Thank you very much.
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
I would really like to learn Ruby
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..
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.
I heard ruby 3 will introduce static type checking and much more to make ruby fast.. let's see
Welcome!
Welcome aboard!
Love Ruby!
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!
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
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!
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.
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. 👋🏼
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 🦙
Good to have you with us. 😎
Thank you! Appreciate it!
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.
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!!
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 !
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).
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.
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 :)
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!
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?
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 🚀!
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!
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
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 :)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.
Hello fellas,
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.
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.
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!
Hey good people,
I'm Dylan! I live in Brooklyn and am currently self-employed. My background is in web dev, and I'm looking to really grow and sharpen my dev skills. I'm eager to learn new things and very eager to participate in this community. Looking forward to connecting with everyone!
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!😊
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.