Sometimes we need to perform the same operations over a list or repeat the same actions a number of times. To do so, we use For and While loops
Continue ReadingSeventh week of #100DaysOfCode – Vue
Halfway the 100DaysOfCode challenge, I did a(nother) 180-degree spin planning my learning to not repeat do a beginner mistake.
Continue ReadingBeginner Python tutorial – 03 – Lists
We need to list things: The users currently visiting our website, the options of a setting or the days of the week. For listing that information we use…lists.
Continue ReadingVue data flow – How it works?
When I was learning Vue, one of the hardest things was understanding how Vue data flow works. EventBus, Vuex, Props… What are all of those? Which one should I use?
Let’s learn their differences and when to use each one of them.
Continue ReadingLibraries and frameworks: What are they and why use them
What’s the difference between #libraries and #frameworks? Why should we use them? Let’s have a look at what they are and why should we use them.
Continue ReadingSixth week of #100DaysOfCode – Vue & Node.js
Only 2 weeks before ending the first half of the challenge I decided to go back to the basics. Learn Vue from the start? No, even more. Learning Javascript.
Continue ReadingBeginner Python tutorial – 02 – Conditionals statements
Video version: Sometimes we want to run a code depending on if one or more conditions apply (the user’s age is more than 18 or the temperature is lower than a 100 degrees). That’s when we use conditionals. If Let’s…
Continue ReadingFifth week of #100DaysOfCode – Vue & Node.js
This was the week where I knew I don’t know Javascript.
What do I mean by that? It’s a play on words with the “You don’t know Javascript” ebooks, about how I thought I knew JS but after digging deeper I realised that I(we?) know less than we think.
Continue ReadingBeginner Python tutorial – 01 – Print, Variables & Input
This is your first approach to Python but don’t worry, it’s going to be easy. We will learn about how to print information, how to ask the user for information and how to store that information.
Continue ReadingWhy you need soft skills
Have you heard about “soft skills”? Do you know that many employers rate them as even more important that “hard skills”? Want to know why?
Let’s dive in.
Continue Reading