DCDenis Cabreraindeniscabrera.dev·Mar 1, 2022 · 2 min readMy 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...00
DCDenis Cabreraindeniscabrera.dev·Feb 27, 2022 · 1 min readWhat 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...00
DCDenis Cabreraindeniscabrera.dev·Feb 26, 2022 · 1 min readJavaScript: 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...02JD
DCDenis Cabreraindeniscabrera.dev·Feb 25, 2022 · 1 min readGetting 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...03EMJ