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

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

1. 1  
[](https://daily.dev/posts/em-rem-and-px-csp6ku0mc "em, rem, and px")  
Article  
![Avatar of gc](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/gc)gitconnected · 6y  
em, rem, and px  
Pixels, EM’S, and REM’s are popular in the CSS world. They are often confused and mistaken with one another. em, rem, and px Ritchie Pulikottil will help you understand these three knights of the internet.  
52  
5
2. 2  
[](https://daily.dev/posts/terminal-tips-to-make-you-a-2x-developer-stxcsdznj "Terminal tips to make you a 2x developer")  
Article  
![Avatar of gc](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/gc)gitconnected · 6y  
Terminal tips to make you a 2x developer  
Oh my zsh allows you to play around with a whole host of plugins by simply updating a list in your .zshrc file. The instant prompt shows you the prompt even if zsh is loading stuff in the background so that you can start typing your next command. With fzf you type ctrl+r once and type anything; it will fuzzy find what you’re looking for and you just pick from a list. The git layer adds a convenience for git with a bunch of shortcuts.  
38  
5
3. 3  
[](https://daily.dev/posts/how-fighting-programming-anxiety-made-me-a-better-code-5-tips-to-follow-for-dealing-with-coding--nvf1egipn "How Fighting Programming Anxiety Made Me a Better Code: 5 Tips to Follow For Dealing With Coding…")  
Article  
![Avatar of gc](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/gc)gitconnected · 6y  
How Fighting Programming Anxiety Made Me a Better Code: 5 Tips to Follow For Dealing With Coding…  
Programming anxiety is a problem too big to ignore, says Alex Vypirailenko. He shares his tips on how to deal with programming anxiety. He says there’s no such thing as ‘having learned’ programming. He also shares his top tips for dealing with programming stress.  
16  
1
4. 4  
[](https://daily.dev/posts/react-how-i-learned-to-create-optimized-contexts-hkdx9dpwv "React: How I learned to create optimized contexts")  
Article  
![Avatar of gc](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/gc)gitconnected · 6y  
React: How I learned to create optimized contexts  
React contexts are a very cool feature, and extremely practical to use with the hooks API. To me, a good context should: Be easily maintainable (you usually don’t work alone, do you?) Embed its own logic instead of delegating it god-knows-where. Contol-freak consumers. Avoid unnecessary re-renders.  
16  
1
5. 5  
[](https://daily.dev/posts/turn-your-google-sheet-into-a-web-application-7asy7m-jq "Turn Your Google Sheet Into A Web Application")  
Article  
![Avatar of gc](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/gc)gitconnected · 6y  
Turn Your Google Sheet Into A Web Application  
Google Sheets can be a really powerful tool when combined with Apps Script. Apps Scripts is like macros in MS Excel but with a lot more extensibility. This is a free alternative to using tools like Zapier but will require some coding experience. Turn Your Google Sheet Into a Web Application.  
10
6. 6  
[](https://daily.dev/posts/getting-started-with-vue-js-rkkwfn070 "Getting Started With Vue.js")  
Article  
![Avatar of gc](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/gc)gitconnected · 6y  
Getting Started With Vue.js  
Vue.js is a framework that makes it easy to make your website interactive. It is similar to React.js, but Vue doesn’t have its own syntax, it just uses HTML and JavaScript. The main thing you need to get started using Vue is the Vue instance.  
10  
1

[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/2020/11#page","url":"https://daily.dev/sources/gc/best-of/2020/11","name":"Best gitconnected Posts — November 2020","description":"The most upvoted gitconnected posts from November 2020, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/gc/best-of/2020/11#items","numberOfItems":6,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/em-rem-and-px-csp6ku0mc","name":"em, rem, and px"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/terminal-tips-to-make-you-a-2x-developer-stxcsdznj","name":"Terminal tips to make you a 2x developer"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/how-fighting-programming-anxiety-made-me-a-better-code-5-tips-to-follow-for-dealing-with-coding--nvf1egipn","name":"How Fighting Programming Anxiety Made Me a Better Code: 5 Tips to Follow For Dealing With Coding…"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/react-how-i-learned-to-create-optimized-contexts-hkdx9dpwv","name":"React: How I learned to create optimized contexts"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/turn-your-google-sheet-into-a-web-application-7asy7m-jq","name":"Turn Your Google Sheet Into A Web Application"},{"@type":"ListItem","position":6,"url":"https://daily.dev/posts/getting-started-with-vue-js-rkkwfn070","name":"Getting Started With Vue.js"}]},{"@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":"November 2020"}]}]}
```

