Blog

Your blog category

  • Data Privacy Laws 2023 (TLDR)

    Data privacy laws are infuriatingly complicated because of the nature of the internet is that it is accessed by countries around the globe, thus resulting in jurisdiction complications. To add insult to injury, the governments around the world are continually updating laws. Here is a brief summary of where data privacy laws stand in 2023.… Continue reading

  • Intellectual Property and its Protection Methods (TLDR)

    Intellectual property may consist of ideas, procedures, mathematical formulas, source code, and other unique abstract entities used by a given company. Intellectual property is key to successful competition in most industries. In order protect intellectual property, there is a wide variety of laws and processes that are employed. Patent Law Patents are legal records that… Continue reading

  • More PWA notes

    Resources on learning about PWAs Tutorials: Anatomy of a Manifest File Continue reading

  • Making iOS apps and PWA’s (TLDR)

    Some things I am learning Continue reading

  • PWAs vs Native Apps (TLDR)

    There are two ways to make apps. They are similar yet very different in the end. PWAs PWAs are compatible with most devices, which makes the coding process more time efficient. They act like native apps and can be placed on the home screen, but without the need for an app store as an intermediary.… Continue reading

  • How to Hold a Client Meeting

    This is for my own reference, but I am making it public in case someone else finds it helpful Continue reading

  • Creating a Project Scope Document

    I am currently working on creating a contract document for a client. This post contains my notes on what a scope and project has to include. Scope Outline: Description The description is a big picture summary of the project and its goals will be. It is easier to finish writing this after the rest of… Continue reading

  • JSON Basics

    Today I am learning about JSON on LinkedIn Learning because I opened a link to have free access to it for 24 hours. Here are some of my notes. I also learned along the way that GitHub has branches that can be used to track versions of files for things like tutorials. Slightly more advanced… Continue reading

  • Backing Up My Old Website

    Today is website backup day! I previously used tealsparrow.com as my old website during the time I was at school earning my Web Development and Design Specialist associate degree. I now need to figure out how to port all of my hard-coded and CMS websites into my new website under either a portfolio name or… Continue reading

  • Learning how to build WordPress Themes

    I am currently trying to read up on how to create WordPress themes. It is simultaneously more simple and more complex than I anticipated. Websitesetup.org A read an article from websitesetup.org by Danny Cooper that showed my how to build the most basic WordPress theme from scratch. It was honestly pretty overwhelming, but I gathered… Continue reading