aleksa-codes
JS enjoyer, Web developer, Computer Science student, 90s kid, and a gamer.
looking-for-a-jobBelgrade, Serbia
Pinned Repositories
aleksa-codes
astro-portfolio
Personal portfolio and blog using MDX. From Gatsby, to Next.js and now on Astro! This website has come a long way... and will always be under construction.
chat-react-socketio-client
Client side for a simple Chat App with React and backend with Express using SocketIO. Frontend is deployed on Vercel and backend on Render. Server repo: https://github.com/aleksa-codes/chat-react-socketio-server. IMPORTANT: server takes 3-5mins to start after idle
chat-react-socketio-server
Server side for a simple Chat App with React and backend with Express using SocketIO. Frontend is deployed on Vercel and backend on Render. Client repo: https://github.com/aleksa-codes/chat-react-socketio-client
cloudinary-upload-demo
☁️ Next.js 14 (app router) image upload using Cloudinary (API and npm package)
easy-website-blocker
🚫 Chrome extension to block distracting websites with customizable exceptions
gpt-filesmith
🌌 Interdimensional file generator inspired by Rick and Morty's interdimensional cable. Type any URL or path (like /spaceship.js, /pizza-menu.html) to "visit" and generate a unique file using OpenAI's API.
gpt-flux-img-captioner
🖼️ Web app for generating detailed, comma-separated image captions with OpenAI's API, perfect for LoRA model training. Upload images, add custom prefixes/suffixes, and download captions as a ZIP file.
my-next-meal-pwa
🍔 Progressive Web App that generates random meal ideas with recipes, perfect for when you're unsure what to eat. Installable on any device for easy access anytime.
resume
Resume/CV done in HTML and CSS. The goal was to create a customizable template for a Resume, that can later be converted into a PDF with selectable text and high-quality icons.
aleksa-codes's Repositories
aleksa-codes/astro-portfolio
Personal portfolio and blog using MDX. From Gatsby, to Next.js and now on Astro! This website has come a long way... and will always be under construction.
aleksa-codes/chat-react-socketio-client
Client side for a simple Chat App with React and backend with Express using SocketIO. Frontend is deployed on Vercel and backend on Render. Server repo: https://github.com/aleksa-codes/chat-react-socketio-server. IMPORTANT: server takes 3-5mins to start after idle
aleksa-codes/cloudinary-upload-demo
☁️ Next.js 14 (app router) image upload using Cloudinary (API and npm package)
aleksa-codes/easy-website-blocker
🚫 Chrome extension to block distracting websites with customizable exceptions
aleksa-codes/easy-website-gpt
🤖 Chrome extension to chat with any webpage using OpenAI's API - ask questions about any website's content
aleksa-codes/gpt-flux-img-captioner
🖼️ Web app for generating detailed, comma-separated image captions with OpenAI's API, perfect for LoRA model training. Upload images, add custom prefixes/suffixes, and download captions as a ZIP file.
aleksa-codes/interview_questions
aleksa-codes/javascript-ninja
Course files following "Modern JavaScript (from Novice to Ninja)" on Udemy.
aleksa-codes/learn-astro-build
First time building an Astro static site. Learned a lot about the framework by building a website with markdown blog.
aleksa-codes/lorem-wars
Star Wars Fade/Scroll Text Effect
aleksa-codes/loruki-website-practice
Cloud Hosting Website - HTML/CSS practice
aleksa-codes/my-next-meal-pwa
🍔 Progressive Web App that generates random meal ideas with recipes, perfect for when you're unsure what to eat. Installable on any device for easy access anytime.
aleksa-codes/portfolio-v1
Old personal website ported from Gatsby to Next.js, styled with CSS modules
aleksa-codes/resume
Resume/CV done in HTML and CSS. The goal was to create a customizable template for a Resume, that can later be converted into a PDF with selectable text and high-quality icons.
aleksa-codes/starbucks-landing-page
aleksa-codes/workout-buddy-server
Server side for a Workout MERN application. Frontend is deployed on Vercel and backend on Render. Client repo: https://github.com/aleksa-codes/workout-buddy-client
aleksa-codes/aleksa-codes
aleksa-codes/chat-react-socketio-server
Server side for a simple Chat App with React and backend with Express using SocketIO. Frontend is deployed on Vercel and backend on Render. Client repo: https://github.com/aleksa-codes/chat-react-socketio-client
aleksa-codes/fjord
NextJS 14 for Headless Wordpress Template
aleksa-codes/flappy-bird-clone
Flappy Bird cone made with astro.build
aleksa-codes/gpt-filesmith
🌌 Interdimensional file generator inspired by Rick and Morty's interdimensional cable. Type any URL or path (like /spaceship.js, /pizza-menu.html) to "visit" and generate a unique file using OpenAI's API.
aleksa-codes/hello-fresh-clone
Practiced some Astro with Tailwind/daisyUI by recreating similar landing page website for the HelloFresh, meal service.
aleksa-codes/next-counter-and-pomo
Started learning useState and useEffect on a simple Counter app ⚛️ After I managed to get auto counting working, decided I could extend it to a Pomodoro timer 🍅 with Dark Mode 🌙
aleksa-codes/workout-buddy-client
Client side for a Workout MERN application. Frontend is deployed on Vercel and backend on Render. Server repo: https://github.com/aleksa-codes/workout-buddy-server. IMPORTANT: server takes 3-5mins to start after idle
aleksa-codes/langchain-nextjs-template
LangChain + Next.js starter template
aleksa-codes/NBA-Machine-Learning-Sports-Betting
NBA sports betting using machine learning
aleksa-codes/next-13-lucia-auth-drizzle-turso-sqlite-magic-link
Simple Demo of Lucia Auth using Drizzle ORM, Turso Tech (SQLite) & Resend (Transactional Emails) to make Magic Link Authentication work
aleksa-codes/openai-assistants-quickstart
OpenAI Assistants API quickstart with Next.js.
aleksa-codes/PIiVT-2022
aleksa-codes/zod-to-openai-tool
Easily create tools from zod schemas to use with OpenAI Assistants and Chat Completions, inspired by tRPC