posts tagged:

{ learning }


Learning in Public...and Welcome

September 15, 2023

Hello. Welcome. I'm Juliane. I am a software engineer, and a newly minted one at that! I went the bootcamp route to get...

How to Prepare for a Software Bootcamp: The Non-Te...

December 31, 2023

A software engineering bootcamp is an exciting moment in your career. Congrats on making the decision! Congrats on the s...

Delay a JavaScript Function with Debouncing

February 5, 2024

I came across the idea of "debouncing" last week. Although I am using `debounce` from the `lodash` library in my work, I...