banner
vishalicious213.bsky.social
@vishalicious213.bsky.social
340 followers 400 following 3K posts
Software engineer specializing in web development. CA transplant from NY. Father of two. Metal. Bass. Food. #100devs
Posts Media Videos Starter Packs
Reposted
About to chat with @jasminepvo.bsky.social in 10 mins

On building the community, neuroplasticity, and resilience it takes to make it through the trough of sorrow and break into tech

Bouncing back from burnout and how to move with intention

Really excited for this one!

🍵 leonnoel.com/100devs
@devmansam.net released his freelancing app today. I've tested it in the past & its amazing. Its the strongest free resource I've seen for people looking to hunt web dev clients. There are tools to find businesses, contracts, proposals, tracking systems & so much more.

#100Devs #webdev #freelance
I just finished my 100 hours project and wanted to share it with the 100Devs community.

DevLeads (devleads.site) is a complete, self-hosted lead management system I built specifically for freelance web developers. It handles everything from initial contact to final payment.(cont.)

#100Devs #webdev
This is amazing, dude. I've been waiting for it to launch. The Business Finder alone is worth its weight in gold - but the rest of it's ok too! ;)

Congrats on launching. I know this was a long time coming - and its perfect for #Huntober!
Reposted
Demoing a system to feel confident and 360 Slam Dunk any technical interview in 60mins on Discord
What's in a name? Apparently, mine is a mobile menace now...
Reposted
Pumped to chat with #100Devs alum @marciac95.bsky.social in 60 mins to talk about

Going from farming to data science

Landing clients even in rural areas

And getting the first paying customers for their apps ⤵️
Working on the homework for Class 35 at #100Devs. We had to review a Node server. Commenters on the YouTube video said that it was a difficult class, so I did a little writeup on my blog to try & explain the code for those who'd like the help.

#webdev #javascript @nodejs.org
100Devs Class 35: Node code walkthrough
I worked through roughly the first half of the 100Devs material earlier this year & part of last year & then took a break for a bit. This week, I resumed by watching the 6-hour JavaScript S…
neophyte.home.blog
Reposted
From thinking "I'll Never Learn Math" to Distinguished Professor of Engineering & one of the world’s leading experts on learning!

@dthompsondev.bsky.social & I had the HONOR of chatting on the pod with the 🐐 Dr. Barbara Oakley

A DEEP DIVE into How To Learn in The Age of AI + so much more
Working on Class 35 homework. Made the project in /node-backend-simple-json work.
!checkin for Class 35 at #100Devs. Went through promises & async/await. Learned that setTimeout(), setInterval(), fetch() and THE DOM are not JavaScript. They're web APIs!

Finally started backend with Node.

#webdev #javascript @nodejs.org
Reposted
Helping people craft stories that lead to better resumes and more interviews live in 20 mins!

Come hang out with 400+ new friends all making moves this October to improve their job hunt!
!checkin for the 6-hour JS Super Review between classes 34 & 35 of #100Devs. Haven't touched any of the material since the end of March & this was a lot. Variables, functions, conditionals, loops, arrays, objects, APIs, OOP & more. Job-hunt material, too.

On to backend, next.

#webdev #javascript
Reposted
Yesterday, #100Devs talked about crafting a story that gets you hired!

Today @grahammcbain.bsky.social who went from bootcamp grad to Senior Developer Advocate working on Amp Code is

Telling their story, breaking down the agentic coding space, & giving everyone free credits in 30 mins!
Reposted
I've helped 1000+ people get jobs in tech

This is the most amount of interviews, callbacks & offers I've seen in almost two years

For the next 30 days, I'm going live on Discord every day to help you land one too!

If you are feeling stuck, join us in 15mins

leonnoel.com/discord
Join the Learn w/ Leon & Friends Discord Server!
We are engineers who believe in community before code & provide a 100% free path to becoming a software engineer! | 73204 members
leonnoel.com
Yesterday, I found that hex colors can have opacities by adding a 2-character alpha value to the end (for 8 chars total). Its called an RGBA hex.

So black (#000000) can be 50% opaque as #00000080 or 10% opaque as #0000001A. Its been a thing since 2018!

#100Devs #webdev #css
Scrimba's data structures & algorithms course dropped this AM. You need a pro subscription to access it.

#100Devs #webdev
It’s finally here! Our brand new, much-requested DSA course 🎉

Created by @shantdashjian.com, this course will help you get to grips with problem-solving & algorithms so you can tackle coding challenges with confidence.

👉 scrimba.com/data-structu...

What will you build?
Added "fixed" & "w-full" Tailwind classes to nav container so its always onscreen when scrolled down & maintains full width. Changed padding from only bottom to top & bottom, too, because the top was too close to the top of the window.