How To Master Frontend Development | Get a Job in 2024

Levi Okoye
26 Sept 202410:45

Summary

TLDRThis video emphasizes that mastering HTML, CSS, and JavaScript alone isn't enough to land a front-end developer job. It highlights the importance of learning additional skills like APIs, version control, and collaboration tools, while also diving into advanced front-end frameworks like React, Angular, and Vue.js. The video covers testing, deployment, and commonly used tools such as Redux and Tailwind CSS. The creator provides an actionable guide, curated tutorials, and stresses the importance of continuous practice and learning, while promoting collaboration using platforms like Bitrix24.

Takeaways

  • 😀 HTML, CSS, and JavaScript alone do not make you a front-end developer; other technical and non-technical skills are needed to be hirable.
  • 🔧 Mastering HTML and CSS is crucial, especially CSS, as it's the core of every website's structure and styling.
  • 🛠️ JavaScript is essential for adding functionality to websites, and understanding programming fundamentals through JavaScript is key.
  • 🔗 APIs play a vital role in front-end development by enabling communication between systems. Understanding how to integrate APIs securely is important.
  • 💻 Version control, especially Git, is critical for collaboration and managing code changes within teams.
  • 🏗️ Learning JavaScript frameworks (e.g., React, Angular, Vue.js) is necessary as most companies use them for front-end development.
  • ⚙️ Redux, Tailwind, Bootstrap, and Axios are tools frequently used by front-end developers and should be part of your toolkit.
  • 🧪 Testing your code using libraries like Jest, Cypress, and Lighthouse ensures functionality, performance, and accessibility before deployment.
  • 🚀 Deployment processes vary based on the technology, but familiarity with platforms like Vercel and Netlify is beneficial.
  • 🕒 Learning and perfecting these skills takes time and consistent practice, so focus on building projects to solidify your understanding.

Q & A

  • What are the core technologies needed for front-end development according to the video?

    -The core technologies needed for front-end development are HTML, CSS, and JavaScript. HTML is used for structuring web pages, CSS for styling, and JavaScript for adding functionality.

  • Why is mastering CSS especially important for front-end developers?

    -Mastering CSS is important because it allows developers to control the style and layout of web pages. While frameworks like Tailwind and Bootstrap can handle CSS stylings, understanding the underlying principles of CSS is crucial for tweaking and customizing those frameworks when necessary.

  • How does JavaScript contribute to front-end development?

    -JavaScript adds functionality to web pages, allowing developers to create interactive and dynamic content. It’s also essential for understanding the fundamentals of programming, such as loops, condition statements, and control flows.

  • What role do APIs play in front-end development?

    -APIs act as messengers that allow different programs or systems to communicate and share data. Front-end developers use APIs to fetch and display data from services or backends, making it an essential skill to understand API calls, HTTP headers, authentication, and authorization.

  • What is version control, and why is it important for front-end developers?

    -Version control, like Git, tracks changes to code over time, allowing multiple developers to collaborate on a project, revert changes, and maintain a history of edits. It's crucial for managing team collaboration and preventing code conflicts.

  • Why is learning a JavaScript framework necessary for front-end developers?

    -Learning a JavaScript framework is necessary because no modern company builds its front-end using just HTML, CSS, and JavaScript. Frameworks like React, Angular, and Vue are commonly used in the industry to streamline and enhance development processes.

  • What are some popular front-end tools mentioned in the video, and what do they do?

    -Popular front-end tools include Redux (for state management), Tailwind and Bootstrap (for CSS styling), and Axios (for making HTTP requests). These tools help developers manage application states, style web pages, and interact with APIs.

  • What types of testing should front-end developers be familiar with?

    -Front-end developers should be familiar with unit testing, integration testing, end-to-end testing, visual testing, accessibility testing, and performance testing. Libraries like Jest, Cypress, and Lighthouse are commonly used for these testing operations.

  • What deployment services are commonly used for front-end projects?

    -Common deployment services for front-end projects include Vercel and Netlify. These platforms simplify the process of deploying and hosting front-end applications.

  • How long does the video suggest it might take to master front-end development skills?

    -The video suggests that mastering front-end development skills may take months or even years of consistent learning and practice. It emphasizes the importance of taking time to thoroughly understand each concept and continuously building projects.

Outlines

00:00

📢 The Misconception About HTML, CSS, and JavaScript

In this section, the speaker emphasizes that learning only HTML, CSS, and JavaScript is insufficient to become a front-end developer. While these are fundamental technologies, companies expect more skills for modern front-end roles. The speaker highlights the importance of gaining additional technical and non-technical skills to stand out in a competitive job market. Simply knowing the basics won’t secure a job, and there are numerous critical skills to learn, which will be covered in the video.

05:00

📚 Mastering HTML and CSS: The Foundation of Web Development

Here, the speaker dives deeper into the importance of mastering HTML and CSS, especially CSS. HTML structures web pages, and CSS styles them, forming the backbone of all websites. Mastery of these is crucial for any front-end developer, regardless of the availability of CSS libraries and frameworks like Tailwind or Bootstrap. The speaker stresses the need to understand how these libraries work under the hood, as knowing this will make developers adaptable and capable of handling real-world scenarios in their jobs.

10:01

🚗 JavaScript: The Engine of Web Functionality

JavaScript adds interactivity and functionality to web pages, acting as the engine of web development. The speaker explains that 98.7% of websites rely on JavaScript, making it essential for developers. Alongside JavaScript, developers learn programming fundamentals such as loops, conditions, and data types. The speaker also touches on the importance of understanding APIs, which allow communication between different systems, a crucial skill for front-end developers when working with services like backends, weather APIs, and more.

🛠️ Version Control: A Key to Collaboration

The speaker introduces the concept of version control, specifically Git, as a critical skill for developers. Version control helps track changes in code, allows collaboration, and prevents loss of work. Git is widely used in the industry, and knowing it is essential for any developer. The speaker underscores that no matter how skilled a developer is, not understanding Git can be a deal breaker. It’s important for managing collaboration in teams where many developers work on the same project.

👥 Collaboration with Bitrix24

Collaboration is vital in large development teams, and Bitrix24 is introduced as a comprehensive tool to help teams manage tasks, share documents, and collaborate efficiently. The speaker explains how this platform allows for task assignment, project management, and communication within teams through features like chat and video calls. It streamlines the development process and ensures smooth collaboration, making it an essential tool for developers working in teams.

🔧 Beyond the Basics: Frameworks and Tools

Moving beyond HTML, CSS, and JavaScript, the speaker stresses the necessity of learning modern JavaScript frameworks like React, Angular, or Vue.js, which are used by major companies. The importance of choosing a framework based on job market demands is highlighted. Additionally, the speaker discusses common front-end tools like Redux for state management, Tailwind and Bootstrap for CSS, and Axios for HTTP requests. Mastering these tools and libraries is essential for staying competitive in the job market.

🧪 Testing and Deployment: Ensuring Quality and Efficiency

Testing is a critical part of front-end development. The speaker lists various types of testing such as unit testing, integration testing, and performance testing. They recommend three essential JavaScript testing libraries—Jest, Cypress, and Lighthouse—and emphasize the importance of mastering these tools to ensure the quality of code before deployment. The speaker also mentions the importance of learning deployment processes and familiarizing oneself with popular hosting services like Vercel and Netlify.

🏁 Final Thoughts and Learning Resources

In the final section, the speaker encourages viewers not to rush through the learning process, acknowledging that mastering front-end development takes time and consistent practice. They provide curated learning resources, available for free on YouTube, to help guide developers through the necessary skills. Additionally, the speaker emphasizes the importance of continuous learning and building projects to solidify knowledge.

👍 Engage with the Community

The speaker ends by encouraging viewers to engage with the content, asking them to like and subscribe to the channel if they found the video helpful. They also invite viewers to follow them on Instagram and TikTok for additional programming content and tutorials, promising more valuable insights through those platforms.

Mindmap

Keywords

💡HTML and CSS

HTML (HyperText Markup Language) and CSS (Cascading Style Sheets) are foundational technologies for web development. HTML defines the structure of a web page, while CSS controls its styling and layout. The video emphasizes that mastering both is essential for front-end developers, as they are at the core of every website. Even with modern frameworks, developers must understand these basic technologies to succeed.

💡JavaScript

JavaScript is a programming language that adds interactivity and functionality to web pages. In the video, JavaScript is compared to the 'engine' of a car, powering the dynamic features of websites. The speaker highlights the importance of understanding JavaScript and its fundamentals, as it is used in almost every web application and is key to front-end development.

💡API

An API (Application Programming Interface) allows different software systems to communicate and share data. The video explains that front-end developers frequently interact with APIs, making it essential to understand how to fetch data, handle responses, and display it on the web. Knowledge of concepts like HTTP headers, authentication, and JSON is also critical for integrating APIs securely.

💡Version Control

Version control systems, like Git, track and manage changes to code over time. The video emphasizes that understanding version control is crucial for collaborating with other developers and avoiding mistakes during development. Git is widely used in the industry, and proficiency with it is a requirement for any front-end developer.

💡JavaScript Frameworks

JavaScript frameworks, such as React, Angular, and Vue.js, help developers build complex web applications efficiently. The video stresses that companies no longer rely solely on HTML, CSS, and JavaScript. Instead, they use these frameworks to streamline development. The speaker advises learners to choose a framework based on job market demand and become proficient in it.

💡State Management

State management refers to handling the data and state of a web application. The video mentions Redux as an example, a popular state management tool that centralizes and manages the application's state, making it easier to update and retrieve data. State management is vital for large-scale front-end applications where consistent data flow is necessary.

💡Testing

Testing ensures that web applications work as expected before they are deployed. The video discusses various types of testing, such as unit testing, integration testing, and performance testing. It also mentions JavaScript testing libraries like Jest, Cypress, and Lighthouse, which help front-end developers validate their code's functionality and performance.

💡Deployment

Deployment is the process of making a web application publicly accessible. The video highlights that different technologies and hosting services, like Vercel and Netlify, can be used for deployment. Familiarity with the deployment process is crucial for front-end developers, as it ensures the applications they build can be easily launched and maintained.

💡Collaboration

Collaboration is a key skill in front-end development, especially in larger teams or companies. The video explains how developers must work together, often using tools like Git for version control and platforms like Bitrix24 for task management and communication. Effective collaboration ensures that teams can develop complex projects efficiently and without conflicts.

💡Frontend Tools

Frontend tools, such as Tailwind, Bootstrap, Axios, and CSS libraries like ShadCN and Magic UI, are essential for speeding up development. The video discusses how these tools simplify tasks such as styling (Tailwind, Bootstrap) or making HTTP requests (Axios), helping developers build applications more efficiently. Familiarity with these tools is important for staying competitive in the job market.

Highlights

Learning HTML, CSS, and JavaScript alone does not make you a front-end developer; more skills are required to land a front-end role.

HTML and CSS are the core of every website, and mastering them—especially CSS—is crucial for front-end development.

Understanding how frameworks and libraries like Tailwind, Bootstrap, and Magic UI work under the hood is essential for job success.

JavaScript is fundamental to adding functionality to web pages, making it essential for modern front-end development.

JavaScript helps developers learn programming fundamentals, such as loops, condition statements, and data types.

APIs allow different systems to communicate, and front-end developers must know how to integrate and manage APIs securely.

Understanding HTTP headers, authentication, JWT tokens, and JSON objects is key to managing API interactions.

Version control with Git is a critical skill for managing code changes and collaboration in large teams.

Companies do not build their front-ends with just HTML, CSS, and JavaScript; frameworks like React, Angular, and Vue are used.

Redux is a widely used state management system in front-end applications, and understanding its use is important.

Tools like Tailwind, Bootstrap, and Axios simplify development and are widely used in the industry.

Testing your code is crucial before pushing it to production, and learning tools like Jest, Cypress, and Lighthouse is recommended.

Understanding deployment processes and services like Vercel and Netlify helps streamline app releases.

Collaboration tools like Bitrix24 make team collaboration easier, offering features for version control, task management, and communication.

Continuous learning and practice are critical for mastering front-end development skills over time.

Transcripts

play00:00

listen I'm just going to let you know

play00:01

this straight out that learning HTML CSS

play00:03

and JavaScript alone does not make you a

play00:05

front end developer and that my friend

play00:08

will not lend you a frontend developer

play00:10

role think about this there's literally

play00:11

no company out there that still develops

play00:13

their products using hcml CSS and

play00:16

JavaScript alone there are other

play00:17

important Technical and slightly

play00:19

non-technical skills that you need to

play00:20

learn to be hirable as a front end

play00:22

developer in today's technology age and

play00:24

Market there are literally so many

play00:26

frontend Developer jobs out there

play00:28

everyone is applying but only people

play00:30

that have the right set of skills are

play00:31

getting those jobs no one wakes up on

play00:33

money and decides that they want to go

play00:34

learn react and decide to go apply for

play00:36

jobs after that you guys are missing the

play00:38

big picture there are so many important

play00:40

skills you need to learn and understand

play00:42

before applying for front-end jobs and

play00:44

that's what we're going to be looking at

play00:45

in today's video I'm going to walk you

play00:47

through an actionable guide that is

play00:48

going to help you learn the skills you

play00:50

need to become hirable as a front-end

play00:51

developer I will also be recommending

play00:53

tutorials at the end of this video These

play00:55

tutorials are what help me and will

play00:57

definitely help you learn and understand

play00:58

everything I'm going to be talking about

play01:00

in this video let's get into

play01:03

[Music]

play01:04

it the first thing you're going to need

play01:06

to do is of course Lear HTML and CSS I

play01:09

know that this might seem very obvious

play01:11

but I don't just mean learn HTML and CSS

play01:13

I mean learn and master HTML and CSS

play01:17

especially CSS you're going to use HTML

play01:20

to develop the structure of your web

play01:21

page and CSS to style it those two

play01:24

things as simple as they sound at the

play01:26

base of every single website on the web

play01:28

and that is why you need to take your

play01:29

time time and learn it properly the core

play01:31

of what you're going to be doing as a

play01:32

front-end developer at meta Google

play01:35

Amazon or literally any company is CSS

play01:38

you need to understand how to manipulate

play01:40

a website style using pling CSS honestly

play01:43

I've seen so many developers that hate

play01:45

CSS but still want to become frontend

play01:47

developers like it doesn't work that way

play01:49

yes I know there are Frameworks and

play01:51

libraries that handle CSS stylings for

play01:52

you there is St wind there's Bush trrap

play01:55

there is shad CN and there's magic UI

play01:57

those are all great libraries and you'll

play01:58

definitely use them on the job as a

play02:00

front end developer but the key question

play02:01

is do you know how those Styles and how

play02:04

those animations work under the hood at

play02:05

your jobs there are going to be days

play02:07

where you need to twe one of those

play02:08

libraries to fit the need of the job

play02:10

you're are assigned and if you don't

play02:11

know how those Styles or how those

play02:13

animations work under the hood you won't

play02:15

be able to do that if you guys don't

play02:16

take anything from this video the one

play02:18

thing you guys should hear and

play02:19

understand is that HTML and CSS is the

play02:22

core of everything and it is very

play02:24

important and you literally cannot

play02:25

Escape it next thing is Javascript just

play02:28

like I mentioned HTML and CSS structures

play02:31

and styles your page well JavaScript

play02:33

adds the functionality to those pages

play02:35

imagine you're building a car HTML is

play02:37

the metal frame or the body of the car

play02:39

and CSS is the paint job then JavaScript

play02:42

is now the engine knowing and

play02:44

understanding JavaScript is kind of a

play02:45

must because 98.7% of the web runs and

play02:48

uses JavaScript when you're learning

play02:50

JavaScript you're also going to learn

play02:52

the fundamentals of programming and when

play02:54

I say the fundamentals I mean your Loops

play02:56

condition statements data types

play02:58

operators control flows and many more

play03:00

these concepts are called the

play03:01

fundamentals because they're Universal

play03:03

to any programming language you're going

play03:04

to learn and that is why it is very

play03:06

crucial for you to understand JavaScript

play03:08

and also understand the fundamentals of

play03:10

programming but honestly you don't have

play03:12

to worry about watching a separate video

play03:14

for the fundamentals of programming

play03:15

because if you're watching any beginner

play03:17

friendly JavaScript tutorial they will

play03:19

always walk you guys through the

play03:20

fundamentals of programming which are

play03:22

those Concepts I just talked about and

play03:24

also very importantly you're going to

play03:25

need to understand how API works and I'm

play03:27

going to link a video in the description

play03:29

that properly explains what an API is

play03:31

but in summary an API is like a

play03:32

messenger that lets two different

play03:34

programs or systems talk to each other

play03:36

and share data or functionality an

play03:38

example of programs or systems would be

play03:39

your front-end code or a Weather Service

play03:41

or your applications backend and one of

play03:43

your major jobs as a front-end developer

play03:45

is to make API calls reaching out to

play03:46

those programs or Services which is

play03:48

typically the code the backend guys

play03:50

develop they develop the API and they

play03:52

expose an endpoint to you guys and an

play03:54

endpoint is simply a URL and it's your

play03:56

job to hit that specific endpoint or URL

play03:59

get the data understand the data and

play04:02

display it on the screen being able to

play04:03

properly and securely integrate an API

play04:05

into an app is a very crucial skill as a

play04:07

front end developer there are so many

play04:09

features like payment authentication

play04:11

real-time communication maps that

play04:13

require connecting to either an internal

play04:15

or external service via apis and for you

play04:17

to be able to successfully do all these

play04:19

you need to understand HTTP headers

play04:21

authorization authentication JWT tokens

play04:24

Json object and many more and again I'm

play04:26

going to leave a video in the

play04:27

description that explains this properly

play04:29

next is Version Control at this point

play04:31

you should have gotten your feet wet a

play04:32

little bit and you should have built a

play04:34

couple projects and now it's time for

play04:35

you to understand how version control

play04:37

works Version Control is a system that

play04:39

tracks and manages changes to code files

play04:41

or projects over time it allows multiple

play04:43

people to collaborate and also revert to

play04:45

previous version of the code in case

play04:47

something is broken and also keeps a

play04:49

history of the edits made to a project

play04:50

ensuring that nobody's work is lost

play04:52

overwritten an example of Version

play04:54

Control Systems that is widely used in

play04:56

the industry is git almost every

play04:58

software company uses G to keep track of

play05:00

their code so it's essential for you to

play05:02

know how to use it you see it's the

play05:04

little things like this that actually

play05:05

matter you might be the best frontend

play05:07

developer the best programmer but not

play05:09

knowing how to use something as simple

play05:11

as Gat can be an instant deal breaker

play05:14

collaboration is key when it comes to

play05:15

working at large organizations and there

play05:17

are so many developers working on the

play05:18

same code base at the same time pushing

play05:20

changes pulling changes and gate is

play05:23

literally the brain behind all that to

play05:24

make sure nothing gets up and if

play05:26

you plan to work as a frontend developer

play05:28

then you need to understand how all that

play05:29

Works speaking of collaboration one of

play05:31

the major things you are going to be

play05:32

doing as a front-end developer is

play05:34

collaborating with other developers to

play05:36

work on the project and betrix 24 is the

play05:38

perfect tool for collaboration bitrix 24

play05:40

is the tool being used by top tech

play05:42

companies to help their employees

play05:43

collaborate efficiently and effectively

play05:45

bitrix24 is an all-in-one platform that

play05:48

helps front end developers manage their

play05:49

task collaborates with teams and also

play05:51

keep track of client requirements all in

play05:54

one platform it comes packed with

play05:56

features like task management Version

play05:57

Control and document sharing that stream

play05:59

Lin the front end development process so

play06:01

let's say I have a team of developers

play06:03

working on my latest product scribbl I

play06:05

can invite those developers to my team

play06:07

on bitrix24 once they accept I can

play06:09

assign them to a project and create

play06:11

tasks for that project and assign those

play06:13

tasks to any members of the team and

play06:15

this is where they literally took

play06:17

collaboration to the next level you can

play06:18

directly have a video call with all the

play06:20

members involved in a particular task

play06:22

all with a click of a button without

play06:25

disturbing the rest of the team and you

play06:26

know this tool is very handy when it

play06:28

comes to sharing quick updates to the

play06:29

people involved with a specific task

play06:31

there's also a chat feature where you

play06:32

can communicate share files and also do

play06:34

many more bx24 is literally an only one

play06:37

platform that can improve your team's

play06:38

collaboration go ahead and click the

play06:40

link in the description to create a free

play06:42

BRX 24 account once you've gotten a hold

play06:45

of HTML CSS JavaScript and git you've

play06:48

taken care of your Basics and it's time

play06:50

to move on to more Advanced Technologies

play06:52

like JavaScript Frameworks like I said

play06:53

earlier there's literally no company

play06:55

that develops their front end using just

play06:57

HTML and CSS and that is why I said in

play07:00

the beginning of this video that

play07:01

learning HTML and CSS alone won't land

play07:03

you a job every company out there uses

play07:05

some kind of framework on their front

play07:07

end Google uses angular Facebook uses

play07:09

react Amazon primarily uses react and a

play07:12

mix of other front end Frameworks as

play07:14

well alib Baba uses VJs as part of their

play07:16

front end stack Squarespace uses sjs as

play07:19

part of their stack none of these

play07:21

companies use hcml and CSS to develop

play07:23

their front end they all use some kind

play07:25

of framework and that is why you need to

play07:27

pick a framework and learn it thoroughly

play07:29

I honestly can't recommend one

play07:31

particular framework for you every

play07:32

framework has its pros and also has its

play07:34

cons just be strategic and also look at

play07:36

the job market before selecting a

play07:38

framework to learn look at what's in

play07:39

demand in the job market and just learn

play07:41

it if you're looking for a road map to

play07:43

learn a specific framework I definitely

play07:45

recommend you to check out road map. sh

play07:47

they have a well deted road map for

play07:49

every framework in addition to learning

play07:50

a front-end framework there are also

play07:52

some other front-end tools that are

play07:53

commonly used in the front end

play07:54

development industry tools like Redux

play07:57

Tailwind bootstrap ation Shar CN or

play08:00

magic UI Redux is simply a centralized

play08:03

State management system for your

play08:04

front-end applications it lets you

play08:06

update a state and also gets data from a

play08:08

state from any components within your

play08:09

application if you haven't checked it

play08:10

out definitely check out Redux tailwind

play08:12

and boostrap are basically CSS libraries

play08:14

that consist of predefined classes axos

play08:17

is a JavaScript library that simplifies

play08:18

making HTTP request you can also use the

play08:21

inbu JavaScript fetch function that is

play08:23

what I've been using honestly but I've

play08:25

also leared that axos is actually the

play08:27

industry standard shad xen and Magic UI

play08:29

are also CSS libraries but they deal

play08:31

with predefined UI components like

play08:33

buttons card forms and so many more now

play08:35

the last two things I'm going to be

play08:37

talking about are testing and deployment

play08:39

as a frontend developer you'll always be

play08:41

required to test your code and there are

play08:43

a bunch of different tests that needs to

play08:44

be done before an application is made

play08:46

public or pushed into production

play08:48

examples are unit testing integration

play08:51

testing endtoend testing visual testing

play08:54

accessibility testing and also

play08:56

performance testing but from my

play08:58

experience there are only three

play08:59

JavaScript testing libraries that you

play09:01

need to learn to perform all the testing

play09:03

operations I just listed and that is

play09:05

just Cypress and Lighthouse I'm going to

play09:08

link tutorials to those testing

play09:09

libraries in the description as well

play09:11

when it comes to deployment it honestly

play09:12

depends on what you're working on and

play09:14

what you're working with the deployment

play09:16

process is going to be different but

play09:18

just make sure you familiarize yourself

play09:19

with whatever deployment process is used

play09:22

for the technology or language you're

play09:23

working with but it's also good to know

play09:25

how to use some commonly used hosting

play09:26

services like versel and netlify but

play09:29

yeah guys like I promised I've curated

play09:30

and listed some of the best tutorials

play09:32

that are going to teach you everything I

play09:34

just talked about they're all free and

play09:35

they're all available here on YouTube my

play09:37

advice is going to be don't rush the

play09:39

learning process everything we just

play09:41

talked about in this video learning it

play09:43

and perfecting it will take you months

play09:45

or even years of consistent learning and

play09:47

practice but just take your time and

play09:49

learn everything we just talked about in

play09:51

this video using the free resources I've

play09:53

provided in the description and also

play09:55

prioritize practicing just make sure

play09:57

you're always building something after

play09:58

you've learned a specif specific

play09:59

technology it's going to help you

play10:00

solidify your understanding of that

play10:02

thing let me know if you guys have any

play10:03

questions in the comment section and I'm

play10:05

going to do my best to respond to every

play10:07

single one of them guys if you found

play10:08

this helpful please don't forget to give

play10:10

it a like subscribe to the channel it

play10:12

helps YouTube recommend this to other

play10:13

developers as well and also if you're

play10:15

into Instagram follow me on Instagram at

play10:17

Levi

play10:18

dodore to watch some of my programming

play10:20

videos on Instagram I do make some

play10:22

really interesting programming videos on

play10:24

Instagram and Tik Tok so if you're

play10:25

interested follow me on either Tik Tok

play10:27

or Instagram at Levi dodev uncore uncore

play10:30

I promise you're going to learn

play10:31

something from my Instagram thank you

play10:32

guys for watching and I will see you in

play10:34

my next video

Rate This

5.0 / 5 (0 votes)

関連タグ
Frontend DevelopmentHTML CSSJavaScriptAPIsVersion ControlTestingGitFrameworksWeb DesignCareer Tips
英語で要約が必要ですか?