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

---
title: Best ITNEXT posts — January 2022 | daily.dev
description: The most upvoted ITNEXT posts from January 2022, curated by the daily.dev community.
canonical: https://daily.dev/sources/itnext/best-of/2022/01
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/itnext/best-of/2022/01
og:type: website
og:site_name: daily.dev
og:title: Best ITNEXT posts — January 2022 | daily.dev
og:description: The most upvoted ITNEXT posts from January 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 ITNEXT — January 2022

1. 1  
[](https://daily.dev/posts/5-reasons-why-web-3-0-will-fail--xglxfxnam "🔥 5 Reasons Why Web 3.0 will Fail?")  
Article  
![Avatar of itnext](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/itnext2)ITNEXT · 5y  
🔥 5 Reasons Why Web 3.0 will Fail?  
Web 3.0 sounds like one more buzzword used to promote crypto scams or get a piece of hype. It is decentralized web applications where a network of people control their own slice of the internet. The idea looks quite romantic but is implementation realistic enough? Or it will remain only in the dreams of the crypto subculture and never become mainstream.  
64  
7
2. 2  
[](https://daily.dev/posts/the-best-database-pagination-technique-is--nwl0pnhyc "The best database pagination technique is …")  
Article  
![Avatar of itnext](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/itnext2)ITNEXT · 5y  
The best database pagination technique is …  
Pagination is a strategy employed when querying any dataset that holds more than just a few hundred records. Thanks to pagination, we can split our large dataset into chunks ( or pages) that we can gradually fetch and display to the user. Pagination also solves a lot of performance issues both on the client and server-side.  
18  
2
3. 3  
[](https://daily.dev/posts/flutter-types-of-widgets-hathc8ndw "Flutter: types of widgets")  
Article  
![Avatar of itnext](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/itnext2)ITNEXT · 5y  
Flutter: types of widgets  
Widgets are an immutable description of part of a user interface. A widget is a widget that does not require mutable state. State is information that can be read synchronously when the widget is built and might change during the lifetime of the widget. Inherited widgets will cause the consumer to rebuild when the inherited widget itself changes state.  
17  
1
4. 4  
[](https://daily.dev/posts/accessibility-as-a-design-pattern-t9oquis6q "Accessibility as a design pattern")  
Article  
![Avatar of itnext](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/itnext2)ITNEXT · 5y  
Accessibility as a design pattern  
Ismayil Khayredinov: Accessibility standards can improve our day-to-day experiences with building front-end interfaces. He argues that they can lead to healthier more readable code, cleaner tests, and better overall architecture of our applications. He says the cornerstone of accessibility is cross-device interoperability of user interfaces.  
11  
1

[See all ITNEXT archives](/sources/itnext/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/itnext/best-of/2022/01#page","url":"https://daily.dev/sources/itnext/best-of/2022/01","name":"Best ITNEXT Posts — January 2022","description":"The most upvoted ITNEXT posts from January 2022, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/itnext/best-of/2022/01#items","numberOfItems":4,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/5-reasons-why-web-3-0-will-fail--xglxfxnam","name":"🔥 5 Reasons Why Web 3.0 will Fail?"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/the-best-database-pagination-technique-is--nwl0pnhyc","name":"The best database pagination technique is …"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/flutter-types-of-widgets-hathc8ndw","name":"Flutter: types of widgets"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/accessibility-as-a-design-pattern-t9oquis6q","name":"Accessibility as a design pattern"}]},{"@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":"ITNEXT","item":"https://daily.dev/sources/itnext"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/itnext/best-of"},{"@type":"ListItem","position":5,"name":"January 2022"}]}]}
```

