Tag: Software
-
Create fluid conversations with QnA Maker multi-turn feature
Posted on July 7, 2019, Level intermediate Resource Length long
Matt Wade authored this beginner guide to QnA Maker multi-trun conversations. In the past there was a glaring difference between a QnA Maker knowledge base (KB) and a real human: the ability to clarify, ask for more information or do anything more than a one-off question-response type of conversation. With multi-turn, the experience with your QnA KB is much more fluid and significantly more natural.
Tags software bots robotics azure
-
Lessons learned while writing a Haskell application
Posted on June 24, 2019, Level intermediate Resource Length long
Gabriel Volpe in this article writes about his experience with Haskell. He introduced Haskell at his last job and wanted to put into practice all the stuff he learned: take the good, leave the bad.
Tags programming software functional-programming akka scala
-
The dark side of the product management role
Posted on June 13, 2019, Level beginner Resource Length long
Abhishek Sharma is the author of this article aimed at aspiring product managers. Popularised by all Silicon Valley companies, people think Product Manager is a Mini CEO kind of role. Software Engineers, Business Analysts and even Designers are interested in this role before examining the pros and cons of it.
Tags management agile teams miscellaneous software
-
Look at how Twitter handles its time series data ingestion challenges
Posted on June 11, 2019, Level intermediate Resource Length short
Ram Dagar is author of this overview on the time series topic. The components of time-series are as complex and sophisticated as the data itself. With increasing time, the data obtained increases and it doesn't always mean that more data means more information but, larger sample avoids the error that due to random sampling.
Tags devops database machine-learning data-science software
-
How to staff the hybrid cloud
Posted on June 9, 2019, Level beginner Resource Length long
Sandra Gittlen wrote this piece about challenges hybrid cloud pose for IT departments. IT leaders share their advice for getting network and infrastructure teams ready for hybrid cloud environments.
Tags management cloud fintech software
-
Calculating the cost of software quality in your organization
Posted on June 8, 2019, Level beginner Resource Length long
An article by By Herb Krasner on interesting topic of the cost of software quality. Meeting the customer's expectations at a high degree of conformance is no longer expected to come at a premium –- it is just expected.
Tags management agile teams miscellaneous software
-
Finding the cheapest flights for a multi-leg trip with Amadeus API and Python
Posted on June 3, 2019, Level intermediate Resource Length short
Vladimir Iakovlev is the author of this tutorial about finding cheapest flights for a multi-leg trip with Amadeus API and Python. Amadeus Travel APIs connect you to the richest information in the travel industry.
Tags python machine-learning programming software
-
Why Ruby On Rails is a good choice in 2019?
Posted on May 25, 2019, Level beginner Resource Length short
Few thoughts by Błażej Kosmowski why he believes Ruby is doing great and still remains a good technology to choose in 2019.
Tags programming miscellaneous how-to software startups
-
Difference between Stack and Queue in Data Structure
Posted on May 15, 2019, Level beginner Resource Length short
Quick summary from Aniruddha Chaudhari about Stack and Queue. With stack and queue data structures, it is very easy to solve even complex programming questions.
Tags programming learning software oop
-
Testing software fast and hard
Posted on May 2, 2019, Level beginner Resource Length long
A piece from the pen of Peter Parkanyi about challenges and approaches to testing. There has been a lot of research on the software crisis and how to get out of the mess we're in, and it often contradicts the wisdom of the crowd. He takes a look at different strategies that drive software quality, and where they actually make a difference.
Tags web-development software programming agile tdd
-
Why isn't your current approach to scaling Agile working?
Posted on March 30, 2019, Level beginner Resource Length long
This lengthy article from the pens of Cesario Ramos and Kurt Bittner adresses the trouble many companies face when trying to sclae their agility. Even organizations who have agile success in isolated pockets have trouble scaling that agility to the broader organization. The challenges express themselves in familiar patterns.
Tags programming miscellaneous agile software
-
Technical Debt: What it is, why it's important, and how to prioritize it
Posted on March 15, 2019, Level beginner Resource Length medium
It's easy to think of tech debt as the monster in the codebase. But what does it actually consist of, and how can you manage it? Jennifer McGrath helps you to find out.
Tags agile programming software