RSSAmplifier

Blog

Tronic247

Posandu's personal blog

tronic247.comRSS feed ↗66 posts

Latest posts

Add Material Design colors to TailwindCSS

Add Material Design colors to TailwindCSS

Get the time distance as words in JavaScript

Get the time distance as words in JavaScript

Initialize Git in a Directory

Initialize Git in a Directory

Node.js copy to clipboard

Node.js copy to clipboard

How I made my Excel timetable sync to Google Calendar

Opening my Excel timetable every time I wanted to see my schedule was a pain. So I decided to write a script to convert it to Google Calendar.

Creating the smallest possible router in JavaScript

Code golfing a router in JavaScript to the smallest possible size.

Return type of setTimeout and setInterval in JavaScript

Fixing TypeScript errors by getting the return type of the timeout functions.

Creating a Discord bot with JavaScript and hosting it

A guide on how to create a Discord bot with JavaScript and host it for free using Railway.

Methods to Load Data in Svelte and SvelteKit

Learn different methods to load data in Svelte and SvelteKit in both frontend and backend applications.

Drizzle ORM with SvelteKit

How to set up Drizzle to query your database in a SvelteKit app.

Migrating Tronic247 from WordPress to SvelteKit

How I migrated my blog from WordPress to SvelteKit for better performance and flexibility.

16+ JavaScript snippets to save your time

A collection of JavaScript snippets to save you some time.

3 javascript:void alternatives

Learn some alternatives to javascript: void.

Firebase authentication in Next.js

A tutorial on how to add Firebase authentication to a Next.js app.

Adding your discord status to a website

Learn how to add your Discord status to your website using Lanyard.

Beautiful particles with Javascript

Best UI libraries for React

A list of the best React UI libraries and a comparison of them.

Color changing images

Poll App using Next.js

In this tutorial, we will create a poll app using Next.js, Prisma, and MySQL.

Simple static site generator with Rust

A simple static site generator written in Rust.

Create a SPA with PHP

How to create a single-page application with PHP and Instantclick.js.

Create the sidebar in Google drive with CSS and HTML

Recreating the sidebar in Google Drive with CSS and HTML just for fun.

Creating a Github Gist Clone with PHP

In this post, we'll create a site like Github Gist using PHP, CSS, and a line of JavaScript!

Creating a rewards system with JavaScript

A tutorial on how to create a daily badge rewards system with TypeScript, Prisma, and Next.js.

Creating a todo CLI with Rust

A small tutorial on how to create a todo CLI application with Rust, using local JSON files to store the data.

Infinite scrollable list with JavaScript

A tutorial on how to create an infinite scrollable list with JavaScript.

CSS button design ideas

CSS/Frontend resources you must take a look at

A list of resources that might be useful for CSS or Frontend developers.

Discovering Svelte: Things I Learned While Using Svelte

Discover some cool features of Svelte, and learn how to use them to build awesome web applications.

Glassmorphism login form with CSS

A simple login form with a glassmorphism effect using CSS.

Add a fixed background image with CSS

Add a link in HTML

Add a table in HTML

Add a video in HTML

Add a button in HTML

Nprogress with SvelteKit

A simple guide to add Nprogress to SvelteKit to show a progress bar when navigating between pages.

How to add Prisma to a Next.js project

Learn how to add Prisma to a Next.js project and connect it to a MySQL database.

Add special characters in HTML

Change styles in text with CSS

Create a 3d button with CSS

Create a realistic 3d button with CSS.

Create a CSS dropdown

Create a drawing app with React

A tutorial on how to create a drawing app with React using the canvas element.

Expanding search form with CSS

Learn how to create a expanding search form with CSS.

Modal with pure CSS

Creating a modal/pop-up with pure CSS without any JavaScript.

PHP Login System

Snowfall with Javascript

A simple tutorial on how to create a snowfall effect with JavaScript.

MacOS dock hover effect with CSS and JavaScript

Recreating an effect seen in MacOS' taskbar using CSS and a bit of JavaScript.

Creating a card with HTML and CSS

Creating desktop apps with web technologies

Create your own desktop app with HTML, CSS, and JavaScript using the Electron framework.

Edit code online