Tag: How to
-
How to apply Lean Principles to your startup's productivity and time management
Posted on January 10, 2020, Level beginner Resource Length medium
John Rampton wrote this article about how focusing on one thing at a time is a very good start to your productivity.
Tags agile frameworks miscellaneous software how-to
-
Add serverless authentication with almost no code
Posted on January 8, 2020, Level intermediate Resource Length medium
Robert J. Berger wrote this piece about a template of how to create a basic Re-Frame SPA with authentication from AWS Amplify with almost not coding and without having to set up your own backend authentication infrastructure.
Tags infosec serverless how-to
-
How to conduct UX research if you're an introvert
Posted on December 30, 2019, Level beginner Resource Length short
If your goal is to gather as many insights as possible, you need to open your participant up. And how do you open someone up if you're scared yourself? Here are some things I learned along the way that you might find helpful. By Olga Wojnarowska.
Tags ux how-to big-data data-science management teams
-
Practicing computer science skills anytime
Posted on December 29, 2019, Level beginner Resource Length medium
As parents, we are constantly getting advice on how to prepare our children for the future. At the same time, the tools they are using to learn, like tablets, computers, and the internet, may be very different than the ones we grew up with. By Katie Hessen, M.S.
Tags learning programming how-to data-science
-
Safer code with container types (Either and Maybe)
Posted on December 27, 2019, Level beginner Resource Length medium
Joan Llenas put this article together about safer types with TypeScript. There are only two hard things in Computer Science: null and undefined.
Tags javascript nodejs web-development programming how-to
-
Build a simple blog using Axios with React
Posted on December 26, 2019, Level beginner Resource Length short
In this article, we are going to learn how to use Axios with React to make API requests and also how to handle the response. We'd learn this by building a simple blog using a fake API server. By Dillion Megida.
Tags react web-development programming how-to apis
-
Fifteen things you need to know before buying a telescope
Posted on December 7, 2019, Level beginner Resource Length long
Your guide to buying new telescope. Buying a telescope is a big step, especially if you're not sure what all those terms -- f/ratio, magnification, go-to -- mean. So, to eliminate confusion and make sure you understand what you're buying, here's what to check out before you write the check out. Older, but very useful guide by Michael E. Bakich.
Tags learning miscellaneous how-to
-
Sample REST API in Rust and Go
Posted on December 4, 2019, Level intermediate Resource Length medium
Julio Manuel Merino Vidal wrote about his experiences about prototyping a bunch of web apps whose ideas had been floating in author's mind for a long time. Author spent quite a bit of time learning about REST APIs and, as part of these exercises, implemented skeletons of REST servers in both Go and Rust.
Tags programming how-to learning miscellaneous
-
The difference between programming and coding with Leslie Lamport
Posted on December 3, 2019, Level beginner Resource Length medium
Coding is the easy part of programming. Leslie Lamport, 2013 Turing Award Laureate and inventor of LaTeX, explains why the two are fundamentally different. By Tibi Puiu.
Tags programming how-to
-
5 things I have learned in 20 years of programming
Posted on November 23, 2019, Level beginner Resource Length long
Erik Dietrich wrote this piece about his experiences working in software development industry. The demand for programmers has grown so dramatically over the last 4-5 decades that the number of programmers is always doubling every five years.
Tags programming learning miscellaneous how-to
-
Want to increase productivity? Go remote.
Posted on October 25, 2019, Level beginner Resource Length long
You might be surprised to learn that a ton of new research shows that remote work is good for both employers and employees. An article by Stella Garber.
Tags miscellaneous management agile teams how-to
-
Incorporating UX work into your agile backlog
Posted on October 9, 2019, Level beginner Resource Length medium
In this article author describes three different backlog models which enable teams to keep track of UX work in their Agile processes. Each model comes with pros and cons. By Rachel Krause.
Tags web-development ux miscellaneous how-to