John Utz
12 posts
Ibuprofeno.py💊| #118: Explica este código Python
Explica este código Python Dificultad: Fácil my_tuple = (1, 2, True * 2, 3) print(sum(my_tuple)) 👉 A. 8…
Addressing your team’s discovery gaps to build valuable, viable solutions
Discover how to identify and address discovery gaps in your product development process. Learn strategic interventions to mitigate…
How To Change Default Python On A Linux Machine
Let’s say you have installed Python into the following folder /home/ubuntu/Python-3.10.13 To set it default python version open…
Upwork vs. Fiverr vs. Freelancer: Choosing the Right Freelance Platform
Introduction: Freelancing has become a global trend, and platforms like Upwork, Fiverr, and Freelancer have revolutionized the way…
Anotando: Plugins da comunidade que utilizo no Obsidian
Na postagem passada, eu mostrei quais plugins embutidos do Obsidian eu deixo ligado e porquê. Agora é a…
6 Social Media Algorithms Marketers Need to Know About in 2023
Even though social media algorithms are constantly changing, they aren’t out to hide your content from the masses. …
Unions and Narrowing in TypeScript
Intro This is my first memorable article to publish on the DEV community. Currently, I am relearning TypeScript…
Color Theory 101: A Complete Guide to Color Wheels & Color Schemes
While text-based content is always important when seeking answers to a question, creating visuals such as infographics, charts,…
12 Free Personality Tests You Can Take Online Today
Personality tests are a great way to explore different aspects of who you are and uncover layers you…
React Context API for Beginners (using useContext hook)
As a Reactjs Developer, you must have encountered some problems while using traditional state management methods (i.e: useState…