Onur Taşkıran LogoOnur Taskiran's Personal BlogOnur Taskiran Blog
HomeAboutProjectsServicesContact
HomeAboutProjectsServicesContact
Onur Taşkıran LogoOnur Taskiran's Personal BlogOnur Taskiran Blog
HomeAboutProjectsServicesContact
HomeAboutProjectsServicesContact

Web Programming Posts

The Architecture of Efficiency in a Full Post Homepage Rebuild

The Architecture of Efficiency in a Full Post Homepage Rebuild

23 April 20262 min readWeb Programming

A step-by-step breakdown of converting the homepage into a full-post flow while maintaining peak performance. I detail the architectural decisions that led to a 99/99 GTmetrix result

#GTmetrix#Next.js#Performance+3 more
Git Workflow with a Classic PC Backup Approach

Git Workflow with a Classic PC Backup Approach

12 May 20257 min readWeb Programming

Learn how to use Git effectively with this simple step-by-step guide designed for developers who are familiar with manual file backups but new to version control. This practical workflow will help you maintain a stable main branch, work safely with feature branches, and easily recover from mistakes.

#Git#GitHub#Version Control+3 more
Traditional Functions vs Arrow Functions

Traditional Functions vs Arrow Functions

22 January 20256 min readWeb Programming

JavaScript provides two primary ways to define functions: Traditional Functions and Arrow Functions. While both serve the same fundamental purpose of executing tasks, they differ significantly in terms of syntax, behavior, and specific use cases.

#JavaScript#Arrow Functions#Traditional Functions
Leveraging Server Actions in Next.js 15 for Modern Web Development

Leveraging Server Actions in Next.js 15 for Modern Web Development

21 January 20255 min readWeb Programming

Next.js 15 enhances the Server Actions feature introduced in version 13, making server-side data handling and form management more efficient than ever. This guide covers the basics, real-world use cases, and comparisons with other methods.

#Next.js#Server Actions#Data Fetching
Daruka Theme for Visual Studio Code Your Personalized Dark Theme

Daruka Theme for Visual Studio Code Your Personalized Dark Theme

22 November 20244 min readWeb Programming

Daruka Theme is a modern and elegant dark theme for Visual Studio Code, tailored to enhance focus and reduce eye strain while coding. Originally a personal project, it's now available for everyone to try.

#VSCode#Dark Theme#Productivity+3 more
React with Redux From Counter to Shopping Cart

React with Redux From Counter to Shopping Cart

11 September 20247 min readWeb Programming

Redux is a powerful tool for managing state in React applications. In this guide, we'll start simple with a basic counter to help you get a grip on Redux's core concepts Then, we’ll take things up a notch and build a more complex shopping cart application step-by-step.

#React#Redux#State Management+3 more
Previous1234...8Next