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.
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, 💪🏻
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
15+ yrs engineer, mainly around linux kernel, TCP/IP stack, Android framework and blockchain (Hyperledger Fabric/Indy). I'm working on Hyperledger Fabric and Explorer as a contributor.
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!
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 ... 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.
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.
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
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.
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 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
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.
15+ yrs engineer, mainly around linux kernel, TCP/IP stack, Android framework and blockchain (Hyperledger Fabric/Indy). I'm working on Hyperledger Fabric and Explorer as a contributor.
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
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.
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 🦙
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 :)
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.
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.
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.
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?
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.
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!
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.
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.
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 ...
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!
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 :)
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, 💪🏻
Me too 😬
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! good to have you here.
Hello guy you work for LG Electronics.
That's great.
.
hello sahil
Hello! I am also new here!
Hi,,
Inspired to become as good as you someday!
Welcome Kaushik.
Happy for you!!
Leverage your skills and understanding by being a part of this community.
Hello.
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.
Welcome Raji.. That's the great goal to teach people.. best of luck here
Hello, nice to meet you! Awesome to see your already helping others out!
Hello Raji, nice to meet you :)
Hi Raji! Same here, I think teaching is a fundamental way to solidify our own learning.
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.
Welcome, Ishini! I find the graphic design a really creative work. Good luck with that!
Thank you Vaibhav!
Welcome, Ishini! I am Jason, a professional graphic designer at Monster Logo Design which is a well-established digital agency in the USA.
Welcome. Im new here too.
Hi!
Welcome, and i new too
Welcome to the Dev.to
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 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 Daniel,
Nice to meet you here. Your book helped me to develop better system with Django at our place. Thank you very much.
Hi! 👍
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 aboard!
Welcome!
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 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 :)
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.
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?
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.
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!
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.
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.
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.
I have a pyspark project where I have a dataframe shown below:
I want to represent array elements with its corresponding numeric values.
So my output dataframe should look like
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.
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!