geekiebarbs.hashnode.devBuild with PackageJS (Part 1&2)In this article, we'll go through a series of learning to put components together for our website with PackageJS. Relax, pay attention, and let's dive in! PackageJS is a low-code framework that simplifies the creation of full-stack RESTful APIs and U...Feb 18, 2024·5 min read
geekiebarbs.hashnode.devDelete data from database (MariaDB) with packageJSAs a packageJS developer, there would be times where you may need to delete data from a database and might need guidance hence the reason for the blog. Here's how to delete data from the database. To clear or delete data from your MariaDB database, y...Jan 17, 2024·3 min read
geekiebarbs.hashnode.devHow to modify permission in your workspace with packageJS (iOS version)I faced a significant challenge while attempting to modify user permissions, and I wouldn't want you to encounter the same hurdle. You may want to change file ownership in your workspace to share them or swap workspaces. Here's how you do it: With y...Jan 15, 2024·2 min read
geekiebarbs.hashnode.devBuild a Countdown app with Vue.js using Composition APIRecently I started learning Vue.js, and to my luck, it was being taught at the Sailscast community workshop. In the workshop, we were asked to build a countdown watch as a take-home assignment. Recognizing the value of documenting my journey, I decid...Aug 18, 2023·5 min read
geekiebarbs.hashnode.devBuild a CRUD API with Typescript, Node.js, Express and PostgreSQLAs a Software developer, working with APIs is crucial for seamless communications between software systems. In this tutorial, we will explore API development and learn how to build a CRUD RESTful API in a Node.js environment using TypeScript. We will...Aug 9, 2023·12 min read