Damian Demasi
Damian Demasi's Blog

Damian Demasi's Blog

Follow
homePortfolioSponsor me!Storebadgesnewsletter
Tag

Programming Tips

#programming-tips

More content

Read more stories on Hashnode


Articles with this tag

Navigating Mutability and Reference Issues in JavaScript

Feb 27, 20234 min read 157 views

Mutability Mutability refers to the ability of a value or data structure to be changed after it has been created. Primitive values are...

Navigating Mutability and Reference Issues in JavaScript

Learning how to code: with our special guest, Ron

Oct 12, 202210 min read 155 views

Let me introduce you to Ron, an ordinary person like you and me, except that he was born into a world of magic. Life led Ron to experience many...

Learning how to code: with our special guest, Ron

Learning how to code: the first 3 steps

Sep 21, 20229 min read 244 views

In this post, I’m going to cover the concepts described in the book Ultralearning, and describe the first three principles: Metalearning, Focus,...

Learning how to code: the first 3 steps

Learning how to code: what you should know first (part 2)

Sep 5, 20226 min read 124 views

Are you thinking of learning how to code? I think there’s still something you need to know first… This is the second post of a two parts series, and...

Learning how to code: what you should know first (part 2)

Learning how to code: what you should know first (part 1)

Aug 30, 20227 min read 300 views

Introduction Are you thinking of learning how to code? 🤔 I think there’s something you need to know first… This is the first post of a two-part...

Learning how to code: what you should know first (part 1)

GitHub Copilot blew my mind on a code-along exercise

Nov 4, 20213 min read 97 views

GitHub Copilot has surprised me beyond what I could have ever expected. I guess artificial intelligence is more capable than I thought initially, and...

GitHub Copilot blew my mind on a code-along exercise