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

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

1. 1  
[](https://daily.dev/posts/clean-code-cookbook-is-out-5g7vihmcb "Clean Code Cookbook is Out")  
Article  
![Avatar of gc](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/gc)gitconnected · 3y  
Clean Code Cookbook is Out  
Clean Code Cookbook is a book that provides software design recipes to improve the design and quality of code. It covers both small and large scale systems. The author was encouraged to write the book by Melissa Duffield and Louise Corrigan. The book can be found on O'Reilly and Amazon.  
56  
1
2. 2  
[](https://daily.dev/posts/how-to-create-transitions-and-animations-using-css-bktgcuywl "How to Create Transitions and Animations Using CSS")  
Article  
![Avatar of gc](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/gc)gitconnected · 3y  
How to Create Transitions and Animations Using CSS  
Learn how to create transitions and animations using CSS. Explore pseudo-selectors, customize transitions, and understand the difference between transitions and animations.  
21
3. 3  
[](https://daily.dev/posts/all-about-infinite-scrolling-using-react-and-javascript-dnevi6aki "All About Infinite Scrolling using React and JavaScript")  
Article  
![Avatar of gc](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/gc)gitconnected · 3y  
All About Infinite Scrolling using React and JavaScript  
Learn how to implement infinite scrolling using React and JavaScript. Explore two methods: using the Window's Scroll and Size Properties, and using the Intersection Observer API. Virtualization improves performance by rendering only the visible items in a list or grid. The Intersection Observer API allows for efficient infinite scrolling without continuous monitoring of the scroll event.  
19
4. 4  
[](https://daily.dev/posts/feature-flags-in-angular-16-6qzpg7upu "Feature Flags in Angular 16")  
Article  
![Avatar of gc](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/gc)gitconnected · 3y  
Feature Flags in Angular 16  
Feature flags are a great way to enable or disable features at runtime. This article explains how to implement feature flags in Angular 16 using manifests, APP\_INITIALIZER, structural directives, functional guards, and standalone APIs.  
12

[See all gitconnected archives](/sources/gc/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/gc/best-of/2023/10#page","url":"https://daily.dev/sources/gc/best-of/2023/10","name":"Best gitconnected Posts — October 2023","description":"The most upvoted gitconnected posts from October 2023, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/gc/best-of/2023/10#items","numberOfItems":4,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/clean-code-cookbook-is-out-5g7vihmcb","name":"Clean Code Cookbook is Out"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/how-to-create-transitions-and-animations-using-css-bktgcuywl","name":"How to Create Transitions and Animations Using CSS"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/all-about-infinite-scrolling-using-react-and-javascript-dnevi6aki","name":"All About Infinite Scrolling using React and JavaScript"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/feature-flags-in-angular-16-6qzpg7upu","name":"Feature Flags in Angular 16"}]},{"@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":"gitconnected","item":"https://daily.dev/sources/gc"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/gc/best-of"},{"@type":"ListItem","position":5,"name":"October 2023"}]}]}
```

