Coding with Thanos

Coding with Thanos {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

passion for code and design. With over 15 years of experience in the design field and an adept understanding of the Adobe Creative Suite, I aim to blend coding tutorials with aesthetics and creativity. My channel is all about sharing experiences from my journey, where I always aimed to add that extra bit of spice to every project. It's about learning and retaining, enhancing your presentations through design & code, and understanding the balance between functionality and aesthetics. But, most importantly, it's about the joy of learning and creating. Web development can sometimes seem like an endless maze. That's why I am here – to help you navigate through the information overload. With simple design tips & tricks, I aim to make you excited about your projects and proud of your achievements. Plus, I'll also discuss design and color theory in my tutorials, enabling you to bring your personal projects to life. All my tutorials are carefully curated to make them engaging and enjoyable. Together, we will create exciting projects from scratch using HTML, CSS, JavaScript, React, and beyond. Not only this, I'll guide you in optimizing your projects to be responsive and mobile-ready, allowing them to display flawlessly across all screen sizes. The knowledge gained here will become an invaluable asset for all your future endeavors. So, subscribe to Coding with Thanos today. Let's embark on this remarkable journey where we learn, create, and transform our coding dreams into reality. Together, we'll make learning fun and projects phenomenal!

https://youtu.be/knA7loFJNb4?si=b53XJv6XvfSGu13EUnlock the full potential of your website with my latest tutorial on Goo...
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: https://marketingplatform.google.com/about/analytics/GoogleSearch Console: https://search.google.com/search-console/aboutFacebook Debugger:...

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

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

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

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

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

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

https://youtu.be/UOX9oIUAkSk?si=V-IjBJnIMqrYWGL3In this lesson we are going to learn how to reverse arrays.How to sum al...
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.

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...

In this lesson, we are going to introduce the fundamentals of Arrays. We will learn how to sort and slice arrays, as wel...
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.

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....

https://youtu.be/cal60Cfiyjw?si=Bs-aKOc3GrB6q0GcIn this lesson, we are going to introduce Nested Loops, or as I prefer t...
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! 🥳

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 TickIn this lesson, we're going...
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!


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 ...

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 ...
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!

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...

In this lesson, we will continue practicing with functions while learning about if statements. We will introduce constan...
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! 🥳

Blog: https://codingwiththanos.com/javascript-tutoarial-for-beginners-2024/In this lesson, we will continue practicing with functions while learning about if...

https://youtu.be/dZ1kD4yqJTg?si=F1RhbiyFTlymfiffIn this lesson, we're going to learn basic Math logic in JavaScript. We ...
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.

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...

https://youtu.be/W2-Cu915xQs?si=NQmLycLSok8iMW4qThe first JavaScript lesson is LIVE! 🥳🥳🥳On this lesson we are going to i...
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!

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 ...

Adresse

Democratic Republic Of The

Notifications

Soyez le premier à savoir et laissez-nous vous envoyer un courriel lorsque Coding with Thanos publie des nouvelles et des promotions. Votre adresse e-mail ne sera pas utilisée à d'autres fins, et vous pouvez vous désabonner à tout moment.

Contacter L'entreprise

Envoyer un message à Coding with Thanos:

Partager