Skip to content

Instantly share code, notes, and snippets.

View rutikwankhade's full-sized avatar
relearning

Rutik Wankhade rutikwankhade

relearning
View GitHub Profile
@rutikwankhade
rutikwankhade / project-ideas-and-resources.md
Last active November 10, 2019 12:40
Share Project ideas and resources for vannila js

Project ideas and resources for vannila js

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.

@rutikwankhade
rutikwankhade / blogs.md
Last active April 5, 2020 22:33
These are few blogs I read recently, these might help you.
@rutikwankhade
rutikwankhade / readme.md
Created November 10, 2019 11:52 — forked from benstr/readme.md
Gist Markdown Cheatsheet

#Heading 1 ##Heading 2 ###Heading 3 ####Heading 4 #####Heading 5 ######Heading 6


Paragraph

@rutikwankhade
rutikwankhade / gist:c265841baff925775c174dbfe06318d6
Last active February 14, 2020 07:49
hey guys I need some help
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

<!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">
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)',