
blog.vldmrkl.com
A blog about JavaScript, React and Swift by Volodymyr Klymenko, a software developer based in Toronto, Ontario.
How To Set Up Core Bluetooth For a macOS App
If you create a Cocoa macOS app in Xcode, import Core Bluetooth and try to use this framework, you’ll run into an error: Here is a quick…
Server-side Swift: How To Use Vapor 3 With MongoDB
I’m working on a side project, which is an iOS app, and it is going to communicate with a database. I had to select a tech stack for my back…
Creating a React Component Library: React Cupertino
When I had one of my internships, I developed with React a lot. One time, I needed a complicated component for a project, and I looked for a…