clean-code-javascript
tech-interview-handbook
clean-code-javascript | tech-interview-handbook | |
---|---|---|
65 | 128 | |
91,848 | 119,641 | |
- | - | |
0.0 | 7.3 | |
4 months ago | about 2 months ago | |
JavaScript | TypeScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
clean-code-javascript
-
How to level up your frontend skills
Programming: The Pragmatic Programmer, Clean Code (check the JS version here → Clean Code JavaScript)
-
Mastering the JavaScript Ternary Operator: A Comprehensive Guide
Clean Code JavaScript
-
18 GitHub Repos to Learn JavaScript
clean-code-JavaScript This repository consists of the software engineering principles, from Robert C. Martin’s book Clean Code, adapted for JavaScript. It’s a guide for producing readable, reusable, and refactorable software in JavaScript.
-
The Clean Code book and the clean code paradigms
By the way, the other day I found on Twitter a summary of Clean Code concepts with examples in Javascript so you can take a look at the content of the book before deciding whether to buy it or not.
- 10 GitHub Repos for Mastering JavaScript
-
Why clean code makes JavaScript programming easier
Further examples of clean code
- Clean code (la juniori)
- If you're a junior to mid-level fullstack engineer and have an upcoming frontend technical interview, here's some things to freshen up on
- How to learn small but important coding conversations/practices?
-
How to avoid writing rubbish code
https://github.com/ryanmcdermott/clean-code-javascript - highly recommendable short read
tech-interview-handbook
-
Software Engineer Interviews - #1 Intro
Tech Interview Handbook
-
Signs you're about to laid off, and what to do about it.
In the past I’ve relied heavily on https://www.techinterviewhandbook.org/ for this step. They have great insights on technical and behavioral questions that can come up in interviews. Improving your understanding of leetcode or hackerrank problems will also be crucial. Be sure not to neglect the basic, ‘why do you wanna work here? what’s your biggest weakness?’ answers. Really knocking these out of the park can make people really remember you.
-
Top Github repositories for 10+ programming languages
Technical Interview JS This is self-explanatory and helps a lot of developers to crack interviews in JS as frontend/backend developer positions.
- Curated Coding Interview Handbook
- Almost constant rejections when using my CV
- Technical and non-technical tips for passing a code interview
-
From Nothing to FAANG - Let's grind Leetcode and prepare for interviews together 🚀
We are currently following the tech interview handbook , currently on arrays and practicing sliding window technique.
- Aerospace engineering student switching to compsci. 18+ months until I start uni in Canada. Need self-learning curriculum advice.
-
Learning DSA from scratch : The Ultimate Guide
Tech Interview Handbook is another resource that would be helpful.
-
Is there a Machine Learning Equivalent of Tech Interview Handbook and Leetcode?
As per title, I am looking out for good interview resources for machine learning engineer. In software side, I have heard of https://www.techinterviewhandbook.org/ to be one of the best.
What are some alternatives?
You-Dont-Know-JS - A book series on JavaScript. @YDKJS on twitter.
leetcode-patterns - A pattern-based approach for learning technical interview questions
javascript-algorithms - 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
algoexpert-data-structures-algorithms - A collection of solutions for all problem statements on the AlgoExpert Coding Interview platform.
nodebestpractices - :white_check_mark: The Node.js best practices list (July 2024)
coding-interview-university - A complete computer science study plan to become a software engineer.
bulletproof-react - 🛡️ ⚛️ A simple, scalable, and powerful architecture for building production ready React applications.
freeCodeCamp - freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
free-for-dev - A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
free-programming-books - :books: Freely available programming books
Material UI - Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.
CtCI-6th-Edition - Cracking the Coding Interview 6th Ed. Solutions