Samir Shuman
@devmansam
Software engineer specializing in web development Location 🌉 Bay Area, California Homepage 🏠 devmansam.net Need a website? 👉🏽 cal.com/devmansam/consultation
“Heavy is the head that wears the crown” 🧢🍕🐈⬛ Thank you @jake-haver-of-catz.bsky.social. You’re a legend. 🧙🏽♂️
Shoutout #spikelee 🇵🇸🏀⛹🏽♂️ #nba #nbaallstargame #allstargame #blackhistorymonth #palestine #freepalestine
I tried a leetcode 'hard' challenge for the first time. I'm sure there are more optimal solutions, but me and BigO aren't on speaking terms. I think I completed a couple 'Easy' ones in the past. Anyways, I'll take the W and end the night on a high note. #coding #leetcode #javascript #100Devs
I added a the ability to migrate businesses from hitlist to hitlist on DevLeads. This comes in handy when making and refining targeted lists. #leadgeneration #cms #webdev #100Devs #softwareengineer
Developing my own web components is great because they're framework agnostic & usable in any project. I coded a "back to the top" button last year & I'm now importing it into a project using npm. You can use it too 👇️ buff.ly/zsx7JA6 #webcomponent #react #vue #javascript #100Devs #softwareengineer
ayyy I'm over 100 miles total. kinda pumped about that. I wasn't really getting to move around much before getting this treadmill. 200mi soon 🙂
I got my walking treadmill on Dec. 2nd and I've logged 72 miles this month. That is 72 more miles than I would have walked otherwise.
Built a secure HTTP endpoint for my treadmill demo that a cron job hits every day at 7am to generate fresh dummy data. Randomizes workout duration, pace, and calculates distance. Lets me use cheap ephemeral infrastructure without sacrificing reliable daily data generation or hardcoding rb.gy/6c0x1s
I was kind of pumped today to see that I've walked 50miles on my new treadmill since I got it (20/21 days). I know that's not much, but its 50 more miles than I would have walked. I made an app to track my sessions w/ dynamically generated charts via the charts.js library. #javascript #100Devs #swe
found an error in fCC legacy JavaScript DSA 07 Regex module concerning string.match() method called w/out -g flag: match() returns an array: [0]=match, [1+]=capture groups, plus index and input properties (or null if no match), not simply an array containing a string of the matched value.
Did you know @freecodecamp.bsky.social has daily JavaScript and Python challenges? You can also access prior challenges from their archive calendar. Check it out. #100Devs #coding #webdev #javascript #python
I bought a walking treadmill for under my desk on Black Friday & needed a way to log and monitor my sessions so I made an app. Features session logging, stats dash, progress charts, and a simple login system. Built with Express, SQLite, charts.js and vanilla JS. #100Devs #javascript #sql #coding