close

To Log in, you have to buy Subscription from us.
Contact: +8801755304499 (WhatsApp)

#programming

PoraLekha Academy
999 Views · 5 months ago

Angular tutorial for beginners: Learn Angular & TypeScript from scratch.

🚀 Ready to master Angular?
- Check out my full course: https://bit.ly/367j4nB
- Subscribe for more awesome content: https://bit.ly/38ijYjn

✋ Stay connected:
- Twitter: https://twitter.com/moshhamedani
- Facebook: https://www.facebook.com/programmingwithmosh/
- Instagram: https://www.instagram.com/codewithmosh.official/
- LinkedIn: https://www.linkedin.com/school/codewithmosh/


TABLE OF CONTENT

00:00 Introduction
02:54 What is Angular?
04:54 Architecture of Angular Apps
08:41 Setting Up the Development Environment
11:25 Your First Angular App
13:50 Structure of Angular Projects
20:43 Webpack
23:57 Angular Version History
27:31 Course Structure
31:55 TypeScript Fundamentals
32:34 What is TypeScript?
34:58 Your First TypeScript Program
37:57 Declaring Variables
42:46 Types
48:29 Type Assertions
51:15 Arrow Functions
52:59 Interfaces
56:54 Classes
01:01:22 Objects
01:05:31 Constructors
01:08:22 Access Modifiers
01:11:18 Access Modifiers in Constructor Parameters
01:12:58 Properties
01:18:15 Modules
01:23:22 Angular Fundamentals
01:23:41 Building Blocks of Angular Apps
01:27:22 Creating Components
01:37:00 Generating Components Using Angular CLI
01:41:40 Templates
01:44:08 Directives
01:47:34 Services
01:52:02 Dependency Injection
01:59:22 Generating Services Using Angular CLI
02:01:32 Exercise


#angular #webdevelopment #programming

PoraLekha Academy
983 Views · 5 months ago

🚨 IMPORTANT:

Learn CSS Today Course: https://courses.webdevsimplified.com/learn-css-today?utm_medium=video-description-no-mention&utm_source=youtube&utm_campaign=css-20-minutes

In this video we will cover everything you need to know to get up and running with CSS in only 20 minutes. We will cover CSS syntax, how to add CSS to your HTML, CSS colors, CSS units, the box model, and best practices for CSS walking through a full example of CSS being used to style an HTML page. By the end of this video you will know enough about CSS to style any basic web pages in your own projects!

Introduction to HTML Series:
https://www.youtube.com/watch?v=BvJYXl2ywUE&list=PLZlA0Gpn_vH8BoXcpCUvdmdPZFuR5y2lV&index=1

Twitter:
https://twitter.com/DevSimplified

GitHub:
https://github.com/WebDevSimplified


#css #webdevelopment #programming

PoraLekha Academy
746 Views · 5 months ago

Feeling hard to learn fundamental concepts of programming languages? Well, let me help. In this video, I'll be covering 5 basic of programming concepts for beginners that will help you get an easy grasp on your learning plan. These basic concepts of programming give you an outline of what, why & how of a language.

After watching this video, you'll be able to answer,
- What are fundamental concepts of programming
- What are the basic concepts of programming
- Basics of Programming for beginners
- How to learn any programming language
- Getting started with basic concepts of programming
- Important programming concepts for beginners

Like my content? Be sure to smash that like button and hit Subscribe to get the latest updates!

Let's get social!
https://twitter.com/brandlitic
https://www.instagram.com/brandlitic
https://www.facebook.com/brandlitic

#whiteboardprogramming #programming #basicsofprogramming #fundamental #concepts

PoraLekha Academy
733 Views · 5 months ago

Learn MySQL from scratch! 📚 This beginner-friendly tutorial covers SQL essentials for working with databases.

🚀 Want a complete MySQL deep dive?
- Check out my full course: http://bit.ly/2uAoPM3
- Subscribe for more awesome content: https://goo.gl/6PYaGF

✋ Want more? Follow me on:
- Twitter: https://twitter.com/moshhamedani
- Facebook: https://www.facebook.com/programmingwithmosh/
- Instagram: https://www.instagram.com/codewithmosh.official/
- LinkedIn: https://www.linkedin.com/school/codewithmosh/

📕 Get the FREE goodies:
- SQL cheat sheet: http://bit.ly/2JCO73l
- Scripts to create databases: https://bit.ly/3rvtqdO

📖 TABLE OF CONTENT
0:00:00 Introduction
0:01:02 What is SQL?
0:04:24 Cheat Sheet
0:04:50 Installing MySQL on Mac
0:09:48 Installing MySQL on Windows
0:15:08 Creating the Databases for this Course
0:23:40 The SELECT Statement
0:29:30 The SELECT Clause
0:38:18 The WHERE Clause
0:43:35 The AND, OR, and NOT Operators
0:51:38 The IN Operator
0:54:41 The BETWEEN Operator
0:56:53 The LIKE Operator
1:02:31 The REGEXP Operator
1:11:51 The IS NULL Operator
1:14:18 The ORDER BY Operator
1:21:23 The LIMIT Operator
1:24:50 Inner Joins
1:33:16 Joining Across Databases
1:36:03 Self Joins
1:40:17 Joining Multiple Tables
1:47:03 Compound Join Conditions
1:50:44 Implicit Join Syntax
1:53:04 Outer Joins
1:59:31 Outer Join Between Multiple Tables
2:05:50 Self Outer Joins
2:08:02 The USING Clause
2:13:25 Natural Joins
2:14:46 Cross Joins
2:18:01 Unions
2:26:29 Column Attributes
2:29:54 Inserting a Single Row
2:35:40 Inserting Multiple Rows
2:38:58 Inserting Hierarchical Rows
2:44:51 Creating a Copy of a Table
2:53:38 Updating a Single Row
2:57:33 Updating Multiple Rows
3:00:47 Using Subqueries in Updates
3:06:24 Deleting Rows
3:07:48 Restoring Course Databases

💡 Why Learn SQL?
- It's the standard language for working with databases.
- In-demand skill for developers, data scientists, and more.
- MySQL is popular, open-source, and easy to learn.

👉 This tutorial is perfect for you if:
- You're completely new to SQL.
- You want a practical, hands-on approach.
- You work (or want to work) with data.

#programming #coding