Tag: How to
-
Here's what I learned about SaaS during my 5 years at Buildium, after it sold for $580M
Posted on January 29, 2020, Level beginner Resource Length medium
I think it's clear that the world of technology start-ups is pretty screwed up when it comes to financial valuations. Only in this world is whether or not your company is profitable so often seen as being of secondary importance. I digress. By Geoff Roberts.
Tags software-architecture startups how-to software
-
TensorFlow 2 Tutorial: Get started in Deep Learning with tf.keras
Posted on January 17, 2020, Level advanced Resource Length long
Jason Brownlee wrote this tutorial to get you started with Deep Learning in TensorFlow. Predictive modeling with deep learning is a skill that modern developers need to know.
Tags big-data data-science python how-to learning
-
Visualizing Keras neural networks with Net2Vis and Docker
Posted on January 16, 2020, Level advanced Resource Length long
Visualizing the structure of your neural network is quite useful for publications, such as papers and blogs. Written by @MachineCurve (Christian).
Tags big-data data-science python how-to
-
Predicting contract length with probabilistic programming
Posted on January 11, 2020, Level beginner Resource Length medium
An article by Antoine Hachez about Jobandtalent experience with applying Artificial Intelligence (AI) to real business problems.
Tags big-data data-science miscellaneous 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