Bohr In

  • About
  • Tags

A Codable Tale of Woe

September 26, 2018

I recently encountered a somewhat unusual Swift problem. I had a struct that looked something like this:

Continue Reading

Testing Paper

May 1, 2018

I recently came across this paper: “When, How, and Why Developers (Do Not) Test in Their IDEs” written by Moritz Beller, Georgios Gousios, Annibale Panichella, and Andy Zaidman.

Continue Reading

Code Review On BitBucket

April 23, 2018

My team recently started using BitBucket to collaborate on a project. We didn’t make the choice - it was made for us. Historically, we’ve used GitHub. However, since we were going to be using it, I figured we might as well make the most of it. On the surface, BitBucket seems like a good deal. It’s got pipelines and deployments built in. Being made by Atlassian, you’d think that it integrates better with JIRA than any other source control system. It’s also significantly cheaper than GitHub. All of this sounded great, until… Code Review.

Continue Reading

Rosco

January 19, 2018

Continue Reading

Kotlin Data Class Constructor Problem Follow Up

August 18, 2017

I wrote about a problem I was having with Kotlin data class constructors a few days ago. I sent it to a few people and asked for thoughts on how they might address the issue.

Continue Reading

Subscriptions

August 17, 2017

Recently, a lot of iOS and macOS apps have switched from a pay once and use until next major version pricing model to a subscription model. The latest example I’m aware of is Ulysses. I don’t use Ulysses, but one of the apps I use that has also made the switch is 1Password. There’s been a lot of discussion about this all over the internet.

Continue Reading

Kotlin Data Class Constructor Problem

August 15, 2017

I’ve been trying to do something with a model class in Kotlin that I’ve done many times before in Java, and I’ve been left without a clean way to do what I need.

Continue Reading

An Interesting Swift Benchmark

July 27, 2017

Problem

Continue Reading

Extensions On Optional String In Swift

July 21, 2017

Earlier today I was writing some code that looked like this:

Continue Reading

Removing Passwords From PDFs

July 13, 2017

I recently came across a pdf file that required a password to open. This isn’t a super uncommon thing, particularly when sensitive files are being sent over email. The problem with this though is if I want to save the file (to say iCloud Drive), and open it later, I’m never going to remember the password when I need to open the file.

Continue Reading
Next

Copyright © 2012 - 2018 Gopal Sharma