Trending

#100devs

Latest posts tagged with #100devs on Bluesky

Posts tagged #100devs

Day 12, I studied and read more about Golang functions error return value. An example would be like this:

num1int , err := strconv.Atoi(num1string)

if err != nil {
fmt.Println("Yoo Whatsup! send in string type")
}

#AI #100Devs #SoftwareEngineering #365DaysOfCode

1 0 0 0

Day 15/100 - #100DaysOfCode 💯

- Added and reviewed Anki cards
- Finished section 16 where I'm learning how to try and catch errors, and also work with JSON data #Python 🐍

#100Devs 💯
#WebDevelopment 💻
#CodingJourney 💪
#CatchupCrew 📚

3 0 0 0

Day 772 | #365DaysOfCode

• Full Stack Open progress
• 100-hour project work

#100Devs #SoftwareEngineer #100DaysOfCode

3 0 0 0

Day 14/100 - #100DaysOfCode 💯

- Added and reviewed Anki cards
- Started section 16 where I'm learning how to try and catch errors, and also work with JSON data #Python 🐍
- Joined in the huddle for #100Devs 💯

#WebDevelopment 💻
#CodingJourney 💪
#CatchupCrew 📚

5 0 0 0

Day 771 | #365DaysOfCode

• Getting the urge to start building projects, but completing the TypeScript section first
• More Full Stack Open progress
• Anki session

#100Devs #SoftwareEngineer #100DaysOfCode

4 0 1 0

Day 13/100 - #100DaysOfCode 💯

- Added and reviewed Anki cards
- Completed section 15 where learned about working with and writing in text files through #Python 🐍

#100Devs 💯
#WebDevelopment 💻
#CodingJourney 💪
#CatchupCrew 📚

5 0 0 0

Day 770 | #365DaysOfCode

• Lighter day
• Reviewed more TypeScript concepts
• Optimized exercise solutions
• Anki session

#100Devs #SoftwareEngineer #100DaysOfCode

4 0 0 0

Day 769 | #365DaysOfCode

• Completed more TypeScript exercises based on command line process args in Full Stack Open
• Anki session
• Built out and reviewed a TypeScript doc

#100Devs #SoftwareEngineer #100DaysOfCode

4 0 1 0

Day 12/100 - #100DaysOfCode 💯

- Added and reviewed Anki cards
- Completed section 13 where learned about debugging and made a Black Jack game in #Python 🐍

#100Devs
#WebDevelopment 💻
#CodingJourney 💪
#CatchupCrew 📚

4 0 0 0

Day 768 | #365DaysOfCode

• Completed another Full Stack Open TypeScript exercise
• Reviewing TypeScript concepts
• Anki session

#100Devs #SoftwareEngineer #100DaysOfCode

3 0 0 0

Day 11/100 - #100DaysOfCode 💯

- Added and reviewed Anki cards
- Joined in the huddle for #100Devs
- Completed section 1 where I started to learn about the Turtle 🐢 module in #Python 🐍

#WebDevelopment 💻
#CodingJourney 💪
#CatchupCrew 📚

5 0 0 0
Post image

Improved some layout things, have some scrollable sections and styled the scroll bar a bit.
Started on some auto-scheduling logic and I reallllllly hate reasoning with Date objects :P
Almost there but will probably finish that tomorrow, my brain needs a break
#100devs

4 0 0 0

Day 767 | #365DaysOfCode

• Reviewing TypeScript work so far
• Anki session

#100Devs #SoftwareEngineer #100DaysOfCode

4 0 0 0
Post image Post image

Everyone get ready it's the #100devs chosen one's FIRST
@torc.dev yappy hour as the host TODAY 4/3 @ 1:30 ET! (Always virtual and free)

Join your fellow tech nerds and help us cheer on
@roxyrodbeck.bsky.social !

It's gonna be an extra special yappy hour followed by the spanish yappy hour.

2 2 1 0
Post image

✔️Figured out where the layout was breaking for case of no mission history
-Need to fix the layout for when all missions are complete
✔️Fixed a bug where the mission timer would not pause when debrief modal was open
✔️Fixed a bug that timer was persisting after mission complete
#100devs

4 0 0 0

Day 766 | #365DaysOfCode

• TypeScript tutorial
• Full Stack Open TypeScript progress
• Anki session

#100Devs #SoftwareEngineer #100DaysOfCode

3 0 0 0

I got mission stats hooked up and the history note entries, but now without placeholder history, the layout breaks. 🙃tomorrow is a new day!

#100devs

3 0 0 0

Day 765 | #365DaysOfCode

• Working through more TypeScript reading and exercises in Full Stack Open
• Anki session

#100Devs #SoftwareEngineer #100DaysOfCode

3 0 0 0
Preview
axios Compromised on npm - Malicious Versions Drop Remote Access Trojan - StepSecurity Hijacked maintainer account used to publish poisoned axios releases including 1.14.1 and 0.30.4. The attacker injected a hidden dependency that drops a cross platform RAT. We are actively investigatin...

Axios 1.14.1 supply chain compromise.

On 3/30/26 malicious packages in Axios dependency tree deploying a remote access trojan.

If installed, assume compromise; rotate credentials and rebuild the system.

Post: www.stepsecurity.io/blog/axios-c...

#100devs #SoftwareEngineering #JavaScript

2 0 0 0
Post image

Listened to Ep 25 of The Programming Podcast from
@leonnoel.bsky.social & @dthompsondev.bsky.social while driving. It's from May 1st of last year.

This one went into git, Github & AI. It'd interesting to hear their takes on AI now that a year has passed & see what progressed.

#100Devs #webdev

8 0 0 0

Day 764 | #365DaysOfCode

• Working through the TypeScript course on Full Stack Open
• Reviewed and added new Anki cards
• Applied to a few SWE positions

#100Devs #SoftwareEngineer #100DaysOfCode

4 0 0 0
Post image

On today's episode of Accidentally Underselling My Abilities: #100Devs #tech

4 0 1 0
Post image

And... done with converting the 100hrs ultra-lite mvp to react 🥳

Now I can carry on building (and fixing stuff I still think is ugly)

#100devs

4 0 1 0

Day 10/100 - #100DaysOfCode 💯

- Added and reviewed Anki cards
- Completed section 12 where I continued learning about functions in #Python (this is really focused on functions so far 😅)

#100Devs
#WebDevelopment 💻
#CodingJourney 💪
#CatchupCrew 📚

7 0 0 0

Did you know that a fat arrow function's return is implicit UNLESS you use a code block, where it becomes explicit?

I didn't. Here I thought I was having react-specific trouble, but nope; just javascript.

Nothing like learning something new to show you holes in your old knowledge. #100Devs

0 0 0 0

Day 763 | #365DaysOfCode

• 100-hour project work
• Planning my mobile app
• Starting the TypeScript section of Full Stack Open

#100Devs #SoftwareEngineer #100DaysOfCode

4 0 0 0

Day 9/100 - #100DaysOfCode 💯

- Added and reviewed Anki cards
- Completed section 11 where I continued learning about functions and lists in #Python

#100Devs
#WebDevelopment 💻
#CodingJourney 💪
#CatchupCrew 📚

8 0 1 0

Day 762 | #365DaysOfCode

• 100-hour project work
• Anki session
• Claude Code practice

#100Devs #SoftwareEngineer #100DaysOfCode

5 0 0 0

Today (day 11), I studied:

• The "strconv" package in GoLang.
• Deep Learning - Neural Networks, Computer Vision, Natural Language Processing.
• Generative AI Foundational Models (FMs) lifecycle.
• I worked on a GoLang project.

#AI #100Devs #SoftwareEngineering #365DaysOfCode

7 1 1 0

Day 761 | #365DaysOfCode

• Finally over the illness
• Continuing 100-hour project work
• Anki session

#100Devs #SoftwareEngineer #100DaysOfCode

2 0 0 0