Skip to content

Commit

Permalink
Add this weeks newsletter
Browse files Browse the repository at this point in the history
  • Loading branch information
NiallJoeMaher committed Oct 15, 2024
1 parent a47e8d2 commit f9c2f0a
Showing 1 changed file with 88 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
Tue, October 15th 2024 • Niall Maher

# 👀 10+ JavaScript Features Coming Your Way + Node.js Course Launch

This week, I'm going to start with a developer tip! ✌️

Boost your productivity by creating custom [Git aliases](https://git-scm.com/book/ms/v2/Git-Basics-Git-Aliases) for frequently used commands. For example, you can set up 'git st' as an alias for 'git status' by running:

```
git config --global alias.st status
```

This simple trick can save you countless keystrokes and streamline your workflow. Experiment with aliases for your most-used Git commands to find what works best.

🖥️ **New Node.js Course**

I got it finished! Check it out and let me know what you think.

- [Introduction to Node.js](https://www.codu.co/articles/introduction-to-node-js-wcw5rwlz)
- [Setting Up Node.js](https://www.codu.co/articles/setting-up-node-js-2fe_wafm)
- [Node.js and Non-Blocking Operations](https://www.codu.co/articles/event-driven-architecture-node-js-and-non-blocking-operations-i65wflm3)
- [Node.js vs JS in the Browser](https://www.codu.co/articles/node-js-vs-js-in-the-browser-dj1e1ilg)
- [Building a Simple CLI Tool with Node.js](https://www.codu.co/articles/building-a-simple-cli-tool-with-node-js-dha19one)
- [Working with Modules in Node.js](https://www.codu.co/articles/working-with-modules-in-node-js-kfgeg-by)
- [Node.js - Helpful Built-in Modules](https://www.codu.co/articles/node-js-helpful-built-in-modules-feb7akxt)
- [Task Manager CLI in Node.js with fs and path](https://www.codu.co/articles/task-manager-cli-in-node-js-with-fs-and-path-lav2xua5)
- [Creating a Basic Web Server with Node.js](https://www.codu.co/articles/creating-a-basic-web-server-with-node-js-ufn4yk5k)
- [Introduction to Testing in Node.js with Jest](https://www.codu.co/articles/introduction-to-testing-in-node-js-with-jest-uul8acvm)

## 📚 This Week's Picks

**[Building a Custom Avatar Generator (3 min)](https://www.codu.co/articles/building-a-custom-avatar-generator-1pgduezr)**

This guide explains how I created a custom avatar generator that produces unique, colorful avatars based on a user's name.

**[8 Open-Source Tools to grow your app (3 min)](https://dev.to/tolgee_i18n/8-open-source-tools-to-grow-your-app-and-reach-new-markets-5036)**

Explore eight fantastic open-source tools that can help you localize your app, connect with your audience, and ultimately grow your user base across the globe.

**[Boo! (CodePen)](https://codepen.io/konstantindenerz/pen/dyxONQb)**

I love creative coding, and this is starting ti get festive with Halloween around the corner.

**[I've Been Using These 8 Core Linux Commands Wrong for Years (5 min)](https://www.howtogeek.com/ive-been-using-these-core-linux-commands-wrong-for-years/)**

Bobby Jack shares some mistakes he has made and that you could be too.

**[3 Career Principles that got me to Director at Google (9 min)](https://read.highgrowthengineer.com/p/3-career-principles-to-director-at-google)**

What helped Chaitali Narla get five promotions in 10 years at Google

**[TC39 Advances 10+ ECMAScript Proposals: Key Features to Watch (5 min)](https://socket.dev/blog/tc39-advances-10-ecmascript-proposals-key-features-to-watch)**

What new features should we be keeping eyes on in the JS ecosystem? This article has a great list.

**[Build a documented / type-safe API with hono, drizzle, zod, OpenAPI and scalar (video)](https://www.youtube.com/watch?v=sNh9PoM9sUE)**

In this video, CJ shows how to use hono and @hono/zod-openapi to build a fully type-safe API documented with an OpenAPI specification, including interactive documentation with scalar.

## 📖 Book of the Week

**[Build: An Unorthodox Guide to Making Things Worth Making](https://amzn.to/4dNiv3q)**

For developers seeking inspiration for building beyond code, "Build" offers a fantastic look at the creative process. Written by Tony Fadell, co-creator of the iPod and founder of Nest, this book provides valuable insights into product development, innovation, and entrepreneurship. Fadell's unorthodox approach challenges conventional wisdom, encouraging developers to think beyond technical skills and embrace a holistic view of building products that truly matter. With real-world examples and hard-earned lessons from his illustrious career, this guide is essential for any developer looking to expand their impact and create meaningful products.

## 🛠️ Something Cool

**[Cursor (The AI Code Editor)](https://www.cursor.com/)**

Over the past two weeks, I've extensively tested Cursor and found it to be a better tool for solving coding problems than Claude, ChatGPT, or GitHub Copilot. Cursor's key advantage lies in its ability to access and understand the context of your entire project and its files. This contextual awareness enables Cursor to generate more relevant and practical code solutions more consistently than other AI coding assistants I've used.

## 🔗 Quick Links

- **Codú TikTok:** [https://www.tiktok.com/@codu.co](https://www.tiktok.com/@codu.co)
- **Hacktoberfest GitHub Issues:** [https://github.com/codu-code/codu/issues](https://github.com/codu-code/codu/issues)
- **Our YouTube channel:** [https://www.youtube.com/@codu](https://www.youtube.com/@codu)

That's it for this week!

**If you have any ideas or feedback, reply to this email.**

Thanks, and stay awesome,

Niall

_Founder @ [Codú](https://www.codu.co/?ref=newsletter)_

0 comments on commit f9c2f0a

Please sign in to comment.