missing-semester
javascript
Our great sponsors
missing-semester | javascript | |
---|---|---|
320 | 115 | |
3,800 | 132,256 | |
5.2% | 0.8% | |
3.1 | 8.4 | |
2 days ago | 14 days ago | |
CSS | JavaScript | |
GNU General Public License v3.0 or later | 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.
missing-semester
-
Speak English to me, The secret World of Programmers
> The realization came a few weeks ago when someone shared The Missing Semester of Comp Sci on HN. It’s full of basic things you’d expect any programmer to somehow magically know … but they don’t learn this anymore. https://missing.csail.mit.edu/
I do feel somewhat jealous though that these resources are now available for students to learn in a structured, borderline spoon-fed way when this stuff took me a number of years and hacking around to build up and gain muscle memory over. Still, I think the knowledge you struggle to learn yourself sticks around a lot longer than knowledge that was fed to you from school. :shrug: I could see it either way.
> "Why does it have to be so complicated? I just want to install a program"
> "Why would you do that in the command line? It's way easier using $Program"
A concerning observation that’s slowly dawning on me is that more and more programmers don’t know how computers work. They can write code, build software, and do lots of useful things. But they have no idea how computers work. They’re more akin to lusers as we used to call them than they are to hackers of old.
Fantastic at their specialty and the tools they use. But move a button to an unfamiliar place or throw them into a new (but fundamentally same) environment and they’re lost.
The realization came a few weeks ago when someone shared The Missing Semester of Comp Sci on HN. It’s full of basic things you’d expect any programmer to somehow magically know … but they don’t learn this anymore. https://missing.csail.mit.edu/
Seeing that link shared connected the dots in my mind. I’ve been wondering for months ”Why does everyone at work have so many random local environment issues all the time?” … it’s been working fine for me for years. Same code and hardware. ¯\_(ツ)_/¯
- [CSE] Resource list
- The Missing Semester of Your CS Education
-
Advice to be more efficient with the terminal?
This is a webpage I refer people often to: https://missing.csail.mit.edu/
-
How much “programming” should I know?
This from MIT is called "The missing semester of your CS education" and provides some practical hands on skills like Git https://missing.csail.mit.edu/
-
Do I need to have a lot of command line knowledge in order to learn Vim?
The Missing Semester: Made to address shortcomings in software engineers and teacher Vim.
- Software Development Engineers
javascript
- Private components inside the same file - yay or nay?
-
Unleash the Power of Java: A JavaScript Developer's Guide to Best Practices in Java Development
In comparison, JavaScript doesn't have a strict coding standard, although it does have widely accepted code style guides like the Airbnb JavaScript Style Guide and the JavaScript Standard Style. These guides provide recommendations for code formatting and naming conventions, but they are not as strictly enforced as the Java coding standard.
-
Awesome Github Repos to Master JAVASCRIPT
😎 We use this language, but if you are asking how to write in the most correct way, a great repo and Style Guide -> airbnb/javascript -> clean-code-javascript
-
Best Websites For Coders
Airbnb JS Style Guide : A mostly reasonable approach to JavaScript
-
[AskJS] Opinions on how to export default const
I think there's still a case for default exports for a file like toggle.js where the module itself is composed of a single function, but again it's down to your own workflow and personal preference. There's some great discussion in https://github.com/airbnb/javascript/issues/1365 about the pros and cons. Tooling support is definitely a big component of both sides.
On a related note, there's some excellent discussion in https://github.com/airbnb/javascript/issues/1365 about the pros/cons of default exports if you're interested.
-
Unlock Your Full Potential as a JavaScript Developer: Dive into these Top GitHub Repositories and supercharge your skills!
Airbnb JavaScript Style Guide GitHub Repo
-
Front-end Guide
A linter is a tool to statically analyze code and finds problems with them, potentially preventing bugs/runtime errors and at the same time, enforcing a coding style. Time is saved during pull request reviews when reviewers do not have to leave nitpicky comments on coding style. ESLint is a tool for linting JavaScript code that is highly extensible and customizable. Teams can write their own lint rules to enforce their custom styles. At Grab, we use Airbnb's eslint-config-airbnb preset, that has already been configured with the common good coding style in the Airbnb JavaScript style guide.
-
Uppercase convention for constants debated on Airbnb JavaScript Style Guide
Link with anchor to recent discussion:
https://github.com/airbnb/javascript/pull/255#issuecomment-1...
What are some alternatives?
eslint-config-xo - ESLint shareable config for XO
cs-topics - My personal curriculum covering basic CS topics. This might be useful for self-taught developers... A work in development! This might take a very long time to get finished!
daisyui - ⭐️ ⭐️ ⭐️ ⭐️ ⭐️ The most popular, free and open-source Tailwind CSS component library
computer-science - :mortar_board: Path to a free self-taught education in Computer Science!
CS50x-2021 - 🎓 HarvardX: CS50 Introduction to Computer Science (CS50x)
eslint-config-google - ESLint shareable config for the Google JavaScript style guide
33-js-concepts - 📜 33 JavaScript concepts every developer should know.
You-Dont-Know-JS - A book series on JavaScript. @YDKJS on twitter.
ical-js-parser - Simple iCal parser for JavaScript from string to JSON and vice versa.
Projects-Solutions - :pager: Links to others' solutions to Projects (https://github.com/karan/Projects/)
materials - Bonus materials, exercises, and example projects for our Python tutorials
Standard - 🌟 JavaScript Style Guide, with linter & automatic code fixer