Articles tagged with #beginners

Introduction to testing with Python

#python #testing #beginners

Checking that your program works is essential, in this post I'll show you how you can make sure that your app behaves as expected writing tests that will run in a blink instead of having to manually test the app trying every use case.

Simplify nested object property use

#javascript #tips #webdev #beginners

Sometimes we deal with deeply nested objects and we need to add extra checks to prevent our app from breaking while trying to access undefined parts of that object. Here's a not so usual way of doing so.

See all tags

See all the articles