Let's learn about

Tutorials and learning resources for programmers

  • Home
  • #FromZeroToHacker
  • Tutorials.py
  • Utils.py
  • About…
python logo

Beginner Python tutorial – 04 – For and While loops

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

11 February, 201915 August, 2019Python, tutorial
Continue Reading
100 Days of code

Seventh 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.

6 February, 201922 July, 2019100DaysOf, Javascript, Vue, Vuejs
Continue Reading
python logo

Beginner 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.

3 February, 201915 August, 2019Python, tutorial
Continue Reading

Vue 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.

2 February, 201929 September, 2019$emit, Blog, Eventbus, Javascript, props, Vue, Vuex
Continue Reading
Library and Frameworks

Libraries 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.

1 February, 201929 September, 2019Blog, Framework, Library
Continue Reading
100 Days of code

Sixth 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.

29 January, 201922 July, 2019100DaysOfCode, Javascript, Vue, Vuejs
Continue Reading
python logo

Beginner 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…

27 January, 201915 August, 2019Python, tutorial
Continue Reading
100 Days of code

Fifth 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.

22 January, 201922 July, 2019100DaysOfCode, Javascript, Vue, Vuejs
Continue Reading
python logo

Beginner 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.

20 January, 201915 August, 2019Python, tutorial
Continue Reading

Why 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.

19 January, 20192 October, 2019Blog, Learning
Continue Reading

Posts pagination

Previous 1 … 14 15 16 17 Next
Lynis logo

Security auditing your Linux OS with Lynis

25 January, 2024
Docker

Creating our own Docker images

12 January, 2024
Docker

Docker basics for beginners

7 January, 2024

Vagrant tutorial for beginners

7 January, 2024

The Linux File System: A simple guide for beginners

1 November, 2023

Follow me on Twitter

My Tweets