womenintech共6篇
Java Variables and Data Types-拾光赋

Java Variables and Data Types

Java Variables and Data Types, Introduction to Java (3 Part Series) 1 Introduction to Java: for Beginners 2 Java Basic Syntax 3 Java Variables and Data Types Basically, a program i...
kity的头像-拾光赋kity3个月前
0226
Binary Search Technique-拾光赋

Binary Search Technique

Binary Search Technique,When to use: Used for searching for an element in a sorted list or array. Reduces the time complexity from O(n) to O(log n). Conditions: Input must be sorte...
kity的头像-拾光赋kity3年前
04510
The PIE concept of OOP.-拾光赋

The PIE concept of OOP.

The PIE concept of OOP.,Being a beginner in the technical field, knowing one of the object-oriented programming languages in detail, is a MUST! Let me add to that. Here we are NOT ...
kity的头像-拾光赋kity4年前
0326
Convert entity to DTO in Springboot-拾光赋

Convert entity to DTO in Springboot

Convert entity to DTO in Springboot,I used to map an entity to DTO in the service class by writing my own mapping method but recently I got to know about Model Mapper, all we need ...
kity的头像-拾光赋kity4年前
0278
Configure MappingJackson2MessageConverter's ObjectMapper-拾光赋

Configure MappingJackson2MessageConverter’s ObjectMapper

Configure MappingJackson2MessageConverter's ObjectMapper,In our service, we are expecting a ZonedDateTime data type from a queue (AWS SQS) message (that is subscribed to a AWS SNS)...
kity的头像-拾光赋kity5年前
03412
Blog for a back-end developer's portfolio?-拾光赋

Blog for a back-end developer’s portfolio?

Blog for a back-end developer's portfolio?,Recently, I've noticed that most job postings require portfolios even if they're looking for back-end developers. So I thought... maybe I...
kity的头像-拾光赋kity5年前
0407