100-days-of-code VS content

Compare 100-days-of-code vs content and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
100-days-of-code content
3 123
1 8,695
- 0.8%
10.0 10.0
over 1 year ago about 7 hours ago
Markdown
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

100-days-of-code

Posts with mentions or reviews of 100-days-of-code. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-14.
  • Day 100: Lessons Learned from #100DaysOfCode
    8 projects | dev.to | 14 Nov 2022
    After earning my certificate for that program in July of this year, I continued my journey by starting freeCodeCamp's JavaScript certification. Shortly after starting the course I started the #100DaysOfCode Challenge on August 5 and on November 12 I completed the 100th day of that challenge.
  • Regular Expressions: A Basic Explanation
    3 projects | dev.to | 2 Oct 2022
    In an effort to be intentional with my weekly reflections on the #100DaysOfCode Challenge, I want to focus this post on regular expressions. While completing the scripting challenges on freeCodeCamp I struggled and felt very frustrated with the challenges that involved regular expressions. Which means ... I needed to learn more about them and on a deeper level. So here goes!
  • Day 50: Reflecting at the Halfway Point
    3 projects | dev.to | 24 Sep 2022
    Those are the triumphs, tribulations, and lessons I've learned from my first 50 days of the #100DaysOfCode Challenge. I'm looking forward to what comes next in the second half of the challenge and writing this post has helped me identify the direction I need to work toward. If you'd like to see my log entry for Day 50's study session, you can find in my GitHub repository for the #100DaysOfCode challenge.

content

Posts with mentions or reviews of content. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-13.
  • Here are the 10 projects I am contributing to over the next 6 months. Share yours
    13 projects | dev.to | 13 Apr 2024
    MDN Web Docs content
  • The character encoding cheat sheet for JS developers
    1 project | dev.to | 10 Apr 2024
    In this article, we've covered the basics of character encoding in JavaScript, including the different encoding standards, how they work, and how to work with them in Node.js and web browsers. We've also covered some best practices for working with character encoding in JavaScript and provided tips and techniques for debugging encoding issues. If you want to learn more about character encoding in JavaScript, there are several resources. The Unicode Consortium's website provides detailed information about the Unicode standard, while the Mozilla Developer Network has extensive documentation on character encoding in JavaScript. Additionally, there are several books on JavaScript that cover this topic in depth, such as "JavaScript: The Definitive Guide" by David Flanagan and "Eloquent JavaScript" by Marijn Haverbeke.
  • Explanation of CSS Gradients
    1 project | dev.to | 2 Apr 2024
    Great job! You've learned all about gradients and now you can use them like a CSS expert. With these skills, you can make your websites more colorful and attractive. you can read more in MDN website.
  • 10 JavaScript Sites Every Web Developer Should Know
    2 projects | dev.to | 31 Mar 2024
    (https://developer.mozilla.org/) MDN Web Docs is the go-to resource for comprehensive documentation on JavaScript. From beginner tutorials to advanced references, it covers everything you need to know about JavaScript, including syntax, methods, and APIs.
  • 10 Websites Every Web Developer Should Bookmark
    2 projects | dev.to | 30 Mar 2024
    (https://developer.mozilla.org/) This is your official guide to all things web development, straight from the team behind the popular Firefox browser. MDN boasts comprehensive documentation on HTML, CSS, JavaScript, and web APIs, making it an invaluable reference for developers of all levels.
  • Developer should-know websites
    3 projects | dev.to | 26 Mar 2024
    MDN Web Docs, previously Mozilla Developer Network
  • 🔥 Top 10 Best Websites to Learn Coding for Free! 💻
    2 projects | dev.to | 9 Mar 2024
    MDN Web Docs MDN Web Docs is an invaluable resource for web developers. From basic syntax to advanced concepts, you'll find comprehensive documentation on HTML, CSS, JavaScript, and more.
  • Next.js: consequence of AppRouter on your CSP
    3 projects | dev.to | 7 Mar 2024
    Nonce attribute from MDN
  • Web Development Tools and Resources
    5 projects | dev.to | 25 Feb 2024
    MDN Web Docs (Visit Site)
  • Symbiote.js 2.0
    3 projects | dev.to | 17 Jan 2024
    In Symbiote.js, almost everything you see should already be familiar to you, directly or indirectly. Unless you're new to frontend. And if you are a beginner, then you can learn the necessary basics on popular sites with documentation on modern specifications, for example MDN.

What are some alternatives?

When comparing 100-days-of-code and content you can also consider the following projects:

basic-tetris - basic tetris app using HTML, CSS, and JS based on tutorial by Ania Kubow

Propeller - Propeller - Develop more, Code less. Propeller is a front-end responsive framework based on Google's Material Design Standards & Bootstrap.

responsive-css-grid - A CSS grid template created based on the tutorial taught by Angela Delise.

sorbet - A fast, powerful type checker designed for Ruby

modal-demo

synth - The Declarative Data Generator

frontend-mentor - My solutions to challenges from Frontend Mentor

proposal-pipeline-operator - A proposal for adding a useful pipe operator to JavaScript.

JavaScript-es6-and-beyond-ebook - A comprehensive, easy-to-follow ebook to learn everything from the basics of JavaScript to ES2020. Read more on my blog https://inspiredwebdev.com or buy it here https://leanpub.com/completeguidetomodernjavascript2020. Get the course here https://www.educative.io/courses/complete-guide-to-modern-javascript?aff=BqmB [Moved to: https://github.com/AlbertoMontalesi/The-complete-guide-to-modern-JavaScript]

big-list-of-naughty-strings - The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data.

RegExr - RegExr is a HTML/JS based tool for creating, testing, and learning about Regular Expressions.

eslint-plugin-no-unsanitized - Custom ESLint rule to disallows unsafe innerHTML, outerHTML, insertAdjacentHTML and alike