Coding
Our New Book: Thinking in SwiftUI
Posted on March 17th 2020 by Chris Eidhof We’re very happy to announce that our latest book, Thinking in SwiftUI, is complete and available today — our thanks to all the early access readers! When Read more…
Posted on March 17th 2020 by Chris Eidhof We’re very happy to announce that our latest book, Thinking in SwiftUI, is complete and available today — our thanks to all the early access readers! When Read more…
Once your app is live on playstore, app rating and reviews are very crusical factors to drive more downloads. To achive this, we usually ask users to rate the app by showing a dialog with Read more…
I’ a little confused how to parse the duration and time component of the output of ffmpeg. My goal is to approximate the percentage of a task completed. The string representation of the duration of Read more…
Been using C# for a very long time but I’m very ashamed to admit that my knowledge of Docker and stuff like Kubernetes is very limited (apart from pulling image and starting it). Recently I’ve Read more…
which line is it happening on? which line is line 30? I think the error is being thrown in GetPerson(), perhaps there isn’t a record where id=1 in the database? I checked my database again Read more…
Hello, my question is pretty straight forward and pretty much in the title, but I am expecting that the solution is not. I am making a chat in a windows forms project, and I want Read more…
Hi all, It’s been 7 months since I came up with the idea and started to create a tool for building full stack and reactive web application for PHP. The idea is to convert PHP Read more…
I have noticed that it is almost always possible to make a method be static or local. Right now, I am working on the assumption that methods should be local when (I think) it doesn’t Read more…
Hi, I am retrieving some products from DB and I ended up with this: Is there any way to merge those two queries to just single one? I know I can just retrieve all objects Read more…
Information Retrieval: In order to analyze and categorize the text, we’d like to be able to figure out information about the text, some meaning about the text as well. And, to be able to take Read more…