Web·log

back home

The only right way to connect Google’s Firestore to Nuxt 3

I’ve tried all that’s on the web and wasted so much time on this that I just felt the duty to write this short article. To connect Nuxt 3, a vuejs framework and firestore, google’s cloud database, here is what you need to do.

The only right way to connect Google’s Firestore to Nuxt 3
November 14, 2024

העברתי פרויקט שלם מפוסטגראס-קיו-אל לפיירסטור (גוגל)

העברתי את הפרויקט שלי מפוסטגראס-קיו-אל לפיירסטור של גוגל.

העברתי פרויקט שלם מפוסטגראס-קיו-אל לפיירסטור (גוגל)
3 ביולי 2024

Firestore Database: Cheat Sheet (Python)

The quickest way to get started with Google’s Firestore Database using Python.

Firestore Database: Cheat Sheet (Python)
June 30, 2024

Creating a cute hamburger menu with vuejs & tailwindcss

Hey! This is another short article that I thought I’ll publish because I know that if I came across an article similar to this one, I would save some important development time.

Creating a cute hamburger menu with vuejs & tailwindcss
March 23, 2024

הפרויקט הראשון שלי

טיפה יותר משנה לאחר שהתחלתי את הפרויקט ויז'ואתלט (עוד במלשביות) אני מוריד רגל מהגז. הייתי שמח לסכם את המסע הזה שכלל בעיקר סופ"שים וחגים ושעד עכשיו אני אפילו לא מבין איך בדיעבד יכולתי פשוט לשרוף על פרויקט כזה כל כך הרבה זמן.

הפרויקט הראשון שלי
23 במרץ 2024

Creating a Responsive Navbar with Scroll-Based Visibility (Inspired by Instagram, X, etc.) using Vue.js

Don’t settle on an absolute-positioned <nav> element just yet. Creating a responsive navbar is easier than you think. In short, all you have to do is:

Creating a Responsive Navbar with Scroll-Based Visibility (Inspired by Instagram, X, etc.) using Vue.js
March 23, 2024

How to export a PostgreSQL database to a local file

It takes two steps to export a PostgreSQL database, first export a sql-script and then restore the data from it. The following tutorial works both on a local database and an external one, as long as they allow outside requests.

How to export a PostgreSQL database to a local file
August 21, 2023