Tag: Software
-
A beginner's guide to natural language processing
Posted on July 23, 2019, Level beginner Resource Length medium
An article by M. Tim Jones about how natural language processing can help you to converse more naturally with computers.
Tags software big-data data-science machine-learning
-
Home grown IoT - simple DevOps
Posted on July 20, 2019, Level intermediate Resource Length long
The guide by Aaron Powell on topic of IoT and DevOps. When it comes to CI/CD (Continuous Integration/Continuous Deployment) for IoT projects it can feel a bit daunting, you've got this tiny little computer that you're trying to get stuff onto, it's not just "the cloud" that you're targeting. This is part 7 in series of 8 articles.
Tags functional-programming software iot software-architecture
-
Web accessibility guidebook for developers
Posted on July 17, 2019, Level beginner Resource Length long
Nikola Shekerev wrote this guide in you will get what he has learned about both fundamental and advanced accessibility topics while implementing accessibility compliance (Section 508, WCAG 2.0 and WAI-ARIA) for KendoReact.
Tags ux web-development teams software
-
Microsoft's Quantum Development Kit goes open source on GitHub
Posted on July 12, 2019, Level beginner Resource Length short
Announcement form Microsoft about open sourcing Quantum Devleopment Kit (QDK). The QDK launched in preview last year, and is Microsoft's attempt to get developers familiar with quantum computing before it goes mainstream. Developers will now be able to contribute to the QDK's development via GitHub. Quantum for everyone.
Tags big-data open-source cloud machine-learning data-science 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