Welcome to DEV!
Leave a comment below to introduce yourself! You can talk about what brought you here, what you're learning, or just ...
For further actions, you may consider blocking this person and/or reporting abuse
๐๐ค Hello all,
Here to say what I said, do what I'm about to do: introduce myself through my portfolio - khang-nd.github.io. I'm glad to be part of the greatness, and all the best to everyone reading any comment here.
Your portfolio is really clear about your skills and has a very friendly looks. I would hire you ;)
Hii...
Wooow dude, I'm blown away by your personal website.
Welcome to DEV! Awesome portfolio site.
Thank you, the source code is public, feel free to check it out: github.com/khang-nd/khang-nd.githu...
wow its amazing thanks buddy for github link
WOW! That's INSANE!
The most beautiful portfolio I have ever seen
Congrats
There are more awesome out there, but thank you for your compliment ๐
hello, your portfolio is just awesome
Nice portfolio ๐คฉ
Your portfolio design... Just woow!
wow im in love with your portfolio. well done!
Nice portfolio
Awesome portfolio .Nicely done!
Love your portfolio :D
Hi, I must say that your portfolio looks awesome!!!
btw I'm Yasas and recently joined here with hacktoberfest
connect with me in Linkdin
linkedin.com/in/yasassandeepa/
Dude that portfolio is a big flex by itself i love it, man.
Thanks friend.
Hi everyone! So happy to have you here! Welcome ๐ฅณ
Hello! and welcome!!
Hi Gracie, and thank you very much!
Welcome ! โ๏ธ
Hi everyone,
My name is Jana, i'm from brasil and I am trying to learn all the things I always wanted to but I was too afraid to fail. Coding is one of those things. I'm starting my life over again and I would like to talk to people interested in free software, non-commercial internet relations, also free and secure spaces for creation. I'm not really sure this is what I am supposed to be doing for a living, but is what I am doing right now.
I am happy to be here :)
Hey there y'all!
I had a completion message to my email for Hacktoberfest-2020 and it had a congratulations link here on DEV.to ! :) So, I registered myself to join this awesome community! Looking forward to contribute with y'all! โฐ(ยฐโฝยฐ)โฏ
๐ Hello all,
Good to be here and meet fellow community members. I'm a non-tech person getting into full stack development since recently started working on our own Saas startup. Looking forward to get to know the community better. Thanks!
Hey welcome !
I wish you a great journey on your development learning process :)
Hello,
I am searching the person, who guide me and who need my time and i also do his work by my hard and soul . i know the React and I am MERN stack developer but now I need simple project so that i can help the person who has no time to do the simple task to do it in react....
Hi everyone, i'm a brazilian guy starting in the world of frontend development with ReactJS and React Native, i'm still kinda newbie in both but i'm looking forward to improve my skills and knowledge :)
this is my github profile, if you feel like checking some little cool things i've done
github.com/hermeshcg
Oi Hermes,
Acabei de chegar por aqui tbm, tรด fazendo um curso basicรฃo e busco gnt maneira pra trocar :)
Te segui no twitter
Te segui de volta por lรก :)
Hi there! I'm new to DEV.to
I decided to join after finishing Hacktoberfest 2020 to learn more, and share whatever resources & knowledge I can.
Hi everybody, a pleasure be part of this community, i'm backend developer with python & Django
Hello everybody ๐,
I'm IT tecnician and full Stack software developer my Github is still in progress: github.com/ignasave
Ando here is My LinkedIn:
linkedin.com/in/ignacio-vazquez-12...
I am grateful for join this community and Hope to see you
Welcome to dev๐. IT technician sounds interesting, I bet you have some great stories from that.
No doubt about it, from trying yo undestand 1973 baccum pipes militar radar system to python AI development
Wow that sounds mind blowing
Hi everyone! My name is Avery, I'm from San Diego, California, and I'm currently on Day 56 of my #100DaysOfCode journey. I'm really glad I found this community, I'm already inspired by all that I've seen so far. If there's any must-follow accounts or threads, let me know!
Welcome Avery, good luck on your #100DaysOfCode journey!
Hello everyone, it is a pleasure to join this community, I hope to collaborate with all of you.
Hello everyone,
I am currently an undergraduate following Software Engineering. I love learning new things about computer science. Nice being a part of this community.
Greetings to all, It all started from a desire to do something. I was in my 5th semester of my bachelor's when I started as a junior internee in a software firm. My journey as a JavaScript developer started there. I recently completed my degree in computer science and I have worked with more than 5 international clients. Currently I am working on a project for an American insurance company LLC. I am developing the backend of their website in Node js. I am using feathers js framework. I am really excited to be a part of DEV community.
Hello everyone,
I am a Javascript developer.I love learning new skills and doing new and interesting projects.I am here to learn from others and to share what i know,coz this how a community works.
My Github-github.com/arunpratapsingh17
Hello Everyone,
I'm Yasas Sandeepa and recently joined here after finishing 4 PR on hacktoberfeast
I'm currently working as a Trainee Software Engineer and my degree is BSc (Hons) in Information Technology.
Looking forward to getting to know the community better.
Btw Connect with me on Linkedin
linkedin.com/in/yasassandeepa/
Happy Coding!
Thank you
Hi! My name is Walter. I am a Visual Artist with passion for programming and Augmented Reality. Recently, me and Thorsten Bux founded a new github organization WebARKit website -> webarkit.org to develop new tools and frameworks for AR and WebAR. I will post some more infos on my DEV profile, soon. Only this message to introduce me to DEV... See you!
Hello Guys...
Hey everyone,
it feels great to be a part of the community. Looking forward to better days ahead.
Hello everyone๐,
I am very glad to be part of this community. I would like to introduce myself through my portfolio: mdfaizan7.github.io I wish everyone a great day ahead.
Cheers!!
Hi all ๐,
I'm a complete newbie, making a career change at 50, hopefully proving that it's not to late to learn new things in life!
Currently attending one of the many Bootcamps on the market to become a Fullstack Dev. Became a member to be enlightened with all your wisdom!
Knowledge is the path forward!
Hello World ): I am a new web developer want to learn to react js I am facing an issue please find a screenshot of my code
import React from "react";
import Clock from 'react-digital-clock';
const TodoLists = () => {
;
};
export default TodoLists;
module "d:/myreact/awesomeapp/node_modules/react-digital-clock/lib/index"
Could not find a declaration file for module 'react-digital-clock'. 'd:/myreact/awesomeapp/node_modules/react-digital-clock/lib/index.js' implicitly has an 'any' type.
Try
npm install @types/react-digital-clock
if it exists or add a new declaration (.d.ts) file containingdeclare module 'react-digital-clock';
import React from 'react';
import ReactDOM from 'react-dom';
import ToDoLists from "./ToDoLists";
ReactDOM.render(, document.getElementById("root"));
Failed to compile
./src/ToDoLists.jsx
Line 4:5: Expected an assignment or function call and instead saw an expression no-unused-expressions
Search for the keywords to learn more about each error.
This error occurred during the build time and cannot be dismissed.
Hi all
Joined the elite group of great contributors towards the knowledge explorer
about myself I am just a beginner and looking to learn and share whatever it's helpful to the community
Glad to be here
Hi All ๐,
I'm glad to be a member of your community, am a Frontend Engineer and here is my latest project i have made, Real time chat application using firebase/firestore, Framework : vue - vuex.
Take a look and your feedback is highly appreciated ๐ฅณ
Live URL : lnkd.in/d5PcAdB
Github profile with repo : lnkd.in/d-4w852
Hey All,
Hemant here, I am a Javascript lover and Mern Stack Developer, currently I am 18 Yo and building a lot of cool stuff!
You can connect with me over twitter
Hola a todos, soy instructor en youtube.com/CodingTube Veo que la mayorรญa de las personas acรก habla inglรฉs, y mi objetivo es aportar a la comunidad de desarrolladores que necesitan informaciรณn tambiรฉn en espaรฑol :)
Hi everyone, I'm an instructor at youtube.com/CodingTube I see that most of the people here speak English, and my goal is to contribute to the community of developers who need information also in Spanish :)
Sup Guys! I'm a new dev here and here is my old Web Portfolio:
xavieromano.imfast.io but I'll be making a new one using react as it's what i decided to specialize and serve as my foundation as a Web Developer.
Hey Friends, I am here to learn new things and make some Professional friends to transfer/gain knowledge. I am Solution Architect/Tech Lead by position and love to work as a Full Stack engineer. Thanks
Hello all, I'm excited to join the community here. I've been looking for a programming community on normal social media and haven't quite found what I was looking for. But DEV looks like just what I need! I'm a DBA and learning C# .NET development.
Hi everyone! I am pretty new to DEV as far as this profile is concerned, but have been reading articles for a long time. I would consider myself primarily as a back-end developer with my primary languages being Java and Python.
Feel free to check my GitHub (github.com/PalAditya) out to get a better idea about myself maybe. In conclusion, I'd again reiterate that I'm proud to be a part of DEV community.
Sid here,
Im a software engineer from india. Currently extensively working with automation NoCode tools like integromat and zapier and helping businesses automate thier business workflows. Im a Google Apps script Developer too.
Here to learn as always new trendy and informative articles about our space.
I have stopped resisting the pull and have finally come to accept that this is where I belong. Programming might just be the thing that has always been missing in my life. I do love puzzles and solving problems has been my favorite hobby. So it's time to accept my fate and go full steam ahead in this direction. - Hope that my boundless joy and naiveness for what lies before me doesn't disappear too quickly. Can't wait to get to know you all and learn from your superior wisdom. Happy coding (I say, semi sure that it's a saying somewhere) ๐
Hello DEV community! ๐๐ป
I've been reading DEV.to as a morning routine for about year now. Love the content here.
Decided to create the account finally and join the fun.
I'm a full stack and mobile developer with 7+ years of experience. Currently learning/working on a flutter powered project @ work and hacking away Rust, Go and Kubernetes in my free time. I love to tinker with different technologies and languages, so i have gathered variety of experience in my journey. Thinking of sharing bits n pieces of my journey and try to get better with my non-existent writing skills ๐
Hello everyone! ๐๐ผ
I'll introduce myself: my name is Giuseppe, I'm 23 years old and I'm from Italy. I'm a self-taught web developer, so maybe I'm not so good in planning things when programming, but I enjoy making things work and improve myself!
I started learning PHP, HTML, CSS and JS when I was 11. For the rest I'm a university student, I graduated as pianist one year ago and I really like formula 1 and cars in general.
I'm really happy to join this community and I'm sure that I'll learn something new!
Hello everyone!
I'm a Graduate Computer Engineer from Mumbai University. Interested in Machine Learning and Data Science and looking for career opportunities in the same field.
Hacktoberfest 2020 brought me here and I'm glad I joined this community. Looking forward to contribute and collab with fellow developers!
Hello everyone. My name is Mihai, and I'm not a techie per se, but I grew into the tech community as a product manager and now as a founder of a tech start-up. I am here to learn best practices and share my thoughts with you.
I'm a big fan of working remotely, and I enjoy talking to other managers of development teams so I can learn from them, but I also enjoy good discussions with developers.
Hello the Dev.to community ! ๐
I just created my account after stumbling upon many articles from this website. I'm a Web Developer based in France with a great interest in UX and psychology.
You can find more about me on my personal website : stanyslasbres.fr/
You can also follow me on Github : github.com/sybers (where I try to open source most of my projects !) ๐
Thanks for reading this and have a great day :) ๐
Hello everyone
Have been working in the software service industry for quite a while now mainly in content management systems and .net mvc framework
also know a bit of the usual stuffs like angular, react and python
really excited to join the community and see what it has to offer :)
Hello dev community,
Am new here ,but hoping to learn a lot from you guys here and i also welcome any assistance from anyone willing to help me in javascript and its related frameworks ,thank you and goodluck to everyone reading this.
Hello everyone, glad to meet you all!
My name is Michael and I am a full-stack web developer. I empower my customers, clients, and the companies I work for to establish and secure their online interests. From web design to cloud encryption, "My Business Is You!"
I have 6+ years of experience in the tech industry, with a foundation in data analysis, DB administration, and WordPress development. I currently specialize in React, Node, Express, REST API, MongoDB, etc.
I am actively seeking employment as a software developer, web developer, or DevOps engineer. Let me know if your company has a need for any of these skills/roles so I can show you what I bring to the table.
Hi everyone. I'm a newbie here
Say I had to join cause I get some decent answers to some problems I have here while coding... I'm still learning but you can check out my portfolio kcm.orioncync.tech to know more about me... and also watch my projects github.com/kcmicheal
Can't wait to know how it feels like to be part of a community like this... Have a wonderful day cheers.
Hello Everyone,
am glad to be part of this community, am a medical student but I got interested in coding when the pandemic started and i actually love the journey so far.
I hope i am welcomed to the tech community, all the best to y'all.
Wow hello! Ron, came back to coding after yeaaars off. 7 years ago took an intro to CS in Python in Hebrew University of Jerusalem, and now actually more curious about Rust and Julia, because I want to be able to write a fast code without extra libraries
Howdy! ๐ This is Austin Noronha
I am full-stack developer having 12x experience in different web technologies and frameworks, Agile Development ...... I love exploring UI/UX & design patterns. Also learning SEO, SEM & Digital Marketing.
talesofacoder #whatsbuzzing
Hi everybody! ๐
I'm new to this community. I'm currently working on a tool to enhance the code review process and I'm in search of some tales of woe in regard to code review and pull requests in general. Developer productivity has been a recent focus of mine, and I'm looking for methods in which quality code reviews can be done more efficiently and consistently. Let me know if you have some thoughts ๐ฅณ
Hello my gorgeous friends.
One of the best thing i ever done is downloading the dev app in my phone.people of the community have such a knowledge and they share great Idea thoughts and experience , helping others to choose the right path. sometimes i just open the app and randomly reads the posts just because i know i definitely learn something .
Hi everyone! I'm a non-techie learning full stack development in public. I'll be logging every detail along the way on getmakerlog.com/@ltrntvly.
Also, I'll be linking every single tech documentation I am using and I intend to open source my project so others new to coding can follow along my "paper trail". Hope to contribute! ๐ฅณ
Hello everyone,its my pleasure to join this community and looking forward to learn more by you all๐
Hello everyone! Glad to be part of this Platform ;)
Hey y'all! Just joined dev.to, I'm planning on writing a bunch more about my experience and learnings with building (and now re-building) firecode.io from the gound up. Looking forward to engaging with the community, receiving feedback and sharing experiential learning. If you're interested in software engineering or doing well in coding interviews, hit me up!
Hi All, the content on this site written by you experts is awesome. The knowledge shared on this site is definitely the best I had ever came through. So I have created my account so that I can never miss the amazing stuff shared by you and will also try my best to share knowledge from my side too. Keep Coding..... Keep Sharing....
Greetings to all, It all started from a desire to do something. I was in my 5th semester of my bachelor's when I started as a junior internee in a software firm. My journey as a JavaScript developer started there. I recently completed my degree in computer science and I have worked with more than 5 international clients. Currently I am working on a project for an American insurance company LLC. I am developing the backend of their website in Node js. I am using feathers js framework.
Hello all ๐๐ป
I'm a beginner in Frontend field from India.
I'm here to start my journey as a blogger.๐ฅณ
Hope you guys ride along with me & guide me through it.๐
I'm here with a mindset to write 1 article per week, so let's see how it turns out.๐
Glad to be part of such an amazing community.๐
Thanks!๐
Hello! Everyone. It's Amit, I am new here. I am so much curious about internet and technology. I want to explore more and more. Currently I am learning web development and hope to become a developer in future. Looking forward to learn together :)
๐ค Hey there, I'm Alex and I'm currently learning JavaScript and C# to build cool web apps. I just recently started, so I'm really a newbie in the world of development, but I'm sure I will learn more and be more capable so I can build better stuff :D
๐๐ป๐ฅณHello Devs๐ฅณ๐๐ป
I have around 8 years of experience in the area of Linux, Cloud, DevOps & Networking.
Recently I started working on Node based projects.(as a beginner) I'm in learning mode and seeking your guidance and support. ๐๐จ๐ปโ๐ป๐
You can checkout my GitHub profile ๐๐ป github.com/nakulbhati
I join here to contribute my knowledge to world and this awesome platform.
hey guys arjun here happy to join the community
Hello there! I'm new to DEV.to
I joined during the Hacktoberfest 2020 to learn more, and share whatever resources & knowledge I can. Am glad to be part of this community
Hey, am delighted to be here hoping to connect with developers from all walks
Hello, here I am to introduce myself, I am 13 years old front end developer and want to become full stack developer.
Yo im 13 as well waddup bro.
Hello, I'm happy to be part of the community, I think I will improve my skills by discussing and viewing many code and explanation... Thanks for receiving me
Hello everyone!
I am learning Ruby and wanted to join this community :)
Hi
Hi there! I'm new to DEV
I joined couse i whod like to learn more and get some work
Hello to you all, I'm Eman all the way from South Africa and I'm so excited to finally join y'all.
To get to know me a bit more you can check out my portfolio site: emansasu.netlify.app
Hello all!๐ค
Happy to be a part of DEV!
Hacktoberfest bought me hereโก
Helllo! Thank you for being here, I am a WP Webmaster nad blogger who wants to learn to code, this seemed like the perfect community to get my feet wet in that respect. Here to learn
Hey all, good to be here
Here after jumping into Dan Abramov's article on React Hooks, or so. Hope to be able to thrive in this community :)
Hello everyone !! Glad to be part of the community. Looking forward to learning a lot of stuff. My portfolio: maaz-code.github.io/Portfolio-Webs...
Hacktoberfest badge motivation brought me here. Let's connect: twitter.com/ch4nd33p, linkedin.com/in/csgulati09/
Warm hello from Moscow, Russia!
dev-to-uploads.s3.amazonaws.com/i/...
Hello all ! I'm new here
I joined after finishing the Hacktoberfest 2020 to learn more, explore new interests.
Hello, I'm glad to be here and be part of DEV.to! We are reading! ;)
Hi , every one
I'm alen , i wanna to learn front end.
Hello everyone!
Delighted to join the awesome community here! Looking to share to and learn from the exciting people here. ๐ช๐ฝ๐ช๐ฝ๐
Hey everyone i am isabella. I'm a Newbie that it is still learning the basics of Javascript but I'm glad to be able to be here. Feel free to dm me if you want to chat
Hello fellas, just completed 4 P.R.s for hactoberfest.
hello all,
i am basically symfony developer but currently i am learning angular10 so please suggest me tutorial and article.
thanks in advance
Hello all, I am currently a pre-final year B.Tech student. I am happy to be a part of this community. ๐คฉ
Hi there ;)
how to send push notification message in react
Hello! I am a dentistry student who loves computers and code but does nothing about it!
Considered myself a proper developer today and Joining this community.
Thanks
Hi...
Hii there !!
My confirmation email of Hacktoberfest-2020 had a link of DEV.to So, I sign up to join this amazing community.. I am new to the open source and really excited to be a part of this also.
Hi Humans, :) :)
Im glad to be here willing to learn, teach and improve in my career as backend developer with javascript
System.out.println("Hello dev.to!"); kind of a fresh CS postgraduate.
thanks for accepting polinar68
Hello Developers!!! Love you Join all you here. Hope to learn more from you people. Happy Coding
Hi kelvin From Tanzania,
Am here to share my projects to the dev community for the love of Open source
Hello Everyone,
I am a Electronics Undergrad , technophile and a MERN stack developer. Loves to be a part of this community.
Hello everyone,
I am anonymous, I am new to this community nice to meet you all.
I am into Web Development, cyber security and cool tech stuffs.
Hello @eveyone !
Hi i am glad to be here
clear ui. emm~
Hello World
Ohayo minnasan
Just discovered this awesome site. Hello devs
Hello everyone, Hope you all are doing well. Happy to be part of this community. Looking forward to learn and share my knowledge as well.
Hey all! I'm Stephen. I'm a private music instructor turned self-taught developer. Happy to be here and can't wait to make my own contributions here.
great to be here. i'm here to learn and go deep into javascript development
Hello All,
What a joy to meet a Face DevSpace!
Hi
Hi
Hello everyone! Glad to be part of this Platform..
Hello everyone, I'm a c# developer with a lot of experience in the enterprise area, a python hobbyist, and new in the Integration #muelsoft space, I'm always looking to learn and to give back.
Hello friends!!!!!
Hi all! I was led here by Hacktoberfest 2020. Looking forward to being part of the community!
Hello all, glad to be a part of this community. Just looking for new ways to grow.
Hello all... So happy to be here to learn some stuff !
Hello World!
Here to find inspiration to discipline myself to get back on the track of becoming a dev. Used to create a lot more in past and I've missed that.
Hello, everyone. I joined today! Here to learn and get better at giving back whatever I've learned to the community. I like data science and am currently learning full stack development.
Hi all ๐๐ป glad to be part of this community.
I am a product designer/front-end developer from the Maldives ๐ฒ๐ป.
Currently learning some programming on Python and React.
Hello Everyone,
I just joined dev.to please help me how all things work here
kshatriya770.github.io you can check out my portfolio to learn more about me,
Don't forget to leave comments.
Hi Everyone, I'm new in the coding environment, i'm really interest in coding and language but i recently stated in it so I"m not good in it"s at all
Hey! It's good to be here.
Hey DEV world,
I am happy to here with you, and lucky to be part of the greatness.
Hello all,
It is a pleasure to join this community.
I hope to collaborate with all of you.
๐
Hello! I saw this site on someone's YouTube video, and it caught my eye. Maybe I'll learn a little and hope to give back to the community too.
I hope to meet tons of like-minded individuals here! I am super curious about AI development and currently do web design and web development.
hi
Hola, un gusto pertenecer a este grupo.
Hi Dev world!
I am a Michigander who is also an enthusiast for Cloud, Javscript, AI/ML, coffee, hiking, and of course dogs! Looking forward to reading, learning, and coding with y'all!
Hello to everyone. I am new here and also ready to learn. I hope to find a helper.
Hello everybody, I hope you're doing well ;)
I'm so happy to join you :)
Hi all, ready to learn and share knowledge with you all. Any Angular and coffee lovers here :p ?
Hello computer folks :)
I just found this community by coincidence, anyway I'm happy to be part of it ..
Hello everybody! I am new here and just wanted to say hi.