Infinite Marquee
CSS Scroll Animation Marquee achieve the horizontal scrolling animation of blocks. The general procedures are as follows: Create blocks of content (e.x., logos) to be animated inside a wrapper...
CSS Scroll Animation Marquee achieve the horizontal scrolling animation of blocks. The general procedures are as follows: Create blocks of content (e.x., logos) to be animated inside a wrapper...
CSS Scroll Animation Scroll animation utilize the property animation-timeline:view, a modern CSS feature that allows animations to be controlled based on an element’s position within the viewport....
CSS Border Animation Animating the border of a card using pseudo-elements is a great way to add visual interest to your website. Below is an example of how you can achieve this effect using CSS. T...
Install NodeJS Server in Raspberry Pi Check this tutorial: https://fleetstack.io/blog/cloudflare-tunnel-raspberry-pi-setup sudo apt update sudo apt install nodejs npm -y Create app.js const http...
Complete Guide: Setup VSCode with Ollama This guide will walk you through setting up VSCode with Ollama, installing models, and running them locally. 1️⃣ Install Ollama** Download and Install ...
Guide to Using Ollama Ollama allows you to run large language models (LLMs) like LLaMA, Mistral, and more on your local machine. 1️⃣ Install Ollama 🔹 On macOS & Linux Run the following com...
GitHub offers free web hosting under its free plan, but it requires the hosting repository to be public. This can be a drawback for those who want to keep their code private. To overcome this limit...
You just bought a domain, but it doesn’t come with an email. I will guide you to set up your email on your own domain. Requirements A Google Gmail account A custom domain Transfer Domai...
What is Jekyll? Jekyll is a static website generator that transforms plain text into static websites and blogs. It’s perfect for developers who want a simple, fast, and customizable blogging platfo...
A complete guide for custum domain for Github Gitbub provides free static website hosting services. (If you have already setup your username.github.io page, you can skup this step.) To get started,...