3

In Need of 100 Days of Code Ideas

 2 years ago
source link: https://dev.to/tmchuynh/in-need-of-100-days-of-code-ideas-4g81
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

In Need of 100 Days of Code Ideas

Disclaimer: This challenge will not be started until my current project reaches a publishing state

The aim is to start by April 7th


I want the time before officially starting the challenge to build a penciled in timeline for myself. I am leaning towards doing a project a day during this span of time and am compiling a list of HTML/CSS, JavaScript, React, and/or TypeScript projects to help me further my skills in these areas.

Any suggestions that the community has previously done or know is a great beginner project to start with would be greatly appreciated. So far my list starts with an Arkanoid game with TypeScript, an expense tracker and card memory game with React, and several others.

Thanks for being the supportive and encouraging community you are

Happy coding!

Discussion (2)

pic

Collapse

Expand

I always thought it’b he funny to build an app that texts a person with time it is along with a random hex value at a random interval. It sounds useless but could provide a lot of entertainment value from watching a person trying to figure out what it means.

Comment button Reply

Collapse

Expand

In addition to code, you could define exercises around the supporting tasks to take a project from source code to production. Some examples:

  • Setting up your project on Day 1 on Github. Configuring tools, PR Templates, protected branches, squash on merge, and CI workflows are a great piece to scaffold in the beginning
  • Dedicate one day to configuring cloud resources for your application
  • Create a CI/CD workflow where changes that are merged into master are deployed to a develop environment
  • Creating an automated workflow that builds your code
  • Creating a CI/CD workflow that deploys your application to production when a release is created
  • Add a CI step which lints every commit you push to Github

Some other general exercises that would be useful building a career in coding:

  • Localizing your application so it can be translated
  • Writing tests for your code!
  • Write a Readme.md page for your project

Comment button Reply


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK