Tag: Learning
-
Mozilla's 2019 Internet health report
Posted on April 24, 2019, Level beginner Resource Length long
This annual open-source report examines how humanity and the internet intersect. It is a third annual examination of the internet, its impact on society and how it influences our everyday lives. By Mozilla.
Tags miscellaneous how-to learning
-
Make your UX design process Agile using Google's methodology
Posted on April 15, 2019, Level beginner Resource Length long
Google has developed a methodology to make the design process fast and still offer valuable insight. Forget minimum viable products and focus on prototypes and build and test in a week! An article by interaction-design.org.
Tags ux web-development learning agile teams
-
Information architecture -- UX designer's guide
Posted on April 11, 2019, Level beginner Resource Length long
Good UX requires that all information is logical and within reach. Check out this complete guide and leave no user lost behind! Great article by Rebeca Costa.
Tags ux web-development learning
-
Top 5 reasons why Agile Testing Governance is needed
Posted on April 10, 2019, Level beginner Resource Length medium,
This podcast from Cignity is all about Agile testing and why it is important for Agile not function as a set of principles that operate independently once they are set into motion. It is a process that needs holistic environment management, and the reasons could be quite compelling to know.
Tags agile programming web-development learning
-
The data science behind Natural Language Processing
Posted on March 22, 2019, Level beginner Resource Length medium
John Thuma published this piece about the data science behind Natural Language Processing (NLP). Human communication is one of the most fascinating attributes of being sentient. We communicate in a variety of ways including speech and written symbols.
Tags miscellaneous big-data data-science learning
-
The science of drawing and memory
Posted on March 21, 2019, Level beginner Resource Length short
Interesting article by Youki Terada about experience of experts in the science of memory -- how people encode, retain, and recall information. It's long been known that drawing something helps a person remember it.
Tags miscellaneous teams learning
-
Monitor your garage door with Pi Zero W
Posted on March 16, 2019, Level intermediate Resource Length long
Bob Murphy published this detailed guide how to build a garage door monitor with your RaspberryPi. There are lots of garage door monitor projects on hackster.io and other Maker sites. Many are single-purpose solutions. The author wanted a project that would be extensible, to build on the skills learned for future IOT projects.
Tags robotics miscellaneous learning
-
JavaScript-Free Frontend
Posted on March 12, 2019, Level beginner Resource Length medium
An article by Matt Reyer from Slimvoice -- a webapp without JavaScript is a series where he documents how he rebuilt his app, Slimvoice, using as little JavaScript as possible. He's tried to present JavaScript alternatives and encourage those who reach for a SPA for every project to give it a second thought.
Tags miscellaneous programming learning javascript frontend css
-
Three arguments for why you should write more (as developer)
Posted on February 22, 2019, Level beginner Resource Length short
Posted by Marek Zaluski, this is a short list of arguments to persuade any developer to write more. He does not mean write more code. He means write more for humans.
Tags miscellaneous programming learning career
-
How to make Python wait
Posted on February 14, 2019, Level intermediate Resource Length long
Posted by Miguel Grinberg this article explains various (in)correct ways of implementing threads for time when it is necessary to pause the running of the program until some external condition occurs.
Tags python programming learning
-
Benchmarking Angular, React and Vue for small web applications
Posted on February 10, 2019, Level beginner Resource Length medium
A benchmark and comparison article by Abhay Srivastav about comparing 3 main JavaScript frameworks for small web projects. These are Angular, React and Vue. In the article author takes more practical approach to compare these 3 frameworks by creating a simple application using each of them.
Tags programming miscellaneous learning
-
Programming paradigms for dummies: what every programmer should know
Posted on February 8, 2019, Level beginner Resource Length medium
Adrian Colyer published this review on a chapter by Peter Van Roy mapping out the space of programming language designs. This chapter gives an introduction to all the main programming paradigms, their underlying concepts, and the relationships between them... We give a taxonomy of about 30 useful programming paradigms and how they are related. Link to 49 pages long resource included.
Tags programming miscellaneous learning