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

Composer on Mac

Composer is a dependency manager for PHP, that lets you manage dependencies by offering install/uninstall and options like creating projects. It manages dependencies for you, big projects like Laravel framework and CMS like Grav use it to manage dependencies. It’s easy to install it on Mac, all you have to do is run this curl … Read more

Homebrew on Mac

Homebrew is a package manager written in Ruby for Mac OS X which lets you install and setup packages that are not part of the system or need come from a different source. Homebrew is commonly used by developers of all types to replace outdated system packages or install will lesser or no hassle, Homebrew … Read more