Category: Programming

  • Working with tickets – Dashboard [Part III]

    Working with tickets – Dashboard [Part III]

    Part of the events dashboard I’m working on is the ticket creator. This allows the user to create tickets for their event, with relevant details, like the time for sale – the timeframe that users have to get a ticket, the quantity of tickets available, and some additional features that the client requires that won’t…

  • Designing a Dashboard – [Part one]

    Designing a Dashboard – [Part one]

    Last week, I started my first web design project for a client. This project includes the basic construction of a full dashboard, complete with grids, data analytics, and options to create items in the grids. The backend will be done with Xano, which will handle all databases and authentication with the API requests. In the…

  • 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…