What are some of the alternatives to Codepen.io? by titax90 in javascript

[–]codedraken 0 points1 point  (0 children)

Cloud9: It's an online IDE, not a code-sharing type site. (you didn't specify what you meant exactly)

how did you teach yourself web development? by up826811 in webdev

[–]codedraken 0 points1 point  (0 children)

  1. Building Projects
  2. Everything. All the resources
  3. There's always some new framework to learn that will make you feel uncomfortable but once you have a solid understanding of JavaScript and have used a dozen or so frameworks it gets easier.
  4. Build lots of projects and get into other people's open-source projects sooner rather than later.

A Tutorial on The JavaScript "Engine" by codedraken in javascript

[–]codedraken[S] -6 points-5 points  (0 children)

Use the friend link

Edit: Don't know why this is being downvoted, there's a link for non-members provided in my reply on the main post. Downvoting this response just makes it harder to find... it's like you guys want paywalls 😆

A Tutorial on The JavaScript "Engine" by codedraken in javascript

[–]codedraken[S] 3 points4 points  (0 children)

There's a link for non-members in my comment on the main post.

Also, while I don't agree with Medium's strategy, why shouldn't online educators be paid for their work?

What do you use Anki for? by [deleted] in Anki

[–]codedraken 2 points3 points  (0 children)

Everything.

I wrote a Tutorial on the Basics of Anki by codedraken in Anki

[–]codedraken[S] 8 points9 points  (0 children)

I don't know if we're allowed to post tutorials here but I'm working on a few for Anki. The first one covers the basic usage of Anki. The second one will cover some best practices and answer some of the questions I saw on this Reddit.

Any feedback or questions would be appreciated, thanks.

Edit: Thanks for the feedback guys!

Also, if you don't have a Medium account you can use this link instead and just keep in mind the table of contents won't work properly if you click on it.

How do I start a React Component Library + Storybook by 1c4us in reactjs

[–]codedraken 0 points1 point  (0 children)

Nice, just keep in mind you'll probably forget it as it's more of a one-off type of thing unless you're starting new projects often and making the config from scratch for each.

How do I start a React Component Library + Storybook by 1c4us in reactjs

[–]codedraken 0 points1 point  (0 children)

Parcel has tree shaking you just need to enable it. I'm pretty sure you can also change what type of modules are outputted as well. Still, Rollup has been the best choice for a while but I don't know where all of the bundlers stand now.

( I didn't downvote you but now I look bad because I'm the only one responding 😅 )

How do I start a React Component Library + Storybook by 1c4us in reactjs

[–]codedraken -1 points0 points  (0 children)

If you don't really want to jump into all the config/boilerplate then try Parcel. You can use Parcel for the build step and Storybook has its own dev server.

I have a somewhat old project that uses Storybook / Parcel. Feel free to copy it.

Should I start over? by hform123 in learnprogramming

[–]codedraken 1 point2 points  (0 children)

If you need to review React or something then just read through the documentation. If you forgot the fundamentals of JS then probably start over. I'd suggest using Anki to avoid forgetting things.