Tag: Programming
-
The basics of Kubernetes networking
Posted on September 11, 2019, Level intermediate Resource Length medium
Kamil Lelonek explains everything you need to know about Kubernetes networking in this article. When you deploy your application to a Kubernetes cluster, you usually want to have it accessible from the outside. For real-world production applications, one of the important questions to ask is how to get external traffic into your container.
Tags devops programming kubernetes containers
-
Getting started with the Combine framework in Swift
Posted on September 8, 2019, Level intermediate Resource Length medium
Combine is a new framework by Apple introduced at WWDC 2019. The framework provides a declarative Swift API for processing values over time. Written by Antoine Van Der Lee.
Tags swiftlang programming tdd
-
Pytorch vs. Tensorflow: which framework is best for your deep learning project?
Posted on September 7, 2019, Level beginner Resource Length long
Written by Vihar Kurama. Author takes a look at two popular frameworks and compares them: PyTorch vs. TensorFlow.
Tags big-data programming data-science python miscellaneous
-
Learn Linux, 101: Fundamentals of internet protocols
Posted on September 6, 2019, Level beginner Resource Length long
Ian Shields wrote this piece on TCP/IP network fundamentals for Linux system. This tutorial helps you prepare for Objective 109.1 in Topic 109 of the Linux System Administrator (LPIC-1) exam 101.
Tags linux programming devops cloud miscellaneous
-
Google's Engineering Practices documentations
Posted on September 5, 2019, Level beginner Resource Length long
Google engineering practices are now open source. The pages in this section contain recommendations on the best way to do code reviews, based on long experience.
Tags miscellaneous programming software-architecture devops
-
What is GitOps and why it might be the next big thing for DevOps
Posted on September 4, 2019, Level intermediate Resource Length medium
With containers comes a level of agility never before experienced in the world of business. An article by Jack Wallen explaining what GitOps is.
Tags devops programming software-architecture
-
Concurrent programming in Python is not what you think it is
Posted on August 30, 2019, Level intermediate Resource Length medium
In this article, author will first walk you through the distinction between concurrent programming and parallel execution, discuss about Python built-ins concurrent programming mechanisms and the pitfalls of multi-threading in Python. By Melvin Koh.
Tags programming app-development python web-development devops
-
Modernize existing .NET applications
Posted on August 29, 2019, Level intermediate Resource Length long
An article by Derya Sezen about the way to modernize existing .NET applications. Together with the Cloud movement, its functions and benefits, software practices and trends have been converging towards creating or migrating the applications towards a cloud-native compliant architecture.
Tags programming app-development miscellaneous
-
Common systems programming optimizations & tricks
Posted on August 26, 2019, Level advanced Resource Length long
An article from the pen of Paul Cavallaro about system programming. It is an overview of some common optimization techniques and neat tricks for doing "systems programming" -– whatever that means today.
Tags programming software linux devops
-
How to implement worker threads in Node.js
Posted on August 23, 2019, Level intermediate Resource Length short
An article by Ganeshmani P about implementation of worker threads in Node.js. After the release of Node.js V10.5.0, Worker Threads are available in the Node.js module.
Tags nodejs javascript web-development programming
-
Golang tutorial for Node.js developers
Posted on August 21, 2019, Level intermediate Resource Length long
CEO of RisingSTack Tamas Kadlecsik wrote this guide for Node.js developers interested in learning Go. Throughout a tutorial series, we'll cover the basics of getting started with the Go language, while building an app and exposing it through a REST, GraphQL and GRPC API.
Tags golang web-development programming devops gcp
-
Vue.js, Spring Boot, Kotlin, and GraphQL: Building modern apps
Posted on August 20, 2019, Level intermediate Resource Length long
An article by Vladimir Fomene about creating modern web applications. You will create a GraphQL API using schemas, queries, mutations, and entities stored in a H2 database engine.
Tags java kotlin web-development programming