profile
Improving Everyday
post-thumbnail

Debugging

Debugging is the act of finding and fixing errors within programs. This is something all developers do daily no matter which language (JavaScript, Python, C, etc.) is used. These errors are also called software bugs which are defects or problems in a computer program that displays unexpeected or unintended behavior. The term 'bug' was first named back in 1940 at Harvard

2021년 7월 27일
·
0개의 댓글
·
post-thumbnail

Using Prettier in JavaScript

Prettier is a coding tool that is used in JavaScript to consistently stylyze the format of our code and re-print it with its own rules that take the maximum line length into account, wrapping code when necessary. With this tool, we do not need to worry about format as it automatically does it for us. Apparently, there had been an on-going debate in the past about w

2021년 7월 25일
·
1개의 댓글
·
post-thumbnail

How To Succeed At Learning How To Code

We all have our own reasons to why we decided to become a programmer/developer. Some people may have a degree in programming-related field to begin with. Others may have chosen to switch careers by graduating from a bootcamp. Whatever the reason, we have all arrived at this point today to continue coding. Even now, it is important to always think about why we decided to code in the first

2021년 7월 24일
·
0개의 댓글
·
post-thumbnail

Here we go again!

JavaScript was the very first programming language that I had started out when I first started my journey of becoming a developer as a non-major. Reflecting back on my very first past learning experiences with JavaScript, I started out pretty smoothly until I soon found myself being lost through the middle of the process. Even though I was struggling, I kept rushing my

2021년 5월 18일
·
1개의 댓글
·