Artturi Jalli
CEO/Co-founder and Founder at Nodesk and Codingem
Expertise: Software development
Education: Aalto University

Artturi Jalli is CEO and co-founder of Nodesk and founder of Codingem.

Sort By
Most Recent
Most Recent
Oldest
28 Articles
iOS-development-tips-swift-xcode
Use these productivity tips to become a more efficient iOS developer.
what-is-with-statement-python
The with statement in Python wraps the execution of a code block using the methods defined by a context manager. It's often used to replace a try-finally block with more concise code. Here's how and when to use the with statement in Python.
10-myths-about-programming
Think you can’t handle a career in programming and software development? Think again.
python-symbol
The @ symbol in Python is used to apply a decorator to a function or method to extend its functionality, or to help perform matrix multiplication. Here's what to know about each use case.