deniscabrera.devMy Thoughts on Information Overload ๐คฏ๐ตโ๐ซWhat is Information Overload ? ๐ค In my own words, information overload is having too much information about a topic or too many choices that it prevents us from making a decision. I have experienced this in many areas of my life and I know many peop...Mar 1, 2022ยท2 min read
deniscabrera.devWhat I learned today: Part 1Busy work day but I managed to get some podcasts in while driving to and from work. I also listen to podcasts while I walk my dogs or clean my apartment. CodeNewbie Podcast Summary: Here Cassidy Williams talks about her journey into programming and...Feb 27, 2022ยท1 min read
deniscabrera.devJavaScript: Arrays vs Objects General OverviewArrays: Arrays are used to store a collection of items which are of the similar type. let colors = [ 'blue', 'red', 'green' ]; // This is an array of strings Key Takeaways from Arrays: Arrays are a special type of objects Good for sorting and loopi...Feb 26, 2022ยท1 min read
deniscabrera.devGetting StartedHi ๐ This is my first blog post on this platform. I enjoy writing and I love tech. I want this place to be somewhere where I come to share ideas and learn from others. I am starting my journey into programming as I finish my bachelors degree in Comp...Feb 25, 2022ยท1 min read