Forem

Isabelle M. profile picture

Isabelle M.

I'm Isabelle Maciohsek, a software engineer from Athens, Greece. I love learning new things, especially when they involve programming, data science and visualizations.

Education

MSc Advanced Information Systems

Work

Software Engineer

Five Year Club
Writing Debut
Four Year Club
16 Week Writing Streak
Three Year Club
8 Week Writing Streak
4 Week Writing Streak
Two Year Club
Hacktoberfest 2021
One Year Club
Hacktoberfest 2020
Docker vs. Kubernetes: Which Is Right for Your DevOps Pipeline?
Cover image for Docker vs. Kubernetes: Which Is Right for Your DevOps Pipeline?

Docker vs. Kubernetes: Which Is Right for Your DevOps Pipeline?

3
Comments
4 min read
REST vs. GraphQL: Choosing the Right API for Your Project
Cover image for REST vs. GraphQL: Choosing the Right API for Your Project

REST vs. GraphQL: Choosing the Right API for Your Project

4
Comments
4 min read
Understanding Git Branching in 5 Minutes
Cover image for Understanding Git Branching in 5 Minutes

Understanding Git Branching in 5 Minutes

Comments
3 min read
How to check if a tuple is empty in Python?
Cover image for How to check if a tuple is empty in Python?

How to check if a tuple is empty in Python?

7
Comments 1
1 min read
Javascript Array.from() second argument
Cover image for Javascript Array.from() second argument

Javascript Array.from() second argument

5
Comments
1 min read
Why do SQL Server views need refreshing?
Cover image for Why do SQL Server views need refreshing?

Why do SQL Server views need refreshing?

11
Comments 1
2 min read
When to use useRef() instead of useState()
Cover image for When to use useRef() instead of useState()

When to use useRef() instead of useState()

85
Comments 10
2 min read
How can I set the value of a select input in React?
Cover image for How can I set the value of a select input in React?

How can I set the value of a select input in React?

5
Comments
1 min read
Tip: React conditional className, empty strings and null
Cover image for Tip: React conditional className, empty strings and null

Tip: React conditional className, empty strings and null

4
Comments
2 min read
Tip: JavaScript array sorting shorthand
Cover image for Tip: JavaScript array sorting shorthand

Tip: JavaScript array sorting shorthand

5
Comments
2 min read
How can I execute an event handler at most once?
Cover image for How can I execute an event handler at most once?

How can I execute an event handler at most once?

7
Comments
2 min read
Javascript sparse array and how to avoid them
Cover image for Javascript sparse array and how to avoid them

Javascript sparse array and how to avoid them

4
Comments
2 min read
Understanding Python's slice assignment
Cover image for Understanding Python's slice assignment

Understanding Python's slice assignment

2
Comments
2 min read
Understanding Python's slice notation
Cover image for Understanding Python's slice notation

Understanding Python's slice notation

1
Comments
2 min read
Tip: You should use dict.get(key) instead of dict[key]
Cover image for Tip: You should use dict.get(key) instead of dict[key]

Tip: You should use dict.get(key) instead of dict[key]

1
Comments
1 min read
What is the difference between list.sort() and sorted() in Python?
Cover image for What is the difference between list.sort() and sorted() in Python?

What is the difference between list.sort() and sorted() in Python?

24
Comments
1 min read
How do I trim whitespace from a string in Python?
Cover image for How do I trim whitespace from a string in Python?

How do I trim whitespace from a string in Python?

3
Comments
1 min read
What is the ternary operator and how do I use it?
Cover image for What is the ternary operator and how do I use it?

What is the ternary operator and how do I use it?

2
Comments
2 min read
How do I convert a string to lowercase in Python?
Cover image for How do I convert a string to lowercase in Python?

How do I convert a string to lowercase in Python?

Comments
1 min read
What are named tuples in Python?
Cover image for What are named tuples in Python?

What are named tuples in Python?

5
Comments
2 min read
Tip: 2 ways to format a string in Python
Cover image for Tip: 2 ways to format a string in Python

Tip: 2 ways to format a string in Python

1
Comments
1 min read
What is the difference between Python's equality operators?
Cover image for What is the difference between Python's equality operators?

What is the difference between Python's equality operators?

1
Comments
1 min read
Code Anatomy - Writing high performance Python code
Cover image for Code Anatomy - Writing high performance Python code

Code Anatomy - Writing high performance Python code

8
Comments
2 min read
3 ways to swap two variables in Python
Cover image for 3 ways to swap two variables in Python

3 ways to swap two variables in Python

8
Comments
2 min read
How to correctly close files in Python
Cover image for How to correctly close files in Python

How to correctly close files in Python

12
Comments
1 min read
Tip: Watch out for mutable default arguments in Python
Cover image for Tip: Watch out for mutable default arguments in Python

Tip: Watch out for mutable default arguments in Python

6
Comments
1 min read
Tip: Avoid using bare except in Python
Cover image for Tip: Avoid using bare except in Python

Tip: Avoid using bare except in Python

7
Comments
2 min read
loading...