92 followers
I explain programming and web development concepts in plain English
My slightly ranty opinion plus some tips for growth · A little story (If you don't like personal anecdotes, skip to Tips 😉) Okay so you're interested in...
How I extracted JSON data from the backend and retrieved it in my Vue component · Introduction Quick background: I am developing a little Latin...
In which I achieve the project setup and mistakes I made along the way · Introduction Laravel and Vue are objectively cool together (literally they’re...
Recursion is notoriously simple but also confusing, once you start thinking about it. It tends to twist my brain into knots. My goal in this article...
A while ago I wrote an explanation and implementation of the binary search algorithm in Python, but since I’ve been working a lot with JavaScript...
Yesterday I had an interesting experience with some code at work where I was trying to use PrimeVue’s filter option on a DataTable Column. For some...