Coding with Thanos

Coding with Thanos

Partager

{Code} & Design: "Totorials"; https://codingwiththanos.com/ Welcome to Coding with Thanos! Are you excited about web development and design?

Want to build a spotless portfolio to stand out from the crowd? Here's the twist – I offer you custom graphics and assets created in Adobe Illustrator & Photoshop for free download! You can use these graphics to enhance your projects and make your portfolio shine. Yes, you read it right! Top-level aesthetics at no cost. I am Thanos, a seasoned freelancer, designer, and developer with an unwavering

Google Analytics Tutorial 2024 | Google Tags - Google Indexing - Sitemap - Open Graph Tags - SEO 11/05/2024

https://youtu.be/knA7loFJNb4?si=b53XJv6XvfSGu13E
Unlock the full potential of your website with my latest tutorial on Google Analytics and SEO for 2024. This video guides you through the essential steps to optimize your site, starting with creating a Google Analytics account, installing Google Tags, managing indexing settings, and much more. Key highlights include setting up no-index directives, requesting Google indexing, creating and submitting sitemaps, and implementing basic Open Graph tags to enhance your site's social media visibility. Whether you're a beginner or looking to refresh your skills, this tutorial has everything you need to get your site noticed and performing at its best in the upcoming year.

Google Analytics Tutorial 2024 | Google Tags - Google Indexing - Sitemap - Open Graph Tags - SEO Google Analytics: https://marketingplatform.google.com/about/analytics/GoogleSearch Console: https://search.google.com/search-console/aboutFacebook Debugger:...

11/05/2024

Google Analytics Tutorial 2024 | Google Tags - Google Indexing - Sitemap - Open Graph Tags - SEO

09/04/2024

09 - The Ultimate JavaScript Tutorial for Absolute Beginners | While loops, Math.random, do while

21/03/2024

08 - The Ultimate JavaScript Tutorial for Absolute Beginners | Reverse, concat, short (a+b) array

08 - The Ultimate JavaScript Tutorial for Absolute Beginners | Reverse, concat, short (a+b) array 21/03/2024

https://youtu.be/UOX9oIUAkSk?si=V-IjBJnIMqrYWGL3
In this lesson we are going to learn how to reverse arrays.
How to sum all the items of an array in JavaScript.
How to merge two arrays using concat.
How to short number arrays using short and explain (a,b) method.
We ll see how arrow functions work.
And we ll see how to delete duplicates of an Array.

08 - The Ultimate JavaScript Tutorial for Absolute Beginners | Reverse, concat, short (a+b) array In this lesson we are going to learn how to reverse arrays.How to sum all the items of an array in JavaScript.How to merge two arrays using concat.How to sho...

07 - The Ultimate JavaScript Tutorial for Absolute Beginners | the Fundamentals of Arrays 14/03/2024

In this lesson, we are going to introduce the fundamentals of Arrays.
We will learn how to sort and slice arrays, as well as how to push new items into them.
We will try an exercise where we combine an array, a function, a loop, and an if statement.
Towards the end of the lesson, we will explain what Math.max does and how the spread operator works.

07 - The Ultimate JavaScript Tutorial for Absolute Beginners | the Fundamentals of Arrays In this lesson, we are going to introduce the fundamentals of Arrays. We will learn how to sort and slice arrays, as well as how to push new items into them....

06 - The Ultimate JavaScript Tutorial for Absolute Beginners | Nested Loops, +=, Only Primes 07/03/2024

https://youtu.be/cal60Cfiyjw?si=Bs-aKOc3GrB6q0Gc
In this lesson, we are going to introduce Nested Loops, or as I prefer to call them, "LoopCeptions"! 😁
To practice with them, we'll start with some fun exercises that print patterns on the console. As we begin with the easier ones, we will learn what "+=" does.
Moving on to the more complicated patterns, we'll be forced to figure out some mathematical formula models and see how we translate them into JavaScript code.
And, towards the end of the lesson, we'll build an OnlyPrimes program.
What does it do, you wonder?
Well, you set a maximum number, let's say 100, and it prints all the prime numbers up to 100 in the console.
If this sounds like fun to you, then you are part of this tribe. So, press play and let's have some fun with JavaScript! 🥳

06 - The Ultimate JavaScript Tutorial for Absolute Beginners | Nested Loops, +=, Only Primes In this lesson, we are going to introduce Nested Loops, or as I prefer to call them, "LoopCeptions"! 😁To practice with them, we'll start with some fun exer...

05 - The Ultimate JavaScript Tutorial for Absolute Beginners | For Loops, parseInt, Back Tick 29/02/2024

05 - The Ultimate JavaScript Tutorial for Absolute Beginners | For Loops, parseInt, Back Tick

In this lesson, we're going to practice more with For Loops by creating a Sum function.
We will explore what parseInt() does.
Discuss how to avoid information overload in programming.
We will build a Multiplication Table function.
And learn a new syntax for composing strings like seasoned JavaScript programmers!


05 - The Ultimate JavaScript Tutorial for Absolute Beginners | For Loops, parseInt, Back Tick In this lesson, we're going to practice more with For Loops by creating a Sum function.We will explore what parseInt() does.Discuss how to avoid information ...

04 - The Ultimate JavaScript Tutorial for Absolute Beginners | Modulo / For Loops 22/02/2024

The Fourth JavaScript lesson is Live!🥳

In this lesson, we are going to have a small test on what we've learned so far:
we will build a BMI Calculator.
We'll explore how to incorporate two different variables into a function and understand why shorter code doesn't necessarily mean better code.

Then, we will learn what the modulo operator is and how to use it.

Of course, we will also learn how to use basic for loops in JavaScript!

04 - The Ultimate JavaScript Tutorial for Absolute Beginners | Modulo / For Loops In this lesson, we are going to have a small test on what we've learned so far: we will build a BMI Calculator. We'll explore how to incorporate two differen...

03 - The Ultimate JavaScript Tutorial for Absolute Beginners | Const - new Date - if - prompts 15/02/2024

In this lesson, we will continue practicing with functions while learning about if statements.
We will introduce constants and explore new concepts such as prompts, returns, and alerts.
Towards the end of the lesson, we will finally learn how to dynamically retrieve the current day, month, and year using built-in JavaScript tools! 🥳

03 - The Ultimate JavaScript Tutorial for Absolute Beginners | Const - new Date - if - prompts Blog: https://codingwiththanos.com/javascript-tutoarial-for-beginners-2024/In this lesson, we will continue practicing with functions while learning about if...

02 - The Ultimate JavaScript Tutorial for Absolute Beginners | Functions & Basic Math in JS 08/02/2024

https://youtu.be/dZ1kD4yqJTg?si=F1RhbiyFTlymfiff

In this lesson, we're going to learn basic Math logic in JavaScript.
We will solve a classic Variables programming problem and explain the solution with real-life examples and graphics.
We will experiment with basic Functions and their syntax variations.
We will try out Math.round, Math.floor, Math.ceil, and discuss their differences.
We'll find out alternative ways of writing “X to the power of…” in JavaScript.
And as always, by the end of this lesson, you will have to solve a custom exercise by applying everything you’ve learned.

02 - The Ultimate JavaScript Tutorial for Absolute Beginners | Functions & Basic Math in JS Blog: https://codingwiththanos.com/javascript-tutoarial-for-beginners-2024/In this lesson, we're going to learn basic Math logic in JavaScript. We will solve...

01 - The Ultimate JavaScript Tutorial for Absolute Beginners | Variables, Strings, Console Log 01/02/2024

https://youtu.be/W2-Cu915xQs?si=NQmLycLSok8iMW4q
The first JavaScript lesson is LIVE! 🥳🥳🥳

On this lesson we are going to introduce JavaScript basics like,
Alerts, Console & console.log, let, the logic of Variables, different types of Variables.

We are going to use real life examples of when to use what we learn, what will be expected of you in a company, but also have some fun!

At the end of the lesson, you will have to do an exercise, where you ll have to apply everything we’ve learned on your own, and do some troubleshooting through errors!

01 - The Ultimate JavaScript Tutorial for Absolute Beginners | Variables, Strings, Console Log In this lesson, we are going to introduce the basics of JavaScript, such asAlerts, Console & console.log, 'let', the logic of variables, and different types ...

Vous voulez que votre école soit école la plus cotée à Democratic Republic of the ?

Cliquez ici pour réclamer votre Listage Commercial.

Adresse


Democratic Republic Of The