Good Bootstrap practices

programming language

Bootstrap is a CSS(Cascading Style Sheets) library developed by Twitter that lets you create responsive websites with easy to understand naming convention and well-designed grid system. It has gained popularity due to its easy of use and pre-processor support, here are some good practices that will make your Bootstrap powered environment clean and easy to … Read more

Typora Markdown editor

Typora is a free cross-platform Markdown editor for Mac Windows Linux, it currently in beta stage and under active development. You might be thinking not another Markdown editor, with keyboard shortcuts and side panel preview and custom CSS options. Typora is a WYSIWYG (What You See Is What You Get) editor, this means you would not have a separate preview panel to the side for preview, this is a great way for writing content, because your source editor is your preview editor, that updates as you are typing, so you have more screen space for writing and focus while typing will be on the same window and not a separate panel. As the video below

Read more

WhatsApp on Mac

WhatsApp had recently made their online web service available for user to connect their smartphone using QR Code, this let the user access WhatsApp with a Web UI, this could be done by scanning the QR Code with your smartphone camera This service turned very popular, the problem with this was you need to have … Read more

Linux Kernel 4.3 on Ubuntu

[Linux Kernel](https://kernel.org) 4.3 ships with *20.6* million lines of code with support for [Skylake](http://ark.intel.com/products/codename/37572/Skylake) lines of CPU by [Intel](http://intel.com). So Skylake based hardware can run efficiently with good stability. The performance improvement is noticeable on some hardware’s running this build of Kernel on Ubuntu based Linux distributions (I have not worked on this personally these … Read more

Front-end editor for WordPress

WordPress is a great CMS(Content Management System) to manage blogs, websites of various scales, over time it has gained popularity due to fulfilling demand of its users. It has gained features like autosave and many other features of the time. The only thing it lacks at this point is a front-end editor, for the user. … Read more