Memoize your API calls in Swift using functions' scopes! Improve your iOS app's performance and battery usage by not repeating expensive computation and network calls, using memoization, in Swift!
Stop hard coding your cells identifiers Tired of having your app crash on runtime because of a misspelled a tableView's or collectionView's cell identifier? Learn here how to stop that from happening, today!
Freelance iOS Developer @Deleev Period: 2020/02 - 2021/07 • Technologies: APIs (integration), RxSwift, UIKit • Language: Swift
What do to when your Node.js code crashes because of a circular JSON You're trying to figure out what some object looks like, and since you're not running your code locally you don't have access to a proper debugger. So you print it. And your whole Node.js app crashes. What do you do?
Scrap an Instagram’s post’s author; a gentle introduction to web scraping in Node.js Want a 'soft' introduction to web scraping? Need to get some data from an Instagram post? Here's how to get it done, in Node.js, using cheerio!
Swiftly deal with pagination in Swift Not satisfied with how you're handling pagination in your Swift iOS app? Pretty sure there has to be a better way to paginate your UICollectionView or UITableView? So did I, and here's how I did it!
Localize your push notifications in Node.js Being a backend developer, there's an unusual thing with push notifications. Devices display what we send. The clients don't have a say in it; they can't remodel and transform them. Meaning, we basically have to do some UI (User Interface), and localize it.