Wednesday, December 4, 2019
Javascript
Javascript documentation contribution compilation:
https://github.com/rwaldron/idiomatic.js
Thursday, November 28, 2019
Wednesday, November 27, 2019
Test Pattern in Accenture Applying for Associate Software Engineer
Test Pattern
Exams Coverage
Technical(questions based from glassdor) Interview Questions
Interview Questions
Negotiation
Negotiations were fluid fast and easy. Just tell them what you really feel and they will listen.
|
Monday, August 26, 2019
Benefits of Reading
Reading is scientifically proven to reduce stress. It's even more effective than drinking tea or taking a relaxing walk, and even reading for just six minutes can drastically reduce stress levels. If you often have trouble getting a good night's sleep, because you are too stressed, reading before bed can help alleviate this and lead to a more restful sleep.
Learn Sitecore(CMS)
Thursday, July 4, 2019
Learn CSS
CSS Syntax
selector { property : value; }
/****************Tag Selectors************/
h1{
color: red;
font-size: 200px;
}
img:hover {
background-color: gold;
}
/****************Class Selectors************/
.bacon{
background-color: red;
}
.broccoli{
background-color: red;
}
.circular{
border-radius: 100%;
}
/****************ID Selectors************/
#heading{
color: blue;
}
#big{
font-size: 1000px;
}
Coding ReferenceDeveloper.Mozilla.Org
Subscribe to:
Posts (Atom)