Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more โ
Learnxinyminutes-docs Alternatives
Similar projects and alternatives to learnxinyminutes-docs
-
bypass-paywalls-chrome
Discontinued Bypass Paywalls web browser extension for Chrome and Firefox. [UnavailableForLegalReasons - Repository access blocked]
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
-
-
zig
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
-
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!
-
-
RegExr
RegExr is a HTML/JS based tool for creating, testing, and learning about Regular Expressions.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
savepagenow
A simple Python wrapper and command-line interface for archive.orgโs "Save Page Now" capturing service
-
-
-
-
Exercism - Scala Exercises
Crowd-sourced code mentorship. Practice having thoughtful conversations about code.
-
-
-
CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
learnxinyminutes-docs discussion
learnxinyminutes-docs reviews and mentions
- The Thrax Programming Language
-
Is there a "distrowatch" like site for programming languages?
Not exactly what you're looking for, but I like to monitor changes[1] to https://learnxinyminutes.com/ to find out about new languages.
1. https://github.com/adambard/learnxinyminutes-docs/pulls
- Tlsd: Generate (message) sequence diagrams from TLA+ state traces
-
Lua: The Modular Language You Already Know
This is a small code example to get the basic idea. If you want a bit of a bigger file to play around yourself or ever want to learn about a new language you can use LearnXinYMinutes which is a great starting point to learn any language you desire.
-
Scripts should be written using the project main language
> Sure, maybe for some esoteric edge cases, but 5 mins on https://learnxinyminutes.com/ should get you 80% of the way there, and an afternoon looking at big projects or guidelines/examples should you another 18% of the way.
Not for C++, and even for other languages, it's not the language that's hard, it's the idioms.
Python written by experts can be well-nigh incomprehensible (you can save typing out exactly one line if you use list-comprehensions everywhere!).
Someone who knows Javascript well still needs to know all the nooks and crannies of the popular frameworks.
Java with the most popular frameworks (Spring/Boot/etc) can be impossible for a non-Java programmer to reason about (where's all this fucking magic coming from? Where is it documented? What are the other magic words I can put into comments?)
C# is turning into a C++ wannabe as far as comprehension complexity goes.
Right now, the quickest onboarding I've seen by far are Go codebases.
The knowledge tree required to contribute to a codebase can exists on a Deep axis and a Wide axis. C++ goes Deep and Wide. Go and C are the only projects I've seen that goes neither deep nor wide.
-
100+ FREE Resources Every Web Developer Must Try
Learn x in y minutes: Concise tutorials to learn various programming languages and tools quickly.
- SQL for Data Scientists in 100 Queries
-
New GitHub Copilot Research Finds 'Downward Pressure on Code Quality'
StackOverflow's making their own competing LLM for all this stuff.
IMO, one of the biggest problems with the way people use LLMs right now, is that they're being treated as a single oracle: to know Java, it must be trained on examples of Java.
It would be much better if their language comprehension abilities were kept separated from their knowledge (and there are development efforts in this direction), so in this example it would be trained to be able to be able to read a Java tutorial rather than by actually reading a Java tutorial, so when the overall system is asked to write something in Java, the language model within the system decides to do this by opening https://learnxinyminutes.com and combining the user query with the webpage.
I think this will help make the models more compact, which is a benefit all by itself, but it would also mean that knowledge can be updated much more easily.
Someone would have to actually do this in order to see if those benefits are worth the extra cost of having to load a potentially huge a tutorial into the context window, and likewise the extent to which a more compact training set makes the language comprehension worse.
-
Ask HN: Programming Courses for Experienced Coders?
The project was created and is maintained by Adam Bard, but is open sourced with over 1.7k contributors since 2013
https://github.com/adambard/learnxinyminutes-docs
-
Ask HN: How to learn to be a programmer in 20 years?
So you have studied programming for at least 5 years, what kinds of programs have you written? Apparently you have already applied your skills, since you have "created a good reputation among developers"? Why a time-frame of 20 years, why not 20 months or 20 weeks? Heck, you can learn a lot in even 20 days!
Once you have learned a few languages, libraries and frameworks then learning new stuff becomes much easier. At that point I'd recommend to check the website https://learnxinyminutes.com. Meanwhile, continue asking questions here and elsewhere :)
An other tip, if you are into computer science and algorithms stuff I recommend you try to solve problems which are posted at https://codegolf.stackexchange.com. You don't need to try solving them in less than X characters, but just to get them solved by any means necessary. And don't take too much bad influence from the posted solutions.
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 11 Dec 2024
Stats
adambard/learnxinyminutes-docs is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of learnxinyminutes-docs is Ruby.
Popular Comparisons
- learnxinyminutes-docs VS learn-x-by-doing-y
- learnxinyminutes-docs VS the-road-to-learn-react
- learnxinyminutes-docs VS materials
- learnxinyminutes-docs VS You-Dont-Know-JS
- learnxinyminutes-docs VS tour_of_rust
- learnxinyminutes-docs VS CppCoreGuidelines
- learnxinyminutes-docs VS flexboxfroggy
- learnxinyminutes-docs VS missing-semester
- learnxinyminutes-docs VS practicing-ruby-manuscripts
- learnxinyminutes-docs VS LearnOpenGL