Category: Programming

  • Learning JavaScript with Cooking Recipes – MFED 05

    After completing my React Advanced course, I’ve been playing around with different projects in hopes of using some of the material I’ve learned from it. With that, I’ve been attempting to branch out into other parts of web programming, specifically learning about backend processes. An example web app I’ve been creating to accomplish that task…

  • Creating Documentation for Projects

    Creating Documentation for Projects

    With taking on more projects that involve more than just myself, I’ve been working on writing documentation to share the knowledge around a project and store information with relevant tips to the project I’m working on. While searching for a somewhat easy-to-configure, preferably free solution to documentation hosting, I came across Read the Docs. Read…

  • Learning through Self Implementation of Features

    I recently covered FreeShow, a software made for presentations in Churches. One of the features that I liked and talked about was the open-source nature of the App. In this case, open-source means having the app’s code publicly available on GitHub, with any changes made, issues, or additions to its Codebase available to read /…

  • React State – MFED 03

    A new concept I’m starting to learn in my Coursera course on React Basics (view post series here) is React “States.” States in React is an interesting way of storing the “state” or current information about a variable or function. ⓘ As a new topic, I’m still learning how React works. For an actual professional,…