Weekly log @ 45/2022

After some time working my way through Codecademys back-end career path, i’ve decided to take a break in order to start building a portfolio of applications. This week I’ve been working on my first sprint for the first application: A budget application for structuring my private economy. After this, I’m planning to do an expenseContinue reading “Weekly log @ 45/2022”

A promise to resolve or reject a pending Promise

Todays topic is Promises. I’ve been working with python as my first programming language and only the synchronous part. Thus, promises and asynchronous programming takes some effort to get my head around. Basically, a Promise object is used to request some resource and continue running lines of code, while the request is returning a response.Continue reading “A promise to resolve or reject a pending Promise”

Accessing arrays and if statements in JavaScript – And solving the wrong problem

While trying to solve one of Codecademys challenge projects, I’ve run into a challenge with if statements and checking whether a value is true or false in an array. What I expected to be a pretty simple line of code, seems to break the way JavaScript works. The problem is was as follows: if (someArray[x][y]Continue reading “Accessing arrays and if statements in JavaScript – And solving the wrong problem”

devofa.dev through Codecademy

My learning path has gone through several steps over the last couple of yours. I started out in a study group, 2 hours every Thursday evening, learning python with others without any experience. That turned into a lot of YouTube tutorials, beginning to read documentation and programming blogs. Parallel to this I began studying computerContinue reading “devofa.dev through Codecademy”