👋 Hi, I'm Tolga, a senior fullstack developer working as a freelancer
at Toptal. Previously I have worked with Capterra where I developed a multi-step form for collecting software reviews from
users.
- 🔭 I'm currently working on: React. Mastering my skills to create cleaner and more efficient front-end codebases.
- 🌱 I'm currently learning: Astro. An awesome Javascript framework to create lightning-fast web experiences.
- 🤔 What I want to improve next: Kubernetes. Orchestration tool for automating deployments and scaling of containerized applications.
Recent Articles
Using Apollo Effectively with Next 13 Server Side Components
November 27, 2022 · ⏱️ 3 min readDiscussing the advanced mechanics on using Apollo with Next 13 while fully leveraging its server-side rendering capabilities.
Optimizing React Context for Minimal Render Counts
October 24, 2022 · ⏱️ 3 min readReact's context hook saves developers from prop drilling. In this article, learn how to optimize it further to prevent rendering of every child under the context provider.
Building a Merkle Tree using Typescript
October 1, 2022 · ⏱️ 3 min readLearn tips and tricks on how to build a Merkle Tree structure using Typescript with an example repository.