Skip to main content

javascript

2024


What Is an ORM and what does it do?

·9 mins
When I was learning to code, I spent a lot of time learning SQL and using it to work with data in the projects I was working on.
What Is an ORM and what does it do?

2023


How to code a Javascript Random Number Generator

·2 mins
Generating random numbers in JavaScript is easy once you understand how the built-in function to do this works but a lot of developers tend to write repetitive code rather than creating their own random number function which can be re-used.
How to code a Javascript Random Number Generator