Tag: Programming
-
Agile metrics: the ultimate guide
Posted on July 28, 2019, Level beginner Resource Length long
This guide has everything you need to know about agile metrics. So if you want to understand all the different metrics you can measure and how to use them, you're in the right place. By leontranter.
Tags programming agile monitoring miscellaneous servers
-
Golang tutorial for Node.js developers: Getting started
Posted on July 27, 2019, Level intermediate Resource Length long
A tutorial series, which covers the basics of getting started with the Go language, while building an app and exposing it through a REST, GraphQL and GRPC API together. By Tamas Kadlecsik (@tamaskadlecsik); CEO of RisingStack.
Tags programming software-architecture functional-programming
-
Ten years of Erlang
Posted on July 26, 2019, Level intermediate Resource Length long
The experience and opinion on Erlang form developer joining Erlang community about 10 years ago. The author covers a few things such as hype phases and how this related to Erlang, the ladder of ideas within the language and how that can impact adoption, what changed in his ten years here, and he'll finish up with what he thinks Erlang still has to bring to the programming community at large.
Tags programming software-architecture functional-programming
-
How to pass HTML content through components with Vue slots
Posted on July 25, 2019, Level intermediate Resource Length medium
This post will introduce you to how data can be passed from the parent component to child components in Vue.js using Vue slots. Written by Nwose Lotanna.
Tags react javascript web-development programming
-
How to deploy a Go web application using Nginx on Ubuntu 18.04
Posted on July 24, 2019, Level beginner Resource Length medium
The guide by Michael Okoh about deploying a web application in Go which will be useful to many back-end developers.
Tags software linux devops cloud programming golang
-
Processing satellite image collections in R with the gdalcubes package
Posted on July 19, 2019, Level intermediate Resource Length long
Marius Appel wrote this piece about processing satellite image collections. This blog post introduces the gdalcubes R package, aiming at making the work with collections and time series of satellite imagery easier and more interactive.
Tags programming data-science big-data
-
The Hows, Whats, and Whys of Elixir Telemetry
Posted on July 18, 2019, Level intermediate Resource Length long
An article by Samuel Mullen in which author looks at the collecting and measuring data about their processes and applications. "What gets measured gets managed -- even when it's pointless to measure and manage it, and even if it harms the purpose of the organisation to do so."
Tags programming erlang functional-programming elixir web-development monitoring
-
Setup vim for elixir development
Posted on July 9, 2019, Level beginner Resource Length short
A guide by Amirali Esmaeili for developers programming in Elixir. As the title says, it's not a topic about choosing suitable editor / IDE for elixir development, you love vim and ofcourse elixir and all you need is a simple guide get a nice, fast and productive environment for elixir development in vim.
Tags elixir programming functional-programming miscellaneous how-to
-
Functional JavaScript: how to use array reduce for more than just numbers
Posted on July 6, 2019, Level intermediate Resource Length long
An artcile by James Sinclair about reduce in JavaScript. Reduce is the Swiss-army knife of array iterator. It's really powerful. So powerful, you can build most of the other array iterator methods with it, like .map(), .filter() and .flatMap().
Tags programming functional-programming javascript
-
Big O Notation
Posted on July 4, 2019, Level beginner Resource Length short
Short article from interviewcake.com explaining Big O. Big O notation is the language we use for talking about how long an algorithm takes to run. It's how we compare the efficiency of different approaches to a problem.
Tags programming web-development javascript
-
7 optimization techniques in React
Posted on July 1, 2019, Level intermediate Resource Length long
Ogundipe Samuel wrote this piece about optimization in React. One key factor for positive user experience is speed e.g. how much time a user has to wait to first see contents from your website or application.
Tags programming javascript performance
-
The evolving infrastructure of .NET Core
Posted on June 30, 2019, Level beginner Resource Length short
An article by Matt Mitchell in which he looks at the history of our infrastructure systems and the significant improvements that have been made in the last year or so in the world of the .NET Core 3.0.
Tags agile programming azure devops