最新发布第1664页
HOW TO START APP DEVELOPMENT
HOW TO START APP DEVELOPMENT,Hello Everyone, This post is for those people out there just like me who get excited when they see real time working projects,but don't know how to mak...
How to encrypt strings & files in your source code?
How to encrypt strings & files in your source code?,I would like to introduce you to my Visual Studio Code extension - StringEncrypt. I've been working last week to make it work an...
Full Stack Reddit Clone – Spring Boot, React, Electron App – Part 1
Full Stack Reddit Clone - Spring Boot, React, Electron App - Part 1, Full Stack Reddit Clone - Spring Boot, React, Electron App - Part 1 Introduction In this series of blog posts, ...
jbang – The power of shell scripting for Java
jbang - The power of shell scripting for Java,Whenever a new Java library is out, developers would be curious to try it out. However, it is sometimes cumbersome to set up the proje...
How web client and web server work ?
How web client and web server work ?,we surf on the internet the resource that we need. However, Did you ever wonder how we can easily see the content in the website. So Let's me e...
balalaika IT newsletter #6
balalaika IT newsletter #6, Frontend A comprehensive guide on testing in React from Johannes Kettmann. A single long-read that covers it all. Did you ever hear of CSS Houdini? Lisi...
Grabbing version strings with PowerShell
Grabbing version strings with PowerShell,The jpackage tool, which is part of OpenJDK since Java 14, can create, well, native packages. Some time ago I wrote a small piece about it,...
Amortized Time Complexity
Amortized Time Complexity,In computer science algorithms and data structures , most of the time we consider the Big-O complexity analysis as the benchmark. But Big-O Analysis is no...
Leveraging command pattern with Spring
Leveraging command pattern with Spring, Intro Every Java developer is either using Spring or at least heard of it, especially about Dependency Injection mechanism it provides. With...
Free Programming Projects With Source Code
Free Programming Projects With Source Code,If you are a beginner in programming world and want to learn programming fast. So I suggest you a website which have projects including s...
Leetcode: 665. Non-decreasing Array
Leetcode: 665. Non-decreasing Array, Introduction In this series of 'Leetcode' posts I will publish solutions to leetcode problems. It is true that you can find most/lots of leetco...
Builder seguro e elegante
Builder seguro e elegante,Builder é um dos padrões de projeto da classe dos criacionais da bíblia da Gangue dos Quadro. Esse padrão permite construir objetos complexos passo a ...