Learn Anything Online

5 Best Tech Careers Articles

Learn Anything Online features the best articles for learning about tech careers. Learn from the best resources on the web, curated by us to ensure the highest quality.

Free

30 days ago

How to give a senior leader feedback (without getting fired)
Wes Kao
There’s a right and wrong way to proceed. Here’s how to increase the chances your leader listens and takes action--while reducing the chances they feel threatened.
Free

3 months ago

The New Rules of Negotiating Your Tech Job Offer in 2024+
Colin Lernell · Annie Murray
200+ negotiations later, negotiation expert Annie Murray shares the tips she's used to help tech professionals get millions in offer increases, even in uncertain times.
Free

3 months ago

The Joel Test: 12 Steps to Better Code
Joel Spolsky
A test created by Joel Spolsky to rate the quality of a software team.
Free

3 months ago

Why Not Comments
Hillel Wayne
Why not "why not" comments? Not why "not comments". Explore the discussion of what information should be captured in function names or comments and walk through a real-world example.
Free

3 months ago

Tao of Node - Design, Architecture & Best Practices
Alex Kondov
This guide outlines best practices for structuring and coding a Node.js application. It emphasizes modular design, layering, and separating concerns such as domain logic and utility functions. Key topics include using services for module communication, handling errors effectively, enforcing consistency, and favoring Express for web frameworks. The guide also covers tooling preferences, like using TypeScript, Snyk, and structured logging, as well as testing strategies like favoring integration testing and maintaining high coverage. It touches on performance considerations, advising against premature optimization and event loop blocking.