Learn Python
Learn Java
Learn Frontend
Learn Data Science
Start for free
Best Practices
Coding Tips
Job Insights
General programming
News
Coding Tips
Enhance Code Readability with <StrictMode>
<StrictMode> can be applied to the entire application or specific components and parts of the application.
by
Alevtina Lebedeva
July 1, 2024
Practice made easy: learn
to code with Hyperskill
Start free
Coding Tips
Getting the Most from Keywords in Python
Let's discuss keywords and soft keywords in Python: what they are and how to use them. Examples included!
by
Vsevolod Kuznetsov
Jun 10
•
5
min read
Coding Tips
Common MySQL Errors You Might Encounter
Encountering errors while using MySQL is unavoidable. But with every error comes an opportunity to learn and grow.
by
Ghadeer Nayel Arrasheed
May 28
•
3
min read
Coding Tips
Understanding Pure Components in React
What should we do if we want to re-render only the components that actually change their states? The solution is to use Pure Components.
by
Alevtina Lebedeva
May 15
•
3
min read
Coding Tips
Unveiling the Power of useEffect React Hook
useEffect runs effects after the component has rendered, allowing DOM updates, network requests, etc. without affecting the output of the component.
by
Alevtina Lebedeva
Apr 8
•
4
min read
Coding Tips
Setting Up Your First React Project: A Step-by-Step Guide
This guide is designed to help beginners set up their first React project, providing a step-by-step approach to get you up and running.
by
Sławomir Świętoniowski
Feb 16
•
4
min read
Coding Tips
What is Data Scraping and How to Do It Right
Data scraping is a technique where a computer program extracts data from human-readable output. Let's learn how to do it.
by
Georgi Naumov
Feb 8
•
4
min read
1
Load more articles