Results for: "coding"
Contents (119)
HTTP Cookies: how they work and how to use them
Today we are going to write about the way to store data in a browser, why websites use cookies and…
read more
5 Remote Careers You Can Start Online in 2020
In 2020, life has moved indoors. School, shopping, entertainment, and work have all moved online to keep up with the…
read more
TypeScript: The evolution of JavaScript
When you're involved in the development of a large project, programming languages like JavaScript don't seem to be the best…
read more
How beneficial is React Native for developing a mobile app?
A substantial alternative of cross-platform app development is fully native development. If you follow the approach of native mobile app…
read more
JavaScript: Promises explained with simple real life examples
Handling asynchronous data flows is complex, who hasn't faced codes like this one?: checkWeather('palma de mallorca', (error, weather) => { …
read more