Published inThe Startup·PinnedMember-onlyThread safe Queue in Rust 🦀I started my rust journey 1 year ago and I feel like it helped me a lot to become a better developer, even if I primarily work with React and Typescript. Today I’d like to share with you what I learned about thread safety in rust, by implementing a simple…Rust5 min readRust5 min read
Published inThe Startup·PinnedMember-onlyBuild Your First MacOS AppA simple guide to start with MacOS Development — I’m pretty new to MacOS development, I’m coming from a past mixed between web dev and iOS (My latest app: StockPapers). Today I want to share with you what I’ve learned day by day in this week trying to create a clone of my nodeJS cli, splash-cli. We are going…IOS9 min readIOS9 min read
May 22, 2019Member-onlyObserve NSPasteboard — Swift 4How to listen for clipboard changes — Today I was thinking about apps like Clippy and other clipboard managers, I thought: “For sure swift provides notification for the copy event” WRONG! I sadly discovered that on MacOS unlike on iOS you can’t listen for NSClipboard changes. So I wanted to write a small snippet of code that…IOS1 min readIOS1 min read
Published inSimul Tech·Nov 9, 2018Member-onlyThis is how I figured out how Instagram zoom worksWe find features by accident, right? That’s what happened to me this afternoon. I’m learning Swift since a quite bunch of time (1/2 months), usually, I like to experiment and try to replicate “big apps/websites” features. …IOS3 min readIOS3 min read