Reading Time: < 1 minute Serenity’s school usually have this Spring Musical, in which each class will take turns and sing two songs. Each year they have a theme. Last year it was about Season. In the May of St. Louis, the weather is almost like summer. Some classes picked Summer, Spring, or Fall, Serenity’s class picked two Winter songs,
Reading Time: 3 minutes Or am I? 🙂 I think I’m a pragmatic programmer. Note this is also a book title I read, by pragmatic (note not agile), I think it’s about balance between software quality, effort and delivery date. It’s also about releasing software with known risks (including bugs) 🙁 I thought about this as I started practicing
Reading Time: 3 minutes (Update 08-30-2014) We went to St. Louis Outlet Mall (the mills) again today. The playground is busier today as this is labor day long weekend. But still fun. We also explored the mall a bit more this time. (Update 07-20-2014) We went to St. Louis Mills today, as I felt it’s might be a better
Reading Time: 2 minutes I have listened to Paul Kemp’s the App Guy Podcast (TAGP) recently, got to know this from @raywenderlich via twitter. Paul’s podcast is not purely technical, it’s more about entrepreneurship, and start own business. It’s an interview format. Paul usually asks indie developers (iOS, web, etc.) questions on how they get started, any pain points
Reading Time: < 1 minute So I was able to fix that performance problem I mentioned in my previous post. But I inadvertently introduced a new problem in my previous fix. And here is the gist of how I did: while (some condition) { if(some other condition) { … return; } } Guess what, I was able to put it
Reading Time: < 1 minute Tree data structure is fairly common in software development, and luckily I have quite a bit experience working on those in my career. I started working on this as I was working for UGS/Siemens PLM Software, and I was involved in the development of XML based data adapter for CAD data exchange, a key piece
Reading Time: < 1 minute She will ask a lot questions on the way to school, as the iPhone/iPad/work takes over my spare time these days, I did not get a lot quality time with Yoyo alone. Driving her to school and take her back to home provide good opportunities for communications. She will usually have a lot of questions
Reading Time: 2 minutes (Update 02-19-2021) spring.io Testing the Web Layer Mockito Example with Best Practices JUnit and Mockito : Best Practices, Do’s and Don’ts (Original) Test Driven Development (TDD) is getting popular these days. I had opportunity to being exposed it recently. I am not new to unit test. In the software company I worked for 8 years,
Reading Time: < 1 minute It’s finally spring time here, which also means summer is around the corner. And we need to get kids into summer camp, instead of let them glue to Netflix or iPads all day 🙂 There are quite a few summer camps in the area, some are almost full time (like regular semester), some are more
Reading Time: 2 minutes (Update 03-05-2019, almost 5 years since original post) I did something similar for iPhone X, XR, XS screen size. Basically I stretched the Default-568h@2x.png to Default-375w-812h@3x.png and added that in the “launch image”. I also noticed the some of the nib files have the wrong constraints for label, textfield and button. I made some simple
Recent Comments