Homepage
Open in app
Sign inGet started

ÇSTech

Çiçeksepeti Tech

Product Structure Transition: Seamless Migration from Legacy to New System

Product Structure Transition: Seamless Migration from Legacy to New System

1. Introduction
Go to the profile of anilterzi
anilterzi
Apr 13
Ürün Yapısı Geçişi: Eski Sistemden Yeni Sisteme Kesintisiz Geçiş

Ürün Yapısı Geçişi: Eski Sistemden Yeni Sisteme Kesintisiz Geçiş

1. Giriş
Go to the profile of anilterzi
anilterzi
Apr 13
Writing Clean Code in JavaScript: Tips and Tricks

Writing Clean Code in JavaScript: Tips and Tricks

Clean code is the foundation of maintainable and scalable software. In this article, I’ll share practical tips and tricks for writing clean…
Go to the profile of Oguzhan Yuksel
Oguzhan Yuksel
Dec 16, 2024
The Impact of Cultural Diversity on E-commerce Designs — Part 1

The Impact of Cultural Diversity on E-commerce Designs — Part 1

As someone working in the e-commerce sector, my curiosity about understanding the diversity in the e-commerce experiences of users from…
Go to the profile of Elif Yardımcı
Elif Yardımcı
Dec 29, 2023
Demystifying Kubernetes’ Vertical Pod Autoscaler (VPA): Optimizing Resource Management

Demystifying Kubernetes’ Vertical Pod Autoscaler (VPA): Optimizing Resource Management

Introduction
Go to the profile of Ali Altoğ
Ali Altoğ
Dec 29, 2023
Accessibility Principles for Designers

Accessibility Principles for Designers

The Web Content Accessibility Guidelines (WCAG), briefly, are a set of principles that must be adhered to for greater accessibility of all…
Go to the profile of Buğrahan Sezgin
Buğrahan Sezgin
Dec 28, 2023
PowerShell Komut Dosyalarını Görev Zamanlayıcıyla Otomatikleştirme

PowerShell Komut Dosyalarını Görev Zamanlayıcıyla Otomatikleştirme

### → Ne İşe Yarar ?
Go to the profile of Ozan Dilek
Ozan Dilek
Nov 21, 2023
Design Patterns Widely Used by JavaScript & React Developers

Design Patterns Widely Used by JavaScript & React Developers

Design patterns are crucial for software developers and architects, offering proven solutions to common development challenges. They…
Go to the profile of Oguzhan Yuksel
Oguzhan Yuksel
Nov 8, 2023
JavaScript Modules: Strategies to Improve Code Quality and Efficiency

JavaScript Modules: Strategies to Improve Code Quality and Efficiency

JavaScript is one of the milestones of web development. It is used to increase interaction on websites and add dynamism to the websites…
Go to the profile of Büşra Özmen
Büşra Özmen
Nov 8, 2023
Server-Side Rendering Evolved: Unlocking Faster TTFB and TTI with Streaming SSR

Server-Side Rendering Evolved: Unlocking Faster TTFB and TTI with Streaming SSR

Hi everyone!
Go to the profile of Oguzhan Sofuoglu
Oguzhan Sofuoglu
Nov 3, 2023
Server-Side Rendering Evrimi: Streaming SSR ile TTFB ve TTI Sınırlarını Kaldırın

Server-Side Rendering Evrimi: Streaming SSR ile TTFB ve TTI Sınırlarını Kaldırın

Herkese selam!
Go to the profile of Oguzhan Sofuoglu
Oguzhan Sofuoglu
Nov 3, 2023
JavaScript Modülleri: Kod Kalitesini ve Uygulama Verimliliğini Yükseltme Stratejileri

JavaScript Modülleri: Kod Kalitesini ve Uygulama Verimliliğini Yükseltme Stratejileri

JavaScript, web geliştirmenin temel taşlarından biridir. Web sitelerinde etkileşimi arttırmak ve sitelere dinamizm katmak için kullanılır…
Go to the profile of Büşra Özmen
Büşra Özmen
Nov 2, 2023
Demystifying JavaScript Virtual DOM: A Guide for Web Developers

Demystifying JavaScript Virtual DOM: A Guide for Web Developers

In the fast-paced world of web development, efficiency and performance are paramount. To address these challenges, the concept of the…
Go to the profile of Umur Akbulut
Umur Akbulut
Oct 27, 2023
JavaScript Generators vs. Functions: Unraveling the Differences

JavaScript Generators vs. Functions: Unraveling the Differences

JavaScript is a versatile and dynamic programming language that offers a variety of tools and features to developers. Two essential…
Go to the profile of Emir AKAR
Emir AKAR
Oct 27, 2023
Strengthening Security in Data Warehousing and Business Intelligence

Strengthening Security in Data Warehousing and Business Intelligence

In today’s digital world, where data is incredibly valuable, security is a big concern for developers. This is especially true for Data…
Go to the profile of Furkan Yusuf Pek
Furkan Yusuf Pek
Aug 22, 2023
Run Locust Standalone on Cloud Run

Run Locust Standalone on Cloud Run

Hi Everyone,
Go to the profile of Ali Altoğ
Ali Altoğ
Jul 16, 2023
UI Test Automation: Snapshot Testing in IOS

UI Test Automation: Snapshot Testing in IOS

As our app evolves, designs may shift, but with snapshot tests, we’re swift to lift 🚀
Go to the profile of Beyza Budak
Beyza Budak
Jul 6, 2023
Motivating Your Team with Creative Retro Meetings

Motivating Your Team with Creative Retro Meetings

Embrace the Retro, Ignite the Team 🔥
Go to the profile of Beyza Budak
Beyza Budak
Jul 6, 2023
Popüler CSS Kütüphaneleri

Popüler CSS Kütüphaneleri

Selamlar, bu yazımda sizlere CSS’i daha kolay ve verimli bir şekilde yazmak için kullanılan Popüler CSS kütüphanelerinden bahsedeceğim.
Go to the profile of Büşra Özmen
Büşra Özmen
Jul 6, 2023
React useState Hook vs. Solid createSignals Hook

React useState Hook vs. Solid createSignals Hook

In the world of modern web development, building interactive user interfaces is a core aspect. JavaScript frameworks and libraries offer…
Go to the profile of Emir AKAR
Emir AKAR
Jul 4, 2023
Achieving Focus Trapping in a React Modal Component

Achieving Focus Trapping in a React Modal Component

Focus trapping is an essential technique in web development that ensures keyboard focus remains within a specific area, such as a modal or…
Go to the profile of Ogun Akar
Ogun Akar
Jul 4, 2023
Exploring the Evolution of Web Design: Container Queries in CSS

Exploring the Evolution of Web Design: Container Queries in CSS

In the ever-changing landscape of web development, the ability to create responsive and adaptable websites has become increasingly crucial…
Go to the profile of Dila Kasap
Dila Kasap
Jul 3, 2023
Optimizing Form Handling in React: Maximizing Performance

Optimizing Form Handling in React: Maximizing Performance

Maximize form performance for both client and server-side!
Go to the profile of Oguzhan Sofuoglu
Oguzhan Sofuoglu
Jul 3, 2023
Asynchronous Programming in JavaScript with Async & Await

Asynchronous Programming in JavaScript with Async & Await

JavaScript is a scripting language primarily based on the concept of single-threaded execution.
Go to the profile of Oguzhan Yuksel
Oguzhan Yuksel
Jun 8, 2023
Building Reusable UI Components with React: Best Practices and Patterns

Building Reusable UI Components with React: Best Practices and Patterns

React has become a popular choice for building user interfaces due to its flexibility, performance, and reusability. One of the key…
Go to the profile of Umur Akbulut
Umur Akbulut
May 18, 2023
About ÇSTechLatest StoriesArchiveAbout MediumTermsPrivacyTeams