Breaking News

New Updates

Full stack web application 2023

Study Notes Platform Login

Daily Learning Tracker

Date Topic Remark Link
2024-11-13 inturduction links 12 tense

Deployement to AWS

Mega Web Development Course: Full stack web application 2023

Links for starting

examples

Django - Advanced

Mega Web Development Course: Full stack web application 2023

Links for starting

examples

django - Intermediate

Mega Web Development Course: Full stack web application 2023

Links for starting

examples

django - Beginer

Mega Web Development Course: Full stack web application 2023

Links for starting

examples

Python - Advance

Mega Web Development Course: Full stack web application 2023

Links for starting

examples

Python - Intermediate

Mega Web Development Course: Full stack web application 2023

Links for starting

examples

Python - Beginer

Mega Web Development Course: Full stack web application 2023

Links for starting

examples

JS - Advanced

Mega Web Development Course: Full stack web application 2023

Links for starting

examples

JS - DOM

Mega Web Development Course: Full stack web application 2023

Links for starting

examples

JS - Intermediate

Mega Web Development Course: Full stack web application 2023

Links for starting

examples

JS - Beginer

Mega Web Development Course: Full stack web application 2023

Links for starting

examples

image
    var learningTime = (39 + 18 + 10 + 51 + 27 + 69 + 31) / 7;

    if (learningTime > 30) {
        console.log(learningTime, "learningTime have. yes learning time is greater than 30");
    } // when true. | 35 learningTime have. yes learning time is greater than
    else {
        console.log(learningTime, "learningTime have. no learning time is less than 30");
    } //when false. | 35 learningTime have. no learning time is less than 30

Links for starting

examples

image
    var isWorking = true;

    if (isWorking === true) {
        console.log("You can't go to Birthday party");
    } else { console.log("You can go to Birthday party") }

Better answer

    var isWorking = false;

    if (isWorking) {
        console.log("I have to work to do. 😪");
    }
    if (!isWorking) { console.log("Lets go to the party!") }

Css - Advanced

Mega Web Development Course: Full stack web application 2023

Links for starting

examples

Css - Intermediate

Fevicone

create icon using web

favicon.io
    <link rel="icon" type="image/x-icon" href="/favicon.ico">

box model

examples

centering with margin

examples

Mesuring Unit

examples

Qiuz of practice -1

examples

Practice style with signup form and its solution

examples

Hower selecter

examples

Disply

examples

Centering of Block or inline elements

examples

Position

examples

Flexbox

examples

Flex container

examples

Practice - Use Flex box to improve nav bar

examples

Practice - Improve the intro

examples

Practice - Improve product section and card

examples

Flex item

examples

Qiuz of practice -1

examples

Html - Intermediate

Mega Web Development Course: Full stack web application 2023

Links for starting

examples

Html input form

Practise

image
print 'hello world!'<form action="">
        <label for="fullname">Full name:</label><br>
        <input type="text" id="fullname" placeholder="enter your full name"><br>

        <label for="email">Email:</label><br>
        <input type="email" id="email"><br>

        <label for="phone">Phone:</label><br>
        <input type="tel" id="phone"><br>

        <label for="gender">Gender:</label><br>
        <input type="radio" id="male" name="gender" value="male"><label for="male">male</label>
        <input type="radio" id="female" name="gender" value="female"><label for="female">female:</label><br>

        <label for="text">Date of Birth:</label><br>
        <input type="date"><br>

        <label for="text">Password:</label><br>
        <input type="password"><br>

        <label for="text">State</label><br>
        <select name="state" id="state">
            <option value="kl">Kerala</option>
            <option value="tm">Tamil Nadu</option>
            <option value="ka">Karnataka</option>
            <option value="ap">Andhra Pradesh</option>

        </select><br>

        <label for="file">Profile image:</label><br>
        <input type="file"><br>

        <label for="text">Address:</label><br>
        <textarea name="" id="" cols="30" rows="10"></textarea><br>
        <input type="checkbox"><label for="checkbox">I agree to the <a href="#">terms and conditions</a>.</label><br>

        <button>Submit</button>
    </form>

Css - Beginner

Mega Web Development Course: Full stack web application 2023

Udemy
drive:
youtube:
thanks:1
thanks:2

Join the discord discord group

Links for starting

examples

The list of the required software and extensions for the course:


1. VS code

Click here to view the download page


2. HTML auto rename tag

Click here to view the extension


3. Jupyter

Click here to view the extension


4. Python

Click here to view the extension


5. Pylance

Click here to view the extension


6. isort

Click here to view the extension


7. Django

Click here to view the extension


Join the discord discord group

HTML - Beginner

examples

Lorem ipsum dolor sit amet consectetur adipisicing elit. Incidunt ipsa quia officiis accusamus, at magni repellendus, consequatur soluta ipsum necessitatibus ad. Exercitationem maxime, fugiat quaerat tenetur iure doloribus qui vel.

Keywords

Introduction

Mega Web Development Course: Full stack web application 2023

Udemy
drive:
youtube:
thanks:1
thanks:2

Join the discord discord group

Links for starting

examples

The list of the required software and extensions for the course:


1. VS code

Click here to view the download page


2. HTML auto rename tag

Click here to view the extension


3. Jupyter

Click here to view the extension


4. Python

Click here to view the extension


5. Pylance

Click here to view the extension


6. isort

Click here to view the extension


7. Django

Click here to view the extension


Join the discord discord group

No comments