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

---
title: Best This is Learning posts — August 2023 | daily.dev
description: The most upvoted This is Learning posts from August 2023, curated by the daily.dev community.
canonical: https://daily.dev/sources/til/best-of/2023/08
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/til/best-of/2023/08
og:type: website
og:site_name: daily.dev
og:title: Best This is Learning posts — August 2023 | daily.dev
og:description: The most upvoted This is Learning posts from August 2023, 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 This is Learning — August 2023

1. 1  
[](https://daily.dev/posts/chrome-debugger-is-easier-to-use-than-you-might-think-nxb619b0u "Chrome Debugger is easier to use than you might think")  
Article  
![Avatar of til](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/739e560f0f81492eb54055003476c505)This is Learning · 3y  
Chrome Debugger is easier to use than you might think  
Chrome Debugger is easier to use than you might think - DEV Community Please, don't tell me you’re still using to debug your application. If you never used a debugger, imagine being able to run the code line by line, where you can see all values of your variables at any given time.  
248  
22
2. 2  
[](https://daily.dev/posts/learning-web-development-together-with-a-real-project-unypljn35 "Learning Web Development Together with a Real Project")  
Article  
![Avatar of til](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/739e560f0f81492eb54055003476c505)This is Learning · 3y  
Learning Web Development Together with a Real Project  
The app is currently based on Next.js with TypeScript and Tailwind CSS. We manage some data, specifically from the GitHub APIs using the GraphQL endpoint and React Query. There's a login feature with NextAuth using GitHub as a provider. The project is open to any kind of contribution, from fixing typos to adding new features.  
104
3. 3  
[](https://daily.dev/posts/iterate-like-a-pro-mastering-javascript-iterators-for-effortless-code-7gfk3l4ov "Iterate Like a Pro: Mastering JavaScript Iterators for Effortless Code")  
Article  
![Avatar of til](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/739e560f0f81492eb54055003476c505)This is Learning · 3y  
Iterate Like a Pro: Mastering JavaScript Iterators for Effortless Code  
In the realm of modern web development, efficiently managing and manipulating data is a crucial skill. JavaScript iterators offer a systematic approach to traversing various data structures such as arrays, maps, and sets. We'll explore practical examples of their usage, and demonstrate how they can simplify complex data operations.  
18

[See all This is Learning archives](/sources/til/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/til/best-of/2023/08#page","url":"https://daily.dev/sources/til/best-of/2023/08","name":"Best This is Learning Posts — August 2023","description":"The most upvoted This is Learning posts from August 2023, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/til/best-of/2023/08#items","numberOfItems":3,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/chrome-debugger-is-easier-to-use-than-you-might-think-nxb619b0u","name":"Chrome Debugger is easier to use than you might think"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/learning-web-development-together-with-a-real-project-unypljn35","name":"Learning Web Development Together with a Real Project"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/iterate-like-a-pro-mastering-javascript-iterators-for-effortless-code-7gfk3l4ov","name":"Iterate Like a Pro: Mastering JavaScript Iterators for Effortless Code"}]},{"@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":"This is Learning","item":"https://daily.dev/sources/til"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/til/best-of"},{"@type":"ListItem","position":5,"name":"August 2023"}]}]}
```

