Profile avatar
maiproject218.bsky.social
👨‍💻 Software Engineer | #latechlife ☕ Coding & coffee shop hopping in LA 💪 #buildinginpublic #softwaredevelopment Find me here: https://www.twitch.tv/maialgo
637 posts 230 followers 139 following
Regular Contributor
Active Commenter

As I'm building out my social media bot, I'm listing out the system requirements: 1) of what a user can do, 2)what platforms will be used, 3) what are the scheduling behavior, 4)data retention of statuses Anything else I should think about?

what I've been tackling with: does the egg come before the chicken or does the chicken come first? Should the front end be designed first or the backend capabilities? Thoughts?

Listening in on #epicwebconf on how Epic stack created

When tasked with new duties at work, do you a) ask the prior person to schedule time to walk through it b) get in and get dirty and start exploring c) cry for help

Ive come to realized that not all 2-ply toiler paper are made the same

I love a good mystery show and would recommend watching The Residence on Netflix. One thing I've learned is its never the first suspect you'd think it is. #netflix

From understanding the big picture of what dfs was doing in brute force, I understood what lines to add when implementing a set to optimize on time complexity🔥 #Coding #Algorithms #Optimization

Dark mode vs. light mode 🌸✨ Experimenting with color schemes that give me Spring/Pastel vibes and adapting them for both dark and light mode. Which version do you prefer? 🌿🌼

Browser tools are helpful for debugging your code. And React has its own set of DevTools that let you access components, states, hooks, props, and more. In this guide, Mateusz shows you how to use React Developer Tools with some helpful examples. www.freecodecamp.org/news/how-to-...

This algo took me awhile to think through. The conclusion I came up with is to iterate through each request to check if they are within a valid time range (>= lower_bound). Since time keeps increasing, we can efficiently determine the count of vaild requests from that point #algo

Working on updating my dark mode and light mode for my scheduling post app. Coming up with color schemes can be difficult. How do you come to a conclusion of what colors to use? #colorschemes

When tarottok is explaining what Im feeling right now How it know?!!

One Saffron latte to go please

LAST DAY FOR THE COMMIT YOUR CODE CONFERENCE CALL FOR PAPERS! If you are a new speaker or even a seasoned speaker! Get your submission in! We are going to have around 100 speakers! 🤯 CYC 25 is going to be INCREDIBLE! 4 tracks! Java, JavaScript, Cloud, and C # .Net!

PostgreSQL is an open-source database that you can customize in many ways. And this beginner-friendly course can help you determine if it's a good fit for your projects. It covers the SELECT statement, WHERE clauses, aggregate functions, and more. www.freecodecamp.org/news/posgres...

What's the right combo: hair, makeup, and then the fit?

300 applicants in the first 12hrs 🔥 Free game: it’s an unforced error to not apply for a position just because you don’t fit the JD 100%.

when websites have price transparency, thank you <3

I struggled this morning with destructuring values in a list comprehension. To better understand the logic, I wrote out the code using a for loop and then translated it into a list comprehension. This exercise helped me grasp how to effectively implement destructuring within list comprehensions.

It's been awhile since I've completed a binary matrix, but this was a good refresher. I forgot to implement bounds during my traversal logic and to mark areas that I've already visited to repeat reprocessing. What other areas am I missing about binary matrix? #algorithms

I initially found it challenging to determine when to use memoization. However, I’ve learned that it’s particularly useful when dealing with overlapping subproblems—situations where the same calculations are repeated multiple times. #algorithms

Homemade steamed bun with pepper So goood

Sheldon’s meemaw is adorable #youngsheldon

Rainy day makes me sleepy 🌧️ Anyone else?