DEV Community

Discussion on: Welcome Thread - v103

Collapse
 
rayhanadev profile image
Ray Arayilakath • Edited
let me = “RayhanADev”;

async function query(website) {
  let info = await fetch(website, {
    method: “POST”,
    headers: { “Content-Type”: “Hai!”},
    body: JSON.stringify(“Gimme Data”)
  }.then(res => res.json())

  return info;
}

function introduce(username) {
  console.log(“Hi, there”);
  console.log(`Name’s ${username}`);
  let data = await query(“https://totallyrealwebsite.lol”);
  console.log(`I’m ${data.age} years old, and live in ${data.country} specifically ${data.city}, ${data.state}.`)
  console.log(‘Also, I know LOLCODE!’)
}

introduce(me);
Enter fullscreen mode Exit fullscreen mode

Okay in all seriousness, hiya! Name’s Ray I live around Dallas, Texas and am a freshman attending high school! I have an interest in coding, and especially love Frontend but am also experimenting with Backend! Until the next time, peace!

PS: I love Furrets!

Collapse
 
kmistele profile image
Kyle Mistele

Hey, a fellow Dallas dev - welcome!

Collapse
 
ktenbrook1 profile image
Katelynn M Tenbrook

The places I could've been if I started coding in high school... Keep it up!

Collapse
 
itsnoa04 profile image
Noa

there's not much. no one takes you seriously when your in highschool and loves coding. it's very hard to get anything done with school and coding.

Thread Thread
 
ktenbrook1 profile image
Katelynn M Tenbrook

You just don't see it yet. When you get older and you tell people that you loved coding as a kid they will be impressed. Not to mention the kind of experience you have just from teaching yourself from such a young age.

Thread Thread
 
whippingdot profile image
Sanjaay R.

But I feel like everyone does coding now days(including kids). I used to be happy thinking I was rare but look at repl.it. Most all of us are under 18(other than mods). I do think it is very good learning coding from a young age though(cause I absolutely love it).

Collapse
 
braydentw profile image
Brayden W ⚡️

Super creative - ❤️ it!

Collapse
 
whippingdot profile image
Sanjaay R. • Edited

Hoi Rayhan. Long time no talk. Join the org on GitHub. Go here. It seems like the whole repl community is here. I just joined myself.

Collapse
 
whippingdot profile image
Sanjaay R.

Wait a sec this looks wrong, i created the org 🤦‍♂️🤦‍♂️

Collapse
 
elipie profile image
Eli

Ray! I didn't know you were on dev.to!! Nice to see you here

Collapse
 
whippingdot profile image
Sanjaay R.

Hi, I joined today cause of Coder100's post. The whole repl community seems to be here.

Collapse
 
ballpointcarrot profile image
Christopher Kruse

Sort of sad that totallyrealwebsite.lol doesn't exist yet...

Welcome! 😁

Collapse
 
potentialstyx profile image
PotentialStyx • Edited
import devto
import brain

for i in devto.feed():
  if(i.author.name == "RayhanADev"):
    user = brain.search("RayhanADev")
    i.reply(f"""Hello {user.name}, 
I remember you from {user.platform.mutual()[0]}.
Have Fun with {user.projects[-1]}""")
    i.like()
    i.author.follow()
Enter fullscreen mode Exit fullscreen mode

Woah, hello RayhanADev... I think I know you from somewhere.... oh yes repl.it.

Can't wait to see what you make on dev.to (I just joined today myself)

Have fun with your repl api package! :D

Collapse
 
chillbits profile image
Chill Bits

LMAO I'm dead when seeing import brain