Barbarageekiebarbs.hashnode.dev·Feb 18, 2024Build 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...DiscussPackageJS
Barbarageekiebarbs.hashnode.dev·Jan 17, 2024Delete 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...Discuss·10 likesPackageJS
Barbarageekiebarbs.hashnode.dev·Jan 15, 2024How 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...Discuss·11 likes·29 readsPackageJS
RichGod Usenrichgodsblog.hashnode.dev·Dec 13, 2023Deploying a PackageJS Project to UI Firebase (PRO TIP)Hey there! Yes the title of this blog might have you thinking, "isn't there a YouTube tutorial on this already?" Well, there is, but this is a method I use and I'm happy to put out here as a second option to help improve your efficiency. So, let's ge...Discuss·11 likesJavaScript
RichGod Usenrichgodsblog.hashnode.dev·Nov 28, 2023Why I Switched Operating SystemsHey! It's been a minute. I've been itching to get back into writing, especially to document my tech journey. Before my writing hiatus, I was deep into my PackageJS series. I was just about to finish up the article on building a static blog with Packa...Discuss·10 likesTech Journey ShenanigansLinux
Fortune Preciousfortuneprecious.hashnode.dev·Aug 2, 2023PACKAGEJS: Building a static blog template with ReactJS UIWelcome again, guys! I'll be guiding you through building a static blog with ReactJS as the UI template and Firebase for handling the database. You'll need your app set up before proceeding. So I would advise you to follow the blogs below to complete...DiscussPackageJS
RichGod Usenrichgodsblog.hashnode.dev·Jul 25, 2023PACKAGEJS: Installing & Setting Up PostgreSQL In WSLI'll walk you through the entire process of installing and setting up PostgreSQL on WSL, so you'll have a handy guide when you decide to get the PostgreSQL expansion bundle for PackageJS. We'll cover everything step-by-step: starting from the install...Discuss·10 likes·153 readsPackageJSPackageJS
Richard Opuiyoric-dev.hashnode.dev·Jun 26, 2023Building a To-do app with PackageJSPrelude (ensure node is running in the virtual environment) It is important to note that after downloading the node-v14.18.2-linux-x64.tar.gz (for Linux) on your system, it is stored in the local storage, most likely the Downloads folder. so, you wil...Discuss·26 readsPackageJS
RichGod Usenrichgodsblog.hashnode.dev·Jun 14, 2023PACKAGEJS: Changing the default theme to TailwindCSSHey again! In the previous blog, I guided you through automatically generating our interface for the to-do app. This time, I'll provide a step-by-step tutorial on changing our default theme to TailwindCSS. Changing our default theme file directory Fi...Discuss·12 likes·82 readsPackageJStodoapp
RichGod Usenrichgodsblog.hashnode.dev·Jun 6, 2023PACKAGEJS: Building a To-do app UI- reactjs starter kitHi there! In part 1, we successfully built and launched our API, this time I'll guide you on how you're going to automatically generate and customize your user interface via yours truly PackageJS. You've already had a glance at what the interface of ...Discuss·22 likes·100 readsPackageJSJavaScript