Tag: Miscellaneous
-
Learn how to create a Python GUI with PyQt5
Posted on September 25, 2018, Level intermediate Resource Length medium
Tutorial by Michael Herrmann explains how you can use PyQt5 to build a desktop app with Python. It covers everything from the best way to set up PyQt in 2018, to compiling your app and distributing it to other people's computers.
Tags python miscellaneous programming open-source app-development
-
Beginner's guide to designing smart chatbots
Posted on September 15, 2018, Level intermediate Resource Length long
An article by Vaibhav Verma, an User Experience Designer at Haptik, about his experience with designing the smart chatbots over 4 years period. He has designed more than 50 chatbots across various domains and use cases.
Tags bots nodejs miscellaneous robotics app-development ux
-
Step-by-Step guide to building a quick Q&A chatbot
Posted on August 31, 2018, Level intermediate Resource Length long
Tutorial by Purna Virji about starting with chatbots or virtual assistants. Chatbots, infobots, socialbots, salesbots, superbots! Bots are a great way to help serve your customers, build your business, and cut down costs.
Tags bots nodejs miscellaneous robotics azure
-
AI & blockchain, an introduction
Posted on August 15, 2018, Level beginner Resource Length long
Matt Turck produced this post about Artificial Intelligence (AI) and exploring the intersection of artificial intelligence and blockchain. His goal was to provide a broad introduction to the topic and feed the discussion why the topic matters in the first place, and highlight the work of some interesting companies in the space.
Tags fintech blockchain how-to learning miscellaneous
-
What you need to consider before building a fintech product
Posted on August 8, 2018, Level beginner Resource Length medium
Blog post by Artur Bachynskyi with some advice on topic of fintech products. Financial technology aka fintech is a popular start-up sector for entrepreneurs, as more and more people are striving for financial literacy. The shift to treating one's finances more intelligently has led the creators to apply the principles of human-centered design (HCD) when developing fintech products.
Tags fintech how-to miscellaneous software startups
-
8 best practices for perfect CSS documentation
Posted on July 29, 2018, Level intermediate Resource Length long
Adriana De La Cuadra article about best pracices for CSS documentation. In the world of CSS, documentation is underused. Since documentation is not visible to the end user, its value is often overlooked by clients.
Tags css frontend web-development miscellaneous
-
Avoiding the wrong MVP approach
Posted on April 7, 2018, Level beginner Resource Length medium
An interesting article by Jared M. Spool about Minimal Viable Product (MVP) and how it is not about coding every time.
Tags ux web-development management miscellaneous
-
Creative writing with git-flow and the Snowflake Method
Posted on August 7, 2017, Level beginner Resource Length medium
Sage Gerard wrote this interesting article about using git flow with creative writing. Randy Ingermanson's Snowflake Method makes you start from a crude, yet complete one sentence story and iterate until you are left with a good story.
Tags programming miscellaneous
-
Resource Hints - What is Preload, Prefetch, and Preconnect?
Posted on January 30, 2017, Level beginner Resource Length long
Brian Jackson good article xploring current resource hints and directives which can be another great way to boost the performance on your website or web application.
Tags performance css frontend web-development miscellaneous