UI development can be a significant risk for a project. UIs are what users interact with, and waiting for the UI to be done at the end can endanger your project’s timeline or negatively impact a user’s experience with it. Building software in the most efficient way often starts by building from the bottom up….
Read more…
Here are some of the new and interesting articles we found this week. How to Stop Saying “Um,” “Ah,” and “You Know” – “Used sparingly and effectively, filler words can make you more relatable to your audience, give you time to catch your breath, and emphasize key points. That’s why Google built fillers into the…
Read more…
At Don’t Panic Labs, we have a pretty well thought out philosophy of software development. Philosophy is the combination of two Greek words philo (or “lover”) and sophia (or “wisdom”). So philosophy could be considered “love of wisdom.” Software development is what we do every day. We want to be wise software developers. We didn’t…
Read more…
Here are some of the new and interesting articles we found this week. Beware Black Friday Scams Lurking Among the Holiday Deals – “This year’s holiday shopping season faces particular threats from the e-commerce attacker known as Magecart, a constellation of criminal groups known for aggressively compromising retail websites with credit card number skimmers. The…
Read more…
Fingers on the keyboard is the fastest way to get a project off track. When writing software, jumping straight into code is almost always the wrong decision. Sometimes we architect-types think we need to start whiteboarding solutions. Starting there is also the wrong decision. What’s more important than either of those is requirements? We have…
Read more…
Here are some of the new and interesting articles we found this week. What Stan Lee Knew About Managing Creative People – “Stan Lee hated to see an idle artist. The renowned comic book writer and publisher, who died this week at 95, thought idle talent was bored talent, and bored talent was easy to…
Read more…
Unit testing is a valuable part of any development process. It isn’t as useful as many developers make it out to be; there are many things developers should be focused on more than unit tests. Code review is one such thing. But just because it isn’t the most important thing, doesn’t mean we shouldn’t be…
Read more…
Here are some of the new and interesting articles we found this week. To Keep Pace With Moore’s Law, Chipmakers Turn to ‘Chiplets’ – “Chip chiefs say chiplets will enable their silicon architects to ship more powerful processors more quickly. One reason is that it’s quicker to mix and match modular pieces linked by short…
Read more…
In my previous post, we focused on binding some data in the UI to data being returned from our ContactsService. In this post, we are going to make this a little more real and modify that service to call an ASP.NET Core backend. For starters, let’s write a quick ASP.NET Core backend that will handle…
Read more…
Here are some of the new and interesting articles we found this week. Your Team Doesn’t Need a Data Scientist for Simple Analytics – “Data analytics is a powerful and promising source of competitive advantage. To enable such a strategy in the face of a difficult shortfall of the requisite talent in the marketplace, one…
Read more…