frontend ⌛︎ 5 min read DRY HTML or DRY CSS? ? Don't repeat yourself. Functionality should be written once & responsible for one thing; giving you reusable code blocks attaining DRY. Let's see how to achieve this in FrontEnd.
CSS ⌛︎ 4 min read List Styles Customisation List are building blocks of webpage but they serve a lot more than just list and you might need some customizations on how this list appears. Here is a guide to List Style Customizations
bootstrap ⌛︎ 2 min read Bootstrap Theme Resources Here are some resources for the bootstrap themes for landing pages, admin pages and blogging
JavaScript ⌛︎ 3 min read Cover full height of browser viewport with CSS & JavaScript Guide/Tutorial to cover full height of browser viewport with CSS and jQuery/JavaScript for HTML page having less or no content.