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 2: On-Site Tasks

Launching a new WordPress site involves many different tasks. The first part of this article looked into off-site tasks you need to execute outside of…

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…

A Guide to WordPress Post Revisions

One of the greatest features of WordPress is its built-in revision control system. You don’t have to worry about losing a previous version of your c…

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…