DEV Community

Cover image for 📚 7 development articles from SitePoint - August
SitePoint
SitePoint

Posted on

📚 7 development articles from SitePoint - August

We've been working hard to provide developers with useful knowledge and unique viewpoints on SitePoint, and would love to show you some of our top articles from August.

5 Super CSS Grid Generators for Your Layouts

CSS Grid has turned out to be the most exciting evolution of CSS for quite a while. It’s a specific CSS tool for building any web layout you can think of, from the simplest to the most complex. Today, CSS Grid is widely supported by all major browsers — it’s clear that the dark days of hacking layouts using floats are gone forever.

➤ Read 5 Super CSS Grid Generators for Your Layouts

How to Create Web Animations with Anime.js

There are many JavaScript animation libraries out there, but Anime.js is one of the best. It’s easy to use, has a small and simple API, and offers everything you could want from a modern animation engine. The library has a small file size and supports all modern browsers, including IE/Edge 11+.

➤ Read How to Create Web Animations with Anime.js

What Every Dev Company Needs to Know about NoOps Development

NoOps is a new development approach that involves relieving developers of needing to constantly work with operations members, speeding up deployment time, testing, and workflow.

➤ Read What Every Dev Company Needs to Know about NoOps Development

How the Top 1% of Candidates Ace Their Job Interviews

You’ve done it. You’ve made it through the initial screening process. You’ve just earned an interview with one of the most prestigious and successful companies in your industry. As you’re waiting in the office with three other candidates, a fourth candidate walks in.

➤ Read How the Top 1% of Candidates Ace Their Job Interviews

How to Use Windows Subsystem for Linux 2 and Windows Terminal

In this article, you’ll learn how you can use Windows Subsystem for Linux 2 to set up and run a local Linux shell interface in Windows without using a virtual machine. This not like using terminals such as Git Bash or cmder that have a subset of UNIX tools added to $PATH. This is actually like running a full Linux kernel on Windows that can execute native Linux applications. That’s pretty awesome, isn’t it?

➤ Read How to Use Windows Subsystem for Linux 2 and Windows Terminal

25+ JavaScript Shorthand Coding Techniques

This really is a must read for any JavaScript developer. I have written this guide to shorthand JavaScript coding techniques that I have picked up over the years. To help you understand what is going on, I have included the longhand versions to give some coding perspective.

➤ Read 25+ JavaScript Shorthand Coding Techniques

How to Redesign Unsplash Using Styled Components

Writing future-proof CSS is hard. Conflicting classnames, specificity issues, and so on, come up when you have to write and maintain thousands of lines of CSS. To get rid of the aforementioned issues, Styled Components was created.

➤ Read How to Redesign Unsplash Using Styled Components

Premium Previews

We've also released a number of extracts from SitePoint Premium on the blog. Check them out:

That's it for this month. If you're looking for more, check out our July roundup. Let us know what you'd like to see more of in the comments!

Latest comments (0)