Juneikerc.com

A frontend and some backend blog

Frontend and backend tutorials for all levels

In this blog, you'll find tutorials, tips, guides, and a lot of content focused on today's most important technologies

featured image of post: How to reverse a number in JavaScript
How to Reverse a Number in JavaScript? [Easy]

In the following tutorial, you will learn how to reverse a number in js, for example, changing 123456789 to 987654321 in a very simple and practical way.

JuneikerC
featured image of post: How to generate a random number within a specific range with JavaScript
Generate a random number within a range [JS]

➡️ In JavaScript, thanks to the Math.random() function, we can generate a random number within a range of decimal values between 0 and 1, including 0 and excluding 1.

JuneikerC
Featured image of the post: How to Insert JavaScript in HTML
How to Add JavaScript in HTML [+3 Methods]

➡️ JavaScript is the widely dominant programming language for frontend development as it enables adding dynamic functionality to a website.

JuneikerC
Featured post image: How to center text with CSS without using HTML.
How to Center Text with CSS ★ [+ Examples]

☝ Centering text is one of the most common tasks you'll have to perform in your day-to-day work as a web developer. In this tutorial, you will learn how to do it.

JuneikerC
Featured image of the post: How to create a hamburger menu with HTML, CSS, and JavaScript.
How to Create a Hamburger Menu with [CSS and JS]

Since the birth of mobile devices, this type of menu has become the most common on the entire web, and in this tutorial, I will show you how to create one from scratch using some CSS and JavaScript.

JuneikerC
Featured image for the post: How to Iterate through an Array in JavaScript?
How to Iterate through Arrays in JavaScript? []

Iterating through an array is one of the tasks we frequently have to do in the world of web development, as arrays are by far the most commonly used data structure in programming.

JuneikerC
Featured image of the post: How to Justify Text in HTML with CSS
★ How to Justify HTML Text ★ using CSS

While it's not very common to see justified text on web pages these days, it is used on some websites that publish research, scientific articles, studies, etc.

JuneikerC
featured image of post: How to create a random meal generator with qwik.
How to create a random meal generator with qwik.

While searching for exercises to do with qwik, I came across a random meal generator, and I believe it's a good way to explain some of qwik's features like routeAction$, routing system, etc.

JuneikerC