Tag: Leadership and career
-
A startups lean business model canvas
Posted on July 6, 2020, Level beginner Resource Length short
A lean business model canvas determines your business model in a visually descriptive way. In the same way as the original Business Model Canvas, this "lean" version, ideal for startups, will help you construct your business plan more efficiently and help draft a business model for your idea or business. By wcic.tech.
Tags leadership-and-career miscellaneous software-engineering
-
How to create a personal leadership development plan
Posted on July 4, 2020, Level beginner Resource Length short
In every organization and in every industry, leaders play a critical role: managing teams, working together to make important (and sometimes difficult) decisions, and guiding an organization to move in the right direction. By Brian Eastwood.
Tags leadership-and-career miscellaneous
-
Host a static site using Linode Object Storage
Posted on June 28, 2020, Level beginner Resource Length medium
Static site generators are a popular solution for creating simple, fast, flexible, and attractive websites that are easy to update. Traditionally, these static HTML files would be served by a web server (like NGINX or Apache) running on a Linode. Using Object Storage to host your static site files means you do not have to worry about maintaining your site's infrastructure. By linode.com.
Tags architecture-and-apis cloud-and-infrastructure devops-and-ci-cd leadership-and-career frontend-and-mobile
-
How to get big results with a small SRE team
Posted on June 27, 2020, Level beginner Resource Length medium
One responsibility of every site reliability engineering team is to help other engineers deliver changes quickly and safely to customers. By Pierre Vincent Head of Site Reliability Engineering, Glofox.
Tags devops-and-ci-cd cloud-and-infrastructure architecture-and-apis leadership-and-career
-
Architecturing an App with functional reactive programming
Posted on June 24, 2020, Level intermediate Resource Length long
Whenever a team is about to start a new project, there's one question that always comes up: "Which architecture are we going to follow?" And every developer tends to have their own opinion on the matter, which makes perfect sense, because it's such an important topic. By Vincent Pradeilles.
Tags leadership-and-career frontend-and-mobile software-engineering architecture-and-apis backend-development
-
How I've learned to deal with touchy managers as a software engineer
Posted on June 23, 2020, Level beginner Resource Length short
From dealing with touchy manager relationships to needing advice on what to do when you hate writing tests... Yyou asked your questions and Neil from neilonsoftware.com has some answers. By Neil Green.
Tags leadership-and-career miscellaneous
-
Five things to do when you've got too much on your plate
Posted on June 21, 2020, Level beginner Resource Length medium
I guess we've all been there sometimes – waking up in the morning, tired of the very thought of the day ahead of us, still exhausted from yesterdays' chores. Our already low levels of energy pop like a balloon when we visualize our very first errand and a seemingly never ending list of tasks waiting to be finished. By Rebecca Brown.
Tags leadership-and-career data-and-analytics
-
How to pay your rent with your open source project
Posted on June 18, 2020, Level beginner Resource Length long
Many open source projects are terribly under-resourced and under-funded. Some open source developers even have to sacrifice their financial security to work on their passion. Written by Marko Saric.
Tags leadership-and-career software-engineering frontend-and-mobile cloud-and-infrastructure
-
Do not follow JavaScript trends
Posted on June 16, 2020, Level beginner Resource Length long
What to do when you feel a sudden urge to use shiny new trendy framework or tool. You may ping your team lead or send a message to your whole team about this cool new way of doing things, and you suggest that you start using it. The idea of having to learn something new is good, and I agree with that, but how often should you do that? Written by Nikola Đuza.
Tags frontend-and-mobile backend-development software-engineering leadership-and-career
-
How to design for panic resilience in Rust
Posted on June 10, 2020, Level intermediate Resource Length long
Don't panic! Learn to build quality software resilient to errors. In this story, we discuss methods for panic resilience in Rust applications, to make quality software users can rely upon. By Luke I. Wilson.
Tags software-engineering leadership-and-career
-
Build your first data warehouse with Airflow on GCP
Posted on June 2, 2020, Level intermediate Resource Length medium
What are the steps in building a data warehouse? What cloud technology should you use? How to use Airflow to orchestrate your pipeline? By Tuan Nguyen.
Tags cloud-and-infrastructure data-and-analytics leadership-and-career
-
Convolutional neural network implementation for car classification
Posted on May 18, 2020, Level advanced Resource Length long
Convolutional Neural Networks (CNN) are state-of-the-art Neural Network architectures that are primarily used for computer vision tasks. CNN can be applied to a number of different tasks, such as image recognition, object localization, and change detection. By Dr. Evan Eames and Henning Kropp.
Tags data-and-analytics cloud-and-infrastructure leadership-and-career