This post introducing some of the most useful programming frameworks and libraries you can use for web development. As a web developer, you should be familiar with them and know when you can leverage them to build your next project. Angular Angular is a platform and...
How to start using SSH and WP-CLI on remote server
Secure Shell (SSH) is a TCP/IP service that provides a secure mechanism for remotely logging into one system over either a local network or the internet into another system. SSH also provides the ability to transfer files between remote systems. When a user logs into...
Bootstrap – Responsive front-end framework
Bootstrap is an open source toolkit for developing with HTML, CSS, and JS. Quickly prototype your ideas or build your entire app with our Sass variables and mixins, responsive grid system, extensive pre-built components, and powerful plugins built on jQuery. Build...
Grunt: The JavaScript Task Runner
Why use a task runner? In one word: automation. The less work you have to do when performing repetitive tasks like minification, compilation, unit testing, linting, etc, the easier your job becomes. After you've configured it through a Gruntfile, a task runner can do...
Bower – a package manager for the web
Web sites are made of lots of things — frameworks, libraries, assets, and utilities. Bower manages all these things for you. Keeping track of all these packages and making sure they are up to date (or set to the specific versions you need) is tricky. Bower to the...
GitHub Pages – Just edit, push, and your changes are live
GitHub Pages lets you turn GitHub repositories into websites that showcase your portfolio, your projects, their documentation, or anything else you want to share with the world. Get started today by visiting https://pages.github.com to learn more. What is GitHub...
How to install WordPress on Fedora Linux
WordPress is a free and open-source content management system (CMS) based on PHP and MySQL. WordPress is installed on a web server that is either part of an Internet hosting service or a network host in its own right. A local computer may be used for single-user...
Propeller – Front-end framework based on Material Design & Bootstrap
Propeller A front-end responsive framework based on Google's Material Design Standards & Bootstrap. Visit Propeller » Key Features Library with 25 Responsive UI Components Ready to use template which speeds up the Development process Detailed User Manual which...
WP-CLI A command line interface for WordPress
WP-CLI is a set of command-line tools for managing WordPress installations. You can update plugins, configure multisite installs and much more, without using a web browser. Installing Downloading the Phar file is our recommended installation method. Should you need,...
Jekyll – Simple, blog-aware, static sites
Jekyll is a simple, blog-aware, static site generator. It takes a template directory containing raw text files in various formats, runs it through a converter (like Markdown) and our Liquid renderer, and spits out a complete, ready-to-publish static website suitable...
Visual Studio Code – lightweight powerful source code editor
Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other...
Powerline – Tweak statusline in Terminal
Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile. To install the utility, open a terminal and run this command: sudo dnf install powerline...