Here are some of the articles we’ve been reading around this office this week. How Coca-Cola, Netflix, and Amazon Learn from Failure – “If you’re not prepared to fail, you’re not prepared to learn. And unless people and organizations manage to keep learning as fast as the world is changing, they’ll never keep growing and…
Read more…
Last week we launched the “Whatever Bill Has” app, which I built as a demonstration of Azure Functions. This app is basically Build-A-Bear, but with Bill Udell. Users had eight possible options: four shirts and two pants. Bill was gracious enough to provide us with some great shirt and pants options. He also chose a…
Read more…
Here are some of the articles we’ve been reading around this office this week. How Creating An Entrepreneurship Function Can Help Sustain Corporate Innovation – “Innovation can no longer be seen as a novelty sideshow. It is the work of every CEO and their top executive team to lead their companies in the creation of…
Read more…
Those of us who are engineers know we aren’t looked up to for our fashion sense. We tend to be t-shirt and jeans people, or sometimes t-shirt and sweatpants people. Now this isn’t a sign of anything wrong, but I often feel engineers are just focusing a little too much on the function. I think…
Read more…
Here are some of the articles we’ve been reading around this office this week. Why IBM Created Its Own Typeface After A Century Without One – “Last week, the company finally debuted its own typeface: IBM Plex, which is designed to be used almost everywhere letters appear in the IBM universe. Think of it as…
Read more…
As it is with most things Docker, the majority of the tutorials and instructions on securing the Docker API endpoints use Linux-based examples. Being new to both the Docker and the Linux world made this process a little more frustrating than I expected. However, I made my way through it and documented my journey which…
Read more…
In my first post, I wrote about the responsibilities, goals, and struggles that development teams are facing today. In this post, I am covering our experiences and how we must take a bigger picture look at how we’re working in a world of constantly changing requirements. Our Experience So, I seemed to paint a lot…
Read more…
Build bottom-up right? Start with the database schema, then models, then the UI, then ship it, right? Well, I think the majority of new projects would benefit from not focusing on the database until much later. Why not focus on the database from the start? Managing database changes in the early phases of a project…
Read more…
Here are some of the articles we’ve been reading around this office this week. Artificial Intelligence Beats CAPTCHA – “A CAPTCHA is considered broken if an algorithm can successfully solve it at least 1 percent of the time. Now San Francisco Bay Area startup Vicarious reveals its AI software can solve reCAPTCHAs at an accuracy…
Read more…
If you haven’t been following along in this series, we are building an “Engineer Fashion App” using Azure Functions. I recommend looking back at Parts 1, 2, 3, 4, 5, and 6 to see what we’ve done so far. Let’s assume we have an Azure Function that returns some JSON for our wardrobe and that…
Read more…