排序
Spring Boot + Vue.js + PostgreSQL: CRUD example
Spring Boot + Vue.js + PostgreSQL: CRUD example,In this tutorial, we will learn how to build a full stack Spring Boot + Vue.js + PostgreSQL example with a CRUD App. The back-end se...
Wafka: Apache Kafka over the web
Wafka: Apache Kafka over the web,Hi all! Just had this idea and wanted to share it with the devs. Check it out at https://github.com/JosephP91/wafka 原文链接:Wafka: Apache Kafka o...
When to Switch your Current Job as a Software Engineer?
When to Switch your Current Job as a Software Engineer?,When to switch your current job as a Software Engineer? This question may or may not have bugged you but it's important to k...
Things I try (my resolution for 2021)
Things I try (my resolution for 2021),Things I want to try this year. Language TypeScript Scala Elm GraphQL Go Python Ruby Rust Frameworks Next.js Nuxt.js React.js Play Framework R...
Produzindo mensagens com Kafka e Schema Registry
Produzindo mensagens com Kafka e Schema Registry,Vamos iniciar uma série de artigos sobre Kafka, a intenção será mostrar a criação de diversas aplicações que irão se comun...
Ready to Serve – A plug and play backend server
Ready to Serve - A plug and play backend server, What I built A backend server for people who don't want to write backend code. Ready to Serve lets you set up a server with functio...
N-Queens brute force
N-Queens brute force,The N-Queens problem consists in finding a position for N chess queens in a board of NxN squares where none of the queens are attacking each other. You can fin...
Apply Slide Layouts in PowerPoint in Java
Apply Slide Layouts in PowerPoint in Java,Slide layouts are some simply “ready-to-use” slide templates that contain formatting, positioning, and placeholders. A properly construc...
New to dev
New to dev,Am 19 yrs old from kenya I learned HTML CSS and JavaScript on freecodecamp but also taught my self python and java .I would consider my self a front end developer but in...
Binary Search Algorithm
Binary Search Algorithm, What is Binary search? Binary search is an algorithm that solves search problems, and its input is a sorted list of elements. If an element you’re looking...
Basics of Object-Oriented Programming
Basics of Object-Oriented Programming,The fundamental program structure in an object-oriented program is the object. To understand the notion of objects and classes, we start with ...
Local Variable Type Inference: Declare var, not war
Local Variable Type Inference: Declare var, not war,In this article, I will try to explain Java 10 new feature local variable type inference using reserved type name var. Java is c...