freeCodeCamp grants certificates to candidates after they finishing a topic/chapter which can enrich your portfolio However, if you are looking/preparing for jobs, leetcode is better
Based on our record, Free Code Camp seems to be a lot more popular than Practical Common Lisp. While we know about 577 links to Free Code Camp, we've tracked only 52 mentions of Practical Common Lisp. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
FreeCodeCamp Freecodecamp.org Free coding tutorials, including responsive design and JavaScript. - Source: dev.to / 2 months ago
Freecodecamp provides 10+ free web development courses in JavaScript, Python, front-end, and back-end that are more than enough to kickstart any developer's career. You learn through interactive coding exercises and articles, and can participate in forum discussions when you get stuck or need help. - Source: dev.to / about 1 year ago
Don't do bootcamp. Start with something like https://freecodecamp.org and take a few lessons. Try to build something from that and see how motivated you are. If you see some progress and this thing still excites you, then may be find an engineer (a friend/co worker etc) who can guide you a bit as you continue to build something. Start small and stay away from bootcamps (my 2 cents). - Source: Hacker News / over 1 year ago
Self-learning after hours to code: freecodecamp.org. Source: over 1 year ago
An effective way to improve your JavaScript skills is working through coding challenges and exercises. Sites like ReviewNPrep, FreeCodeCamp, and HackerRank have tons of challenges that allow you to practice JavaScript concepts by building mini-projects and solving problems. These hands-on challenges force you to apply what you learn. Source: over 1 year ago
I began learning Common Lisp (CL) from the Common Lisp HyperSpec (CLHS): https://www.lispworks.com/documentation/HyperSpec/Front/Contents.htm When I began learning CL about two decades ago, I did not know of any other source, so CLHS was my only source back then and I think it has served me well. A popular recommendation these days is Practical Common Lisp (by Peter Seibel): https://gigamonkeys.com/book/. - Source: Hacker News / 4 months ago
A quote originally (AFAIK) from the wonderful (and free!) book 'Practical Common Lisp'. https://gigamonkeys.com/book/. - Source: Hacker News / 8 months ago
The Giga Monkeys Book, Practical Common Lisp is also excellent: https://gigamonkeys.com/book/. - Source: Hacker News / 10 months ago
> So it's really pick your poison; either the child controls the call, at the risk of doing it wrong or not at all, or it doesn't but then certain things become impossible. CL lets you do both in various ways: the typical way to define a constructor is an :AFTER method that just sets the slots (fields in other languages) of the object and having a lot of behavior in constructors is unusual. You can also define an... - Source: Hacker News / about 1 year ago
There are a bunch of things to learn from Lisp: * list processing -> model data as lists and process those * list processing applied to Lisp -> model programs as lists and process those -> EVAL and COMPILE * EVAL, the interpreter as a Lisp program * write programs to process programs -> code generators, macros, ... * write programs in a more declarative way -> a code generator transforms the description into... - Source: Hacker News / about 1 year ago
Codecademy - Learn the technical skills you need for the job you want. As leaders in online education and learning to code, we’ve taught over 45 million people using a tested curriculum and an interactive learning environment.
Land of Lisp - Learning Resources
The Odin Project - How it works. This is the website we wish we had when we were learning on our own. We scour the internet looking for only the best resources to supplement your learning and present them in a logical order.
Hackr.io - There are tons of online programming courses and tutorials, but it's never easy to find the best one. Try Hackr.io to find the best online courses submitted & voted by the programming community.
edX - Best Courses. Top Institutions. Learn anytime, anywhere.
Racket Lang - Racket (formerly PLT Scheme) is a modern programming language in the Lisp/Scheme family, suitable...