Anna Monus

Anna is Technical Editor and Writer for Hongkiat.com. She mainly covers front-end frameworks, web standards, accessibility, WordPress development, and UX design.

Latest posts

Launching a New WordPress Site – Part 1: Off-Site Tasks

While WordPress and other content management systems make launching a new website much easier than before, it’s still not an easy thing to do. This …

Getting Started with Webpack [With Example Project]

Webpack is a module bundler that facilitates building complex JavaScript applications. It has gained serious traction since the React community chose …

Top 10 JavaScript Shorthands for Beginners

JavaScript shorthands not only speed up the coding process but also make scripts shorter, therefore lead to faster page loads. Shorthand codes are jus…

Ultimate Guide to WordPress Post Revisions

One of the best things about WordPress is its built-in revision control system. You don’t have to worry that you lose a previous version of your wri…

How to Manage Git and GitHub Projects with Atom

Great news for my developer friends; Git and GitHub integration have been just shipped with the new Atom release. The new feature was available as a b…

Guide to CSS Viewport Units: vw, vh, vmin, vmax

Viewport-percentage lengths, or viewport units as they are more frequently referred to, are responsive CSS units that allow you to define dimensions a…

Best Practices to Trim Your WordPress Database

A clean WordPress installation starts with 12 database tables by default, however, with time, data quickly adds up. Your numerous posts, pages, commen…

Guide to CSS Grid Layout Fr Unit

The CSS Grid Layout Module was shipped with a new CSS unit called the fr unit. As straightforward as it can be, fr is the abbreviation of the word “…

15 .htaccess Snippets for WordPress Site

Having a well-configured .htaccess file is crucial if you want to increase security and reduce vulnerabilities on your WordPress site. Usually, the ma…

5 New Programming Languages to Learn

Being a developer has been a top career choice for a while, and it’s hard to imagine this will change anytime soon. Whether you’ve just started or…

An Introduction to Atomic Design for Web Designers

Modularity, reusability, and scalability are not only coding concepts but you can also make use of them to create better-optimized design systems. Ato…

Getting Started with React.js

React.js is a flexible and component-based JavaScript library for building interactive user interfaces. It was created and open-sourced by Facebook an…