Results for: "programming"

Categories (1)

Contents (174)

Formatting hours in Javascript
Formatting hours in Javascript

Continuing with the set of articles that talk about internationalisation elements, like the previous one where we talked about relative…

read more
Request data with prompt in JavaScript
Request data with prompt in JavaScript

After having published several articles about how to manipulate arrays and dates, today I will publish a post that some…

read more
The ultimate cybersecurity checklist for programmers
The ultimate cybersecurity checklist for programmers

In today's digital age, cybersecurity has become an essential concern for programmers. With cyber threats on the rise, it is…

read more
The JavaScript forEach loop
The JavaScript forEach loop

We have already talked about how to handle some of loops  types in Javascript including for, for-in and for-off loops. In…

read more
What are React Hooks and what problems they solve
What are React Hooks and what problems they solve

Working with React, - and before the release of Hooks in version 16.8 -  there was always the possibility to create…

read more