©2021 Reporters Post24. All Rights Reserved.
Intro to programming
What even is programming? Well, it’s a way to instruct your machine to do things for you. By running statements, you can things like creating a web a page, a simple script or why not a computer game. The possibilities are endless. You do need some kind of text editor to type it all in, we provide that to in this first module.
Accessibility on the Web
Not everyone has perfect eyesight or see the colors you do or can even see at all. As a developer you need to realize that when you build programs, you should include everyone. There are specific tags and approaches you can use to make your app usable by anyone, regardless of disability. Be inclusive and build better apps.
JavaScript variables and data types
One of the most popular programming languages right now is JavaScript. JavaScript can be used in the browser to create an interactive experience, but it can also be used on the backend to create APIs, application that can talk to other services and even databases. Learn how to think in programming by being introduced to the concept of variables and data types.
Functions
When you start out, you might have all your code statements in one file. But there is a way to organize your code so it can be made more readable but also reusable. What you can do is to create named areas, functions, which can be called whenever you need them to carry out a task for you.
Decisions with IF/ELSE
Your code can execute differently depending on the values of different variables or some other condition. Having that flexibility makes your application useful in many different scenarios. Learn about IF, ELSE and much more.
Arrays and loops
Sometimes your data takes on the form of a list. Imagining a recipe, or an ice cream menu or why not a receipt of things. Lists make it possible to store more than one thing and there are constructs that make it possible to operate on lists and get what you need from them such as their sum, or maybe the highest value and so on.
Systematic Order for Learning Web Development:
- HTML and CSS
- Javascript
- Responsive web design
- SQL
- Server side programming language –
C# or Java
- Web framework –
Asp.net Core or NodeJs
- REST API –
.Net Core or NodeJs
- Add some SEO to your web app
- Hosting your web app to free server –
Github
- Connect your server to custom Domain
- Host your web app to Cloud –
Azure
- Share your project in
Github
and add it in your Resume. - Connect and share in
Linkedin
and Apply for Jobs.
If @Microsoft can create more Systematic Order for Learning using Text based tutorials like Microsoft Learn, then beginners will be guided in right path instead lot of confusions and time consumption.