DEV Community

Welcome Thread - v155

dev.to staff on December 15, 2021

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
 
graciegregory profile image
Gracie Gregory (she/her)

Welcome to DEV! Excited to meet some new people here! šŸ‘‹

Collapse
 
thewebking profile image
Kingsley Odibendi

Welcome Gracie. Nice to connect with you!šŸ‘‹šŸ¾

Collapse
 
wmonroy323 profile image
Waldo

HI, how are you doing today?

Collapse
 
princeome profile image
Princeome

I'm doing fine. How about you. Hope you're having a nice time wherever you are.

Collapse
 
felipeazucares profile image
Phil Suggars

Nice to meet you - what are you working on at the moment?

Collapse
 
cleveroscar profile image
Oscar Ortiz

I love using this platform a lot! I'm not sure if this is the right place to ask questions but can anyone point me towards the right direction on learning how to make fetch requests to DEV.to API?

I am trying to render out my published articles onto my personal site but can't figure out how to work with the API KEY with my reactjs app.

Collapse
 
decocodes profile image
Deco

You can check the api docs here: developers.forem.com/api

Collapse
 
cleveroscar profile image
Oscar Ortiz • Edited

I am currently working on this still. Here is my code for example.

  axios.get("https://dev.to/api/articles/me/published", {
            headers: {
                'api-key': process.env.REACT_APP_DEV_API_KEY,
            },
        }).then(res => console.log(res)).catch(err => console.log(err));
Enter fullscreen mode Exit fullscreen mode

but I keep getting an error message saying I am not authorized.

Thread Thread
 
decocodes profile image
Deco

Your request seems fine.

I've tried it right now and got the same problem.

Maybe a problem with the api endpoint.

In a strange way making the request through curl worked for me.

Thread Thread
 
decocodes profile image
Deco

Found the problem.

It's CORS.

Actually CORS is disabled for public API requests but not for restricted endpoints.

Take a look in some workarounds:

dev.to/jrsofty/cors-problem-workar...

Thread Thread
 
cleveroscar profile image
Oscar Ortiz

I appreciate this! Thank you for being such great help

Collapse
 
bigpesh profile image
Grant Peach

Hey all,

I'm new here looking to find others that are interested in Python programming like myself and also to learn more!

I actively write at - grantpeach.medium.com/

and also update my own personal website with projects I work on -

bigpesh.co.uk

I look forward to getting to know folk on here :)

Collapse
 
felipeazucares profile image
Phil Suggars

Cool, great to see you here, Grant. I've just joined myself.

Collapse
 
uadson profile image
Uadson Feitosa

print("Hello World")
šŸ––šŸ˜Œ

Collapse
 
psypher1 profile image
James 'Dante' Midzi

Hey everyone ... I am here to meet people, collaborate and hopefully get a new role.

Collapse
 
saharshsamir profile image
SaharshSamir

About time i finally joined this community.
I'm currently in 2nd year of my computer science degree. I'm interested in web development and some of the cards up my sleves are: reactJS, nodeJS and mongoDB.
I'm currently trying to expand out of the MERN stack and trying to learn postgresql with prisma, graphql and typescript. (i can not seem to leave react, it's just too goodšŸŒ)
i'm really excited to be a part of this community and would love to talk to anyone who shares my interests.

Collapse
 
dameworth profile image
Dameworth

Hey, welcome to the community! šŸ“Ž

Collapse
 
thomasbnt profile image
Thomas Bnt ā˜•

Hello and welcome news members to dev.to Community ! šŸ‘‹šŸ¼šŸ˜‰

Collapse
 
mashorbit profile image
mashorbit

Hi everyone.

This is Mashkour from Paris, I have passion about Software development and I love community dev. I am here to continue improving my experience and also contribute to help other people as well. So exited to be part of this community. šŸ’œ

Collapse
 
ezbreezay profile image
Ezbreezay

Happy Holidays!
Been looking for a Dev community to join for a while šŸ˜‡. I have extremely basic Python / HTML skills. Coming from an IT Support field for the past 7+ years. Really looking to join other programming noobs like me! šŸ¤“

Collapse
 
Sloan, the sloth mascot
Comment deleted
Collapse
 
bhoyee profile image
Salisu Adeboye

I just check your stuff and its awesome . have you work on fintech app before ?

Collapse
 
Sloan, the sloth mascot
Comment deleted
 
bhoyee profile image
Salisu Adeboye

oh okay

Collapse
 
hichamelmir profile image
Hicham ElMir

Hello World!
My name is Hicham, and I'm excited to join the cool Dev.to community šŸ˜Ž!
Been checking out the site for coding guidance some time ago, and wasn't sure at first whether to join or not. Well... now I'm here! and it's totally worth it!

I even RSSed my Medium blog here šŸ™ƒ

Collapse
 
nadein profile image
Alex Nadein

Hi! Name's Alex. I'm new to this platform but already like it a lot.
I'm professional iOS dev and musical hobbyist.
I'm currently adjusting to a new role as lead developer and mentor. It takes a lot of effort and resources.
I'm interested in career growth and learning something new every day.

Collapse
 
dameworth profile image
Dameworth • Edited

Been peeking into the website for a bit and thought I'd make an account finally.

I'm currently finishing an associates degree in Web Development and I'm trying to get closer to mastering some important frameworks/languages, if anyone has any suggestions or tips I would love to hear them!

Collapse
 
vukas profile image
Aleksandar Vukasovic

Hello, I am also exited to be here, although that after so long time exploring all valuable information and learning new things I finally decided to create profile. Looking forward to contribute with some of my articles.

Collapse
 
ambermoe profile image
šŸ’‹Amber Moe

Hello everyone. Glad to meet you here at dev. I'm a technical writer and vtuber. I write documents for databases ant other softwares. I make funny animation videos for programmers. Hope I can help and you all enjoy~
bilibili.com/video/BV1yS4y1Q7cT?sp...

Collapse
 
ten_code_10 profile image
TƩnƩnan

Echo "Hello everyone !";
I am in the second year of web programming and network maintenance. I joined this community to improve my technical skills and why not meet some new people too.
I have skills in PHP, MySQL, SQL, python, JS and Java.

Collapse
 
timurtek profile image
TimurtekšŸ‘‹

Hello DEV community! I am excited to be here.

I originally started as a UX UI Designer, did UX UI Design for five years, and have been doing development/software engineering for 2-3 years. I am looking forward to learning and contributing to the community. Cheers! šŸ»

Collapse
 
hackunit profile image
HackUnit

Found this awesome place trying to figure out how to get neovim on iSH. Basic coding and Linux have been a hobby for years, but finally biting the bullet and turning the hobby into a career. Even though I've been in it for a while now, I am most certainly a n00b in all things programming. Looking forward to learning from the community here, and as my skills grow, add to it as well!

Collapse
 
martinkr profile image
Martin Krause

Hi everyone!

Welcome to the dev.to-community!

I'm Martin, I was a Senior Front End Architect / Manager at one of the world's largest interactive agencies, leading Front End Teams for international accounts. In 2018 I quit and now I'm traveling the world as a professional scuba diver and fully remote Senior Front End Architect / Front End Tech Lead for various international clients.

On dev.to I write mostly about modern Front End Development with react.js and next.js, other topics are design and pure code. I love handcrafted CSS, HTML, and JavaScript. However, a proper framework or library is essential for modern Front End Development.

Currently, I'm publishing the weekly "WebDevDigest: A curated list of the top five web development must-reads from last week" and a library of JavaScript functions in 1 line of code which you can also find on npmjs: onelinecode and GitHub: onelinecode.

If I have enough time, I write more in-depth articles about next.js + TypeScript, for example how to create multi-language pages with next export [ GitHub:next-export-i18n and npmjs: next-export-i18n
)

I recommend following the general tags webdev, vscode , career and productivity and javascript, react, CSS. Head over to your Dashboard and adjust the tag weight for personal great home feed.

If you're interested in my articles, follow me on dev.to/martinkr or twitter.com/_martinkr.

In case you have questions or want to get in touch, feel free to contact me on dev.to/martinkr.

And don't forget to start posting today!

Cheers!

Collapse
 
angeniandre profile image
AngeNiandre

Bienvenue sur DEV ! HĆ¢te de rencontrer de nouvelles personnes ici

Collapse
 
thresa4 profile image
Gimbo Imelda Thresa

Hello everyone, it's my first time here. Really excited to learn from all of you.

Collapse
 
webdev03 profile image
webdev03

console.log("Hello, world!");
Yes I like Javascript :D

Collapse
 
thewebking profile image
Kingsley Odibendi

Amazing platform. Newbie in the coding world and currently learning CSS after completing HTML basics.

Looking forward to add value and network with amazing people.

Collapse
 
mohamadsayedahmad profile image
Mohamadsayedahmad

Hello , I am new here , I am learning fornt-end developer , what is your advice to me?

Collapse
 
mehdi85215859 profile image
mehdi

Hi all u i am mehdi nice to meet yours

Collapse
 
decocodes profile image
Deco

Just discovered dev.to. I am amazed! Looking forward to find valuable content and incredible people!

Collapse
 
lcyrk profile image
lcyrk

Hello World!

Collapse
 
dillonb07 profile image
Dillon Barnes

Hey, looking forward to being a part of the awesome community here!

Thanks for the really welcoming site!

Collapse
 
abdelrahman_barakat profile image
abdelrahman307

Iam new here. I am happy to be a part of this amazing community ā¤ļø

Collapse
 
carrilhos profile image
Gabriel Oliveira Carrilhos

Hey, how's it going? My name is Gabriel and it's a pleasure to be here! I hope to meet new people and exchange knowledge. If you want to connect with me, here is my linkedin: linkedin.com/in/gabriel-carrilhos/

Collapse
 
ottermad profile image
Charles Thomas

Hi all! I'm currently working on improving payroll over at Onfolk: onfolk.com/ and in my spare time I interested in Quantum Computing and trying to improve my technical writing by working on more blog posts.

Collapse
 
princeome profile image
Princeome

I'm Prince.
Just joined this community and hope to find all things fun and interesting.

Collapse
 
akashkoiri profile image
Akash koiri

Hello everyone nice to talk with you.
I'm so glad to be with you. I'm a student and i love to leran the computer programming.

Collapse
 
t9fiction profile image
Sohail Ishaque

Thanks for having me here. Looking to become a top notch blockchain developer InShaAllah...

Collapse
 
fernandezabalde profile image
emilio

Buenos dĆ­as:

Saludos, espero aprender mucho de todos.
Gracias por aceptarme entre tan selecto Grupo.

Collapse
 
serignembackeka profile image
Serigne Mbacke KA • Edited

Really intended to make one of the most useful web dev content

Collapse
 
gimmenate_ profile image
Nate šŸ‘Øā€šŸ’»

Hey everyone! I'm new to the DEV community. How's everyone doing?

Collapse
 
shriekdj profile image
Shrikant Dhayje

Hello Everyone

Collapse
 
champsfox profile image
OBEHI IDAEWOR

Glad to be here!!!
Awesome Community šŸ‘
Great minds šŸ‘šŸ‘šŸ‘

Collapse
 
champsfox profile image
OBEHI IDAEWOR • Edited

Amazing community, great mindsšŸ‘šŸ‘
Glad to be here...

Collapse
 
arsalannury profile image
ArsalanNury

Hello everyone šŸ™‹ā€ā™‚ļøšŸ™‹ā€ā™€ļø

Collapse
 
rathinanagarajan profile image
NAGARAJAN R

Hi guys am really happy to take part in this forum

Collapse
 
grafeno30 profile image
grafeno30

Hi everybody!!!
I am fan of Unix-LIke
I love science, computing and maths!!

Collapse
 
jamthecoder profile image
Jamiu Mahmoud • Edited

Hello!
A newbie here you got here
I'm a novice python developer also taking some c++ beginners lesson
Hope am welcomed

I am willing and ready to learn šŸ„°

Collapse
 
opencodes profile image
Opensource Coder

hello guys, I am a javascript programmer, joined here to learn some stuff.

Collapse
 
sampath_68 profile image
Erdhala Janaki Narasimha Sampath • Edited

Hi friends, It's very happy to be a part of a great community.I can have a great friends here.I think that here I can learn and develop my technical Skills with the help of this community.

Collapse
 
asriadirahim profile image
asriadirahim

Hi

Collapse
 
nadjibcoder profile image
Nadjib M

hi dev, i'm Nadjib and I'm a frontend developer I need someone in the backend to work together

Collapse
 
nahimshabbir profile image
nahimshabbir

Please guide me to learn

Collapse
 
nahimshabbir profile image
nahimshabbir

Iam new here I want learn front end web development

Collapse
 
preizche profile image
preizche

hey guys my name is cheto ekoja from nigeria am a computer science student .i am here to learn more from other web designers

Collapse
 
mstach0wicz profile image
mstach0wicz

Hello everyone, happy coding :)

Collapse
 
danialcodes profile image
Md Danial Islam

It's really awesome to join in this community. Looking forward to learn great things from great prople here.

Collapse
 
tomlaff profile image
Tom Lafferty

Hi from Philadelphia! Found through an article shared to me, excited to look around. Pythonista.

Collapse
 
shivamjadli profile image
shivamjadli

Welcome to DEV!

Collapse
 
indradhar profile image
Indradhar Paka

Hello GitCom

Collapse
 
toby_halpert profile image
Toby Halpert

Hello!
It's my first day on the platform!

Collapse
 
armanomar82 profile image
AltayebRabeh

HI

Collapse
 
irezaul profile image
Muhammad Rezaul Karim

hello all ! here i join today .... hope its a helpful site...

Collapse
 
rahul90423804 profile image
Rahul

My ultimate goal is to make robotic humanoid to have dreams while sleeping/resting/charging.
Coz. Robo doesn't really sleep.

Collapse
 
hquangh75483308 profile image
HĆ  quang huy

Mįŗæn chĆ o cį»™ng đį»“ng DEV tĆ“i lĆ  ngĘ°į»i mį»›i đįŗæn vį»›i cį»™ng đį»“ng mong đʰį»£c hį»c hį»i nhiį»u điį»u thĆŗ vį»‹ vĆ  kinh nghiį»‡m cį»§a nhį»Æng ngĘ°į»i tį»«ng trįŗ£i

Collapse
 
__jhonandrew profile image
Jhon Andrew Q. Baes

Hi everyone! I'm new here. I'm excited to learn new things and meet fellow developers in this community.

Collapse
 
syfaxacherfouche profile image
Syfax Acherfouche

Hello World !
My name is Syfax, and I'm excited to meet some new people in Dev.to community !

Collapse
 
randyagc profile image
Randy Granda

Hello everybody, I'm Randy Granda fornm Quito-Ecuador, nice to meet

Collapse
 
derrickteta profile image
derrickteta

hello everyone! happy to join the community!

Collapse
 
zeshan316 profile image
Mohammad Zeshan

Hello @everyone
I'm a Fullstack developer having 7-8 years of experience, i came here to build strong skills of Data structure, Algorithm analysis and advance level of JS.

Collapse
 
krizoum profile image
mohammed krizou

hello everyone ;)

Collapse
 
costosmaya profile image
Costosmaya

Hi there, I'm Francisco, Excited to find and learn a lot here at DEV!! šŸ‘‹

Collapse
 
hasan9797 profile image
HaSaN_JoN

Helloooo

Collapse
 
aydinozturk profile image
Aydın ƖztĆ¼rk

Hello everyone, I'm Aydın. I'm working position a full-stack developer on IoT and ERP projects. How did I come here really I don't know but nice to meet you all. :)

Collapse
 
silverthornn profile image
Jason

Welcome to DEV! Can't wait to meet everyone and learn!

Collapse
 
jaisaditi19 profile image
jaisaditi19

Hello... DEV... Excited to meet new people šŸ¤—šŸ¤—

Collapse
 
saikirankalidindi profile image
Saikiran Kalidindi

Welcome to DEV! Excited to meet you here :)

thenewpals

Collapse
 
ngohck21 profile image
Oscar Lima

Hi

Collapse
 
manish31517 profile image
manish kumar tiwari

Excited to explore new things

Collapse
 
janiru_sehansa profile image
Janiru-Sehansa

Hello DEV community šŸ˜€ I am currently learning Web development

Collapse
 
mythacker profile image
mythacker

Not sure šŸ˜Š. By the way, Hi šŸ‘‹

Collapse
 
williamwee profile image
williamwee

I decided to join this community to sharpen my coding skills after making career switch decision. Excited to meet people who have similar interest and have future collaboration

Collapse
 
com profile image
Peter Cooper

Hi - love dev.to, glad to be here!

Collapse
 
bestdeveloper911 profile image
bestdeveloper911

Hello Everyone

Collapse
 
azizqamar7 profile image
azizqamar7

Welcome devs! excited to learn and share my experiences here :)

Collapse
 
jaighai profile image
Jai_ghai

Hello friends I really like this community and regret to take a time to enter in this community.

Collapse
 
yashi_here profile image
YashišŸ‘©ā€šŸ’»

Hi everyone, this is Yashi

Collapse
 
adeelui profile image
Adeel-ui

I am web designer

Collapse
 
felipeazucares profile image
Phil Suggars

Hi there šŸ‘‹šŸ¼ [looks around] wow, it's so roomy in here. I love it.

Collapse
 
lblblong profile image
lblblong • Edited

Hello everyone, I am here to learn English, try to communicate with more friends.

Collapse
 
naaz profile image
Naaz

Hi , I am really looking forward to expand my skills in software devlopment. Excited to learn more from this community.

Collapse
 
kalpitshah2311 profile image
Kalpit Shah

Hi šŸ‘‹
I am here to Learn New Things and Technologies .
I love coding and Photo-Video Editing
Excited to meet some new people here!

Collapse
 
rishita0101 profile image
Rishita

Hey there! Howā€™s the learning for the day going on?!

Collapse
 
exoutia profile image
Exoutia

Hello guys.

Collapse
 
pokemon70177952 profile image
Pokemon

62 ąø”.4 ąø•.ąø‡ąø“ą¹‰ąø§ąø‡ąø²ąø” ąø­.ą¹€ąø”ąø·ąø­ąø‡. ąøˆ.ąø­ąøøąø•ąø£ąø”ąø“ąø•ąø–ą¹Œ53000/0933771832

Collapse
 
developeranirudh profile image
Anirudh Gupta

Hey! I am anirudh just joined this community DEVšŸ’»

Collapse
 
mohit1310 profile image
Mohit1310

Hello everyone, wanted to join a cider/programmer communityā¤ļøā¤ļøā¤ļø

Collapse
 
oraion13 profile image
Kannan B

Hello, I'm learning Full Stack in University of Helsinki course. A person to learn and collaborate with people...excited to meet new people and friends

Collapse
 
josramter21 profile image
JOSE RAMIREZ

Hola, con mucho interƩs de lograr mƔs conocimientos a cerca del desarrollo web

Collapse
 
duskycoders profile image
duskycoders

Howdy !

Collapse
 
wmonroy323 profile image
Waldo

import HelloWorld;
/* is this c or js?*/

global int name = 'WALDO';

If name==WALDO
{
console.log 'reach out and say hi';}
else
{
dont say anything;
}
// code above is true

Collapse
 
sumankumarsingh1 profile image
SumanKumar Akhileshwar Singh

Thank you for the opportunity to learn.

Collapse
 
maflspace profile image
steven mcleod

Hi, I am here to learn more about gaming and blockchain any help would be appreciated.

Collapse
 
chibrother85 profile image
Ehren Muhammad

What's good everyone! I'm just getting into the world of development and found a great blog post from DEV which brought me here. Looking forward to connecting and learning.

Collapse
 
vihaan_vinoth profile image
Vihaan Vinoth (he/him)

Hi Gracie! Nice to connect with people like you.

Collapse
 
mohamedfarag21 profile image
Mohamed Mohamed Farag

Hi, Nice to meet you all !šŸ˜ŠšŸ˜Š
I am here to write about DL/ML.

Collapse
 
starterdev profile image
Adielson

I came here to learn!! Try to change my carrier..

Collapse
 
maqsudtolipov profile image
Maqsud Tolipov

Hello dev šŸ™‹ā€ā™‚ļø

I am Maqsud a developer from Kokand, Uzbekistan šŸ§‘ā€šŸ’». I spend my days building tools that help make the Internet a better place for everyone šŸŒ

Just joined the dev community šŸ˜ŠšŸ™Œ

Collapse
 
doublefaces profile image
DoubleFacess • Edited

Developer for passion but employing as sys admin (i asked a beer, and gave me a coke!). Thx to the dev.to comunity.

Collapse
 
edaaksuna profile image
Eda Aksuna

Hi friends, trying to learn making wordpress themes, have a nice day! Just wanted to say hello.

Collapse
 
kerollosragaie profile image
Kerollos Ragaie • Edited

Experienced Android developer who has a track record of success creating apps that are both well-received and commercially viable.

Collapse
 
sour3312 profile image
Sourabh Kumar Mahato

Hello

Collapse
 
abhishekrajputweb profile image
abhishekrajput-web

excited to meet new peoples .

Collapse
 
mikayil profile image
Mikayil

Hello! I am learing web development. It looks like the place is nice. Please, tell me how to get the most of this platform. Respect to all hardworkers!

Collapse
 
joecoolninja profile image
Joseph Mariga

Hi, Joseph from Nairobi, Kenya, learning web development. Happy to meet you guys.

Collapse
 
mmann5 profile image
Michael Mann

Hey peoples

Collapse
 
carlitonios profile image
Carlos Rodriguez

Hello everyone! Happy to be here. Hope to learn lots and to meet new friends!

Collapse
 
beccadyn profile image
Becca

Hi everyone..kinda new here

Collapse
 
aoulaa profile image
Olim Nizomov

hi, it's cool place to hangout

Collapse
 
solaimannaiem profile image
Solaiman Islam Naiem

Hi Everyone. Excited to meet new people. Recently I started learning font-end development. Hopefully I will get help form this community

Collapse
 
suhaibinsari profile image
suhaibinsari

Hi Everyone šŸ™Œ

Collapse
 
mrvora9898 profile image
mrvora9898

Hi new here, any tip?

Collapse
 
dadipbhattarai profile image
Dadip Bhattarai

hey all!! nice to meet you!! lets learn new things

Collapse
 
anas_bhuiyan profile image
Anas bin hasan bhuiyan

It's the qurisity, which brings me here. šŸ„“ I hope that this site can't be a reason of my sadness. šŸ™‚

Collapse
 
gjciii profile image
Gilbert Jason Camarillo III

Hello all,
New coder here, just joined.

Collapse
 
doublefaces profile image
DoubleFacess

Developer for passion, sys admin for job, call me simply doublefacessss@gmail.com. Jokking, im Enzo, thx to the dev.to comunity

Collapse
 
singde profile image
Devesh Singh

Hello everyone,
Happy to connect with you all.