最新发布第1615页
Validação de regras: evitando blocos de ifs
Validação de regras: evitando blocos de ifs, O Problema 🤯 Lembro de trabalhar em um projeto em que eu tinha que validar vários dados que vinham de uma entrada de usuário e as ...
Monorepo with Java, Maven and GitHub Actions, including basic example
Monorepo with Java, Maven and GitHub Actions, including basic example,Edit 18.06.2021: Updated with a few notes at the bottom Edit 30.07.2021: Updated GitHub example with gitlab ex...
11 Best Java Books for Beginners and Senior Developers
11 Best Java Books for Beginners and Senior Developers,Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the diff...
Converting names in C to Java
Converting names in C to Java,The x11 protocol is described in several xml files in the xcb project. These files define structures used in the C client. Each struct contains types ...
Python | Isogram Problem!
Python | Isogram Problem!,Hey everone, I wanna share my last challenge that I solved, it took me around 2 days! I know it could be easy for some of you even for beginners but it do...
Create and View Employee Using JPA, Springboot and Thymeleaf
Create and View Employee Using JPA, Springboot and Thymeleaf,Project Structure Here is the project structure. Maven Dependencies pom.xml <?xml version='1.0' encoding='UTF-8'?>...
[Java] Insert Hyperlinks in Word Documents
[Java] Insert Hyperlinks in Word Documents,In a Word document, a hyperlink refers to a link inserted in the specific text or picture, which enables you to jump between different te...
Overcome Positional Destructuring limitations! | KnowYourKotlin
Overcome Positional Destructuring limitations! | KnowYourKotlin, KnowYourKotlin (7 Part Series) 1 that's how we try catch?:value | KnowYourKotlin 2 6 things you need to know before...
Usando o Quarkus como como uma aplicação de linha de comando
Usando o Quarkus como como uma aplicação de linha de comando,Apesar de ser um grande framework para desenvolvimento WEB, desenvolver pequenos programas com Quarkus era uma tarefa...
Android Room: How works One to many relationship + example
Android Room: How works One to many relationship + example,Room provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite....
Build RESTful APIs using Python / Flask
Build RESTful APIs using Python / Flask,Python / Flask framework combination is one of the popular choices for building back-end APIs for a web application. Building an application...
Python Convienences
Python Convienences,There are several features of python which makes it more convienent for writng clean concise code. each of the features can be achieved with other python functi...