<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/hackernoon/best-of/2022/08" -->

---
title: Best Hacker Noon posts — August 2022 | daily.dev
description: The most upvoted Hacker Noon posts from August 2022, curated by the daily.dev community.
canonical: https://daily.dev/sources/hackernoon/best-of/2022/08
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/hackernoon/best-of/2022/08
og:type: website
og:site_name: daily.dev
og:title: Best Hacker Noon posts — August 2022 | daily.dev
og:description: The most upvoted Hacker Noon posts from August 2022, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of Hacker Noon — August 2022

1. 1  
[](https://daily.dev/posts/how-to-automate-your-linux-desktop-bfjjvxzvc "How to Automate Your Linux Desktop")  
Article  
![Avatar of hackernoon](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/hackernoon)Hacker Noon·4y  
How to Automate Your Linux Desktop  
In this tutorial, we will write a shell script and use X11 utilities to automate our Linux desktop. The objective of the article is to automatically set up our daily work environment with a single command. When I run the script, it will open the mail client in one workspace and open Reddit and Twitter websites in the chrome browser.  
48  
2
2. 2  
[](https://daily.dev/posts/making-your-code-look-pretty-nsqnasgdr "Making Your Code Look Pretty")  
Article  
![Avatar of hackernoon](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/hackernoon)Hacker Noon·4y  
Making Your Code Look Pretty  
Some programming languages, such as Python, made indentation a meaningful part of the language syntax to enforce reasonable indentation. Many projects have even formal style guides, explaining how those things should be done in the project. Prettier is a frontend-oriented code formatter, used by core teams of React, Vue,  
47  
1
3. 3  
[](https://daily.dev/posts/why-you-need-to-learn-multiple-programming-languages-uyuh5uwb5 "Why You Need to Learn Multiple Programming Languages")  
Article  
![Avatar of hackernoon](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/hackernoon)Hacker Noon·4y  
Why You Need to Learn Multiple Programming Languages  
Boot.dev is a battery-included computer science curriculum in the browser. The full curriculum will only require the use of about 6 languages in total. The majority of the program can just use JavaScript, Python, and Go. If you only write one programming language, it’s easy to assume a certain You might find yourself needing to look up syntax occasionally, but everyone does that.  
31
4. 4  
[](https://daily.dev/posts/the-implications-of-javascript-being-a-single-threaded-language-n-l7nk2aq "The Implications of Javascript being a Single-threaded Language")  
Article  
![Avatar of hackernoon](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/hackernoon)Hacker Noon·4y  
The Implications of Javascript being a Single-threaded Language  
Javascript is a single-threaded language that can be non-blocking. In sync programming, the program is executed line by line, one line at a time. When the call stack sees it needs to fetch an image, it pops and sends it to Web API and continues executing the remaining functions.  
24  
2
5. 5  
[](https://daily.dev/posts/how-a-clean-codebase-becomes-unmaintainable-rqvnv1zjb "How a Clean Codebase Becomes Unmaintainable")  
Article  
![Avatar of hackernoon](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/hackernoon)Hacker Noon·4y  
How a Clean Codebase Becomes Unmaintainable  
When you start out a project, you write code to figure out the library and rough structure of the codebase. There are mainly two ways in which your coding style gets degraded.  
15
6. 6  
[](https://daily.dev/posts/react-18-suspense-fetch-data-from-a-headless-cms-oqhrayc2n "React 18 Suspense fetch data from a headless CMS")  
Article  
![Avatar of hackernoon](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/hackernoon)Hacker Noon·4y  
React 18 Suspense fetch data from a headless CMS  
React 18 was designed to help improve interactivity with features like selective hydration with Suspense to make hydration non-blocking and provide us with more transparency about how our architectural choices will affect our app's UX and performance. The faster your page responds to user input – the better. If we're okay with making several requests, but only rendering the last result, we can use a boolean flag isMount.  
15

[See all Hacker Noon archives](/sources/hackernoon/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/hackernoon/best-of/2022/08#page","url":"https://daily.dev/sources/hackernoon/best-of/2022/08","name":"Best Hacker Noon Posts — August 2022","description":"The most upvoted Hacker Noon posts from August 2022, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/hackernoon/best-of/2022/08#items","numberOfItems":6,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/how-to-automate-your-linux-desktop-bfjjvxzvc","name":"How to Automate Your Linux Desktop"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/making-your-code-look-pretty-nsqnasgdr","name":"Making Your Code Look Pretty"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/why-you-need-to-learn-multiple-programming-languages-uyuh5uwb5","name":"Why You Need to Learn Multiple Programming Languages"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/the-implications-of-javascript-being-a-single-threaded-language-n-l7nk2aq","name":"The Implications of Javascript being a Single-threaded Language"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/how-a-clean-codebase-becomes-unmaintainable-rqvnv1zjb","name":"How a Clean Codebase Becomes Unmaintainable"},{"@type":"ListItem","position":6,"url":"https://daily.dev/posts/react-18-suspense-fetch-data-from-a-headless-cms-oqhrayc2n","name":"React 18 Suspense fetch data from a headless CMS"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"Hacker Noon","item":"https://daily.dev/sources/hackernoon"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/hackernoon/best-of"},{"@type":"ListItem","position":5,"name":"August 2022"}]}]}
```

