Discord I spend at least a small part every day on Discord. I'm apart of several communities from gaming to programming and have helped create some as well. One of the biggest reasons a… Read Article →
Firebase Authentication I'm following along through React2025 to learn about implementing firebase authentication. It was fairly easy for me to follow along and the instructor explained… Read Article →
Things I've Learned I've only build one full application before, my streamer app . It's very difficult to see what's going on in the code base because I didn't have any fundamental… Read Article →
Let's Talk About RxJS Operators To be able to first understand Operators, you need to grok what Observables are. An Observable is basically a function that can return a stream of values to… Read Article →
I've been studying CSS recently so I can make my blog look a bit more appealing. One of the things I've come across is margin and padding . I was pretty confused when I saw these cause… Read Article →
I'm currently learning how to code in Ruby. Recently I learned about if/elsif/else statements, the Bang(!) operator, how to use remainders, and a few other things that I can't think of right… Read Article →