I have been learning web development since last few months. I tried to create few simple apps using vannila js. But I am still not comfortable with implementing ideas in projects with JavaScript. So Share some mini project ideas that I can build using vannila js. Also share what resources to use.
I read these blogs recently. Its about placement interviews, resume making, coding and learning roadmaps.
-
How to write great resume for software engineers https://www.freecodecamp.org/news/how-to-write-a-great-resume-for-software-engineers-75d514dd8322/
-
How to land an interview https://www.freecodecamp.org/news/how-to-get-an-interview-with-top-tech-companies-c27f18e9d157/amp/?__twitter_impression=true
-
The complete guide to personal branding
#Heading 1 ##Heading 2 ###Heading 3 ####Heading 4 #####Heading 5 ######Heading 6
Paragraph
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I have div element in html file | |
<div id="team"> | |
</div> | |
and the script file has following contents | |
let divElement=document.getElementById('#team'); | |
const teammates = [ |
gbcv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Document</title> | |
<link rel="stylesheet" href="style.css"> | |
<link rel="stylesheet" | |
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body{ | |
font-family:segoe ui; | |
background-color: #7733ff; | |
margin:0px; | |
padding:0px; | |
} | |
.main-container{ | |
max-width:700px; | |
margin:auto; |
'The best thing about a boolean is even if you are wrong, you are only off by a bit. (Anonymous)',
'Without requirements or design, programming is the art of adding bugs to an empty text file. (Louis Srygley)',
'Before software can be reusable it first has to be usable. (Ralph Johnson)',
'The best method for accelerating a computer is the one that boosts it by 9.8 m/s2. (Anonymous)',
'I think Microsoft named .Net so it wouldn’t show up in a Unix directory listing. (Oktal)',
'If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization. (Gerald Weinberg)',
'There are two ways to write error-free programs; only the third one works. (Alan J. Perlis)',
'Ready, fire, aim: the fast approach to software development. Ready, aim, aim, aim, aim: the slow approach to software development. (Anonymous)',
'It’s not a bug – it’s an undocumented feature. (Anonymous)',
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
images |
OlderNewer