Yiğit AtakinCodeXHow to create a simple spoiler effect on hover using React and CSS only?It’s been a while since I wrote an article. I’ve been pretty preoccupied with school and freelance work. However, more on that later in a…Nov 26, 2022Nov 26, 2022
Yiğit AtakinCodeXuseRef and useState, which one should you use and why?How well do you know useRef and useState? Well, if you have any doubts about it, you and I need to have a little talk. First things first…Apr 17, 20221Apr 17, 20221
Yiğit AtakinCodeXHow to implement a simple drag-and-drop using Create-React-App and react-beautiful-dnd?Today, I was working on a personal project and I had to implement a drag-and-drop feature to allow more customization within my…Apr 4, 20224Apr 4, 20224
Yiğit AtakinCodeXA common new developer mistake: Tutorial hellIf you’re learning development, you’ll watch a lot of videos and read a lot of articles. Even if you’re in college or university like I am…Apr 2, 20221Apr 2, 20221
Yiğit AtakinCodeXHow to use Tailwind CSS with Create-React-App?If you’ve been doing any front-end development, there’s a big chance you’ve at least heard of Tailwind CSS. It’s pretty much a front-end…Apr 1, 2022Apr 1, 2022
Yiğit AtakinCodeXCSS Box ModelMargin, padding, border, content… If you worked on CSS even just a little bit, you must’ve heard of these terms. Today, I’ll dive deeper…Mar 31, 2022Mar 31, 2022
Yiğit AtakCSS Custom PropertiesYou might’ve seen my JavaScript articles but we’ll talk about something completely different today. We’ll dive into the exciting(and scary…Mar 30, 2022Mar 30, 2022
Yiğit AtakArrow functions in JavaScriptFunctions existed long before arrow functions were introduced to JavaScript. So, why did we really need another way to define functions? Do…Mar 29, 2022Mar 29, 2022
Yiğit AtakTagged Template Literals in JavaScript ES6In my previous article, I briefly explained template literals and why they were useful. You can read my previous article here in case you…Mar 28, 2022Mar 28, 2022
Yiğit AtakTemplate Literals in JavaScript ES6Let’s talk about concatenating strings and how awful they were prior to ES6 and why the introduction of template literals is useful for us…Mar 27, 2022Mar 27, 2022