Public Links

598 bookmarks
Custom sorting
Başarılı olmada kabiliyetlerin önemi
Başarılı olmada kabiliyetlerin önemi
Nasıl bu şekilde görebiliyorsun? Neyi? Programdaki hatayı? Bilmem. Bütüne uymayan şeyleri hızlıca görebiliyorum herhalde.  Saatlerdir…
·atarikguney.medium.com·
Başarılı olmada kabiliyetlerin önemi
Stop using isLoading booleans
Stop using isLoading booleans
Why using a status enum (or even better: a state machine) will help your app stay bug free
·kentcdodds.com·
Stop using isLoading booleans
Docker Görüntünüzün Boyutunu Minimize Edin :: /dev/anil
Docker Görüntünüzün Boyutunu Minimize Edin :: /dev/anil
CI/CD gibi süreçlerimizi hızlandırmak için Docker Image boyutlarımızı minimize etmek önemlidir. Bu yazımızda basit bir Go uygulaması yazıp, hem Go'yu hem de Docker'ı optimize ederek 4 adımda Image boyutumuzu neredeyse 1GB'dan 1 MB'a kadar düşüreceğiz.
·anxl.dev·
Docker Görüntünüzün Boyutunu Minimize Edin :: /dev/anil
Demystifying styled-components
Demystifying styled-components
For so many React devs, styled-components seems kinda magical. It isn't at all clear how it uses traditional CSS features under-the-hood, and that lack of clarity can cause real problems when things go awry. In this post, we'll learn exactly how styled-components works by building our own mini-version.
·joshwcomeau.com·
Demystifying styled-components
Bytecode Alliance
Bytecode Alliance
JavaScript in the browser runs many times faster than it did two decades ago. And that happened because the browser vendors spent that time working on intensive performance optimizations.
·bytecodealliance.org·
Bytecode Alliance
Using Native Driver for Animated · React Native
Using Native Driver for Animated · React Native
For the past year, we've been working on improving performance of animations that use the Animated library. Animations are very important to create a beautiful user experience but can also be hard to do right. We want to make it easy for developers to create performant animations without having to worry about some of their code causing it to lag.
·reactnative.dev·
Using Native Driver for Animated · React Native
The Ultimate Guide to handling JWTs on frontend clients (GraphQL)
The Ultimate Guide to handling JWTs on frontend clients (GraphQL)
JWTs are becoming a popular way of handling auth. This post aims to demystify what a JWT is, discuss its pros/cons and cover best practices in implementing JWT on the client-side, keeping security in mind.
·hasura.io·
The Ultimate Guide to handling JWTs on frontend clients (GraphQL)
How Animations Work in React Native
How Animations Work in React Native
React Native is a great framework that lets you create cross platform mobile applications. It's especially helpful if you're a web developer and want a fast, low cost solution to develop native mobile applications that work on both Android and iOS. Bonus: you don't have to spend $$$ on separate iOS,
·freecodecamp.org·
How Animations Work in React Native