Open in app
Home
Notifications
Lists
Stories

Write
Antoine Veuiller
Antoine Veuiller

Home

Pinned

Kubernetes: Apprentice Cookbook

You probably already heard of Kubernetes, a powerful orchestrator that will ease deployment and automatically manage your applications on a set of machines, called a Cluster. With great power comes great complexity, even in the eyes of Google. Thus, learning Kubernetes is oftentimes considered as cumbersome and complex, namely because…

Dev Ops

10 min read

Kubernetes: Apprentice Cookbook
Kubernetes: Apprentice Cookbook

Published in ITNEXT

·Pinned

Spring Boot: Apprentice Cookbook

Spring Boot is a web framework built on top of the framework Spring. It is designed for easier use and quicker implementation. It does so by configuring the application and its environment as automatically as possible. …

Spring Boot

6 min read

Spring Boot: Apprentice Cookbook
Spring Boot: Apprentice Cookbook

Published in Geek Culture

·Jul 28, 2021

Is GitHub Copilot a Threat to Developers? (Spoiler: It’s Not)

GitHub recently released Copilot in technical preview. Copilot is an AI-based assistant that will automatically generate code from the context of your application, with the aim of easing software development. A question that arises with simplification and automation in computer science is generally “will the developer still be needed?”. And…

Github Copilot

5 min read

Towards Abstraction of Computer Science
Towards Abstraction of Computer Science

Published in Geek Culture

·Jul 1, 2021

Apache Kafka: Apprentice Cookbook

Apache Kafka is a distributed event streaming platform built with an emphasis on reliability, performance, and customization. Kafka can send and receive messages in a publish-subscribe fashion. …

Kafka

7 min read

Apache Kafka: Apprentice Cookbook
Apache Kafka: Apprentice Cookbook

Aug 10, 2020

Introduction to Flaky Tests by Example

Tests are an essential part of software development as they give a ground truth about the code sanity. As developers, we reasonably expect our unit tests to give the same results if the source code does not change. It can happen, however, that the result of a unit test changes…

Software Development

6 min read

Introduction to Flaky Tests by Example
Introduction to Flaky Tests by Example

Published in The Startup

·Jan 5, 2020

About design patterns: Dependency Injection

What is dependency injection? Dependency injection (DI) is a very simple concept that aims to decouple components of your software and ease their integration and testing. It does so by asking for their sub-components instead of creating them. During this article, we will also mention inversion of control (IoC), which is commonly used along…

Design Patterns

5 min read

About design patterns: Dependency Injection
About design patterns: Dependency Injection
Antoine Veuiller

Antoine Veuiller

Software engineer focused on Backend and DevOps. All my blog posts are available on https://aveuiller.github.io/

Following
  • λ.eranga

    λ.eranga

  • TinderEng

    TinderEng

  • Vivek Naskar

    Vivek Naskar

  • Logan Land

    Logan Land

  • Kirshi Yin

    Kirshi Yin

See all (42)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable