Jas SpencerApproaching a Frequency Counter Coding Challenge.I recently took part in a technical coding challenge that, between you and me, I was dreading. I was so nervous because no matter how hard…Jun 18, 2021Jun 18, 2021
Jas SpenceruseSelector & useDispatch HooksIf you’re read any of my previous posts, you know that I am a big fan of using hooks when working with React and Redux. They make building…Jun 11, 2021Jun 11, 2021
Jas SpencerWhat are Django signals?If you’ve checked out any of my previous posts, you know that I like to get nerdy about learning new things. I’m all about learning new…Jun 4, 20211Jun 4, 20211
Jas SpencerDjango as an API.I have built a few applications using Rails as my own API. Creating my own backend API is something I really enjoy as as the programmer…May 30, 2021May 30, 2021
Jas SpencerWhat is Runtime Complexity?The first time I was asked question, it was in a mock technical interview. Up until that point, I was feeling very confident in what I had…May 22, 2021May 22, 2021
Jas SpencerWhat is Flexbox?CSS can be simultaneously amazing and intimidating. Having so many options for styling at your disposal can leave one overwhelmed with so…May 15, 2021May 15, 2021
Jas SpencerWhat is Memoization?If you can get past pronouncing that correctly, keep reading further to figure how what it is. Memoization is a great tool for improving…May 9, 2021May 9, 2021
Jas SpencerWhat are Regular Expressions?Regular Expressions or sometimes abbreviated as regex, are well … complicated at best. Just looking at them can make seasoned engineers…Apr 30, 2021Apr 30, 2021
Jas Spencer*args and **kwargs in PythonThese two terms can cause a lot of uneasy feelings when seeing them for the first time. Actually they provide a lot of assistance to…Apr 22, 2021Apr 22, 2021
Jas SpencerURLs in DjangoIn any application or project that you work on, having route paths or urls adds an extra level of functionality to improve the user…Apr 18, 2021Apr 18, 2021