Aws AWS SQS SQS is one of several AWS services that allows communication between your AWS resources. Today I am learning about it in my Udemy course. Here are some notes.
Aws AWS Cloudformation - intrinsic functions AWS Cloudformation is a really great AWS service for creating “infrastructure as code”.
Design Helpful design notes - fonts It’s been a while since we had a new post on design so here we go.
React Node.js Mongodb Mongoose Database MERN stack - flashcard app My latest project was a full stack MERN app.
Javascript React Redux Learning Redux Currently I am learning redux to help me build a small react application. I am following along with Brad Traversy’s 2018 tutorial on redux found here. I am taking notes while following this
Javascript Some JavaScript array methods, how they work, when to use them Here are a few JavaScript array methods that I recently learned about in my JavaScript course. Some are relatively new additions to JavaScript and some are not, but I have learned about them
Javascript When to use the different JavaScript data structures A few quick notes from my Udemy Javascript course on when you should use different types of JavaScript data structures. The course is “The Complete JavaScript Course 2020: From Zero to Expert!”, which
React Node.js Making a React/Node.js app When I was in school we learned about fetching data from external APIs. At the time I found a news API where you could filter articles based on topic. Since I previously went
React Aws Serverless Deploying simple React app with Serverless / AWS I am learning Serverless and AWS for work. Here is what I did to deploy a basic app with Serverless.
React Devops How I configured ESLint and Prettier for React at work At work we are doing some set-up on our projects so we can work better as a team, especially as we grow. It made sense to look into linting and formatting we can
Devops How to fully delete Visual Studio Code from Windows 10 Recently I was messing around in my VS Code settings trying to get some new extensions to work. Long story short, I was following along with a tutorial, clicked a few things I
Design Usability - notes from design course I am back working on my Udemy course, “Master Digital Product Design: UX Research and UI Design”. In this post I will add some notes on usability.
Javascript Debugging Memory Dealing with memory leaks While working on a particularly difficult task at work I ended up learning a lot about memory leaks.
Sql Database Learning SQL Part 3 The previous post was getting a little long, so here is the last of the notes from my freecodecamp course in SQL.
Design Notes from UX design Udemy course I really love design. It was an area I did well in during school and my instructor commented on this a few times. I want to improve my skills and build a portfolio
Wordpress Using WordPress again - getting started We learned WordPress in school briefly as part of our CMS course. I could possibly get to work on some small freelance WordPress projects in the near future so I am relearning WordPress