Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hamza-musa/codewars

Daily Coding Exercises to sharpen problem solving skills
https://github.com/hamza-musa/codewars

code codewars coding-challenges engineering interview-questions javascript programming-exercises software-design software-development software-engineering software-team tech technical technology

Last synced: 5 days ago
JSON representation

Daily Coding Exercises to sharpen problem solving skills

Awesome Lists containing this project

README

        

# CodeWars Challenges: Visit Here

A repository filled with codewars challenges (kata). Push a minimum of 5 solutions every week.

## Lessons Learned:

The Biggest Lesson I learned in tackling this endless supply of questions is understanding that there is a long way to go. Not being able to answer a question is okay, as long as you take the initiative to improve.

## How It's Made:

**Tech used:**

Every day, the first thing I do is solve a Codewar!

## Optimizations
- Looking at best practices, spend time understanding that code and how to apply it to my code going forward.
- Consistently refactor and optimize my code, sometimes for efficiency, and sometimes for readability.