Jak dbamy o jakość kodu w NetTeam Solutions
Z jakich narzędzi, wspierających pisanie czystego kodu korzystamy w NetTeam Solutions?
Z jakich narzędzi, wspierających pisanie czystego kodu korzystamy w NetTeam Solutions?
Jak się przygotować do pierwszej prezentacji przed większą publicznością, przykład własny.
Mocne hasło to nasza mocna strona i nasze bezpieczeństwo w sieci, dla niektórych również - prawdziwy ból głowy...
Miałeś kiedyś problem ze sprawdzaniem wszystkich elementów w tablicy? Sprawdź jak sobie z tym poradzić.
What is the difference between sprinters and marathonians in the context of a developer's work? this post is Marat's thoughts on the matter
One of the most important laws of every programmer explained in an accessible and brief manner
In additional to query status useQuery has so called fetchStatus and isFetching flag. It causes very frequent question about the difference of these flags so I'm trying to explain it.
In the world of React.js useQuery is well-known fetching tool with great documentation. However, often developers have some problems with status understanding, so I had to clarify it for myself.