René's URL Explorer Experiment


Title: A Software Guy Blog

Open Graph Title: A Software Guy Blog

Opengraph URL: https://namhogim.github.io/index.html

Generator: Hexo 5.0.0

direct link

Domain: namhogim.github.io

theme-color#222
og:typewebsite
og:site_nameA Software Guy Blog
og:localeen_US
article:authorNamho Kim
article:tagSoftware Engineering
twitter:cardsummary
NoneA Software Guy Blog

Links:

A Software Guy Blog https://namhogim.github.io/
Homehttps://namhogim.github.io/
Abouthttps://namhogim.github.io/namho/
Tagshttps://namhogim.github.io/tags/
Categorieshttps://namhogim.github.io/categories/
Archiveshttps://namhogim.github.io/archives/
26 posts https://namhogim.github.io/archives/
24 categorieshttps://namhogim.github.io/categories/
52 tagshttps://namhogim.github.io/tags/
GitHubhttps://github.com/NamhoGim
LinkedInhttps://www.linkedin.com/in/namho-kim-6b1848118
https://github.com/NamhoGim
Stream APIhttps://namhogim.github.io/2020/10/05/stream-api/
Stream APIhttps://namhogim.github.io/categories/Stream-API/
https://namhogim.github.io#What-are-streams
https://namhogim.github.io#Stream-operations
https://namhogim.github.io#Intermediate-operations
https://namhogim.github.io#Terminal-operations
https://namhogim.github.io#Working-with-streams
https://namhogim.github.io#Filtering
https://namhogim.github.io#Filtering-with-a-predicate
https://namhogim.github.io#Filtering-unique-elements
https://namhogim.github.io#Truncating-a-stream
https://namhogim.github.io#Skipping-elements
https://namhogim.github.io#Mapping
https://namhogim.github.io#Applying-a-function-to-each-element-of-a-stream
https://namhogim.github.io#Flattening-streams
https://namhogim.github.io#Attempt-Using-Map-and-Arrays-stream
https://namhogim.github.io#Using-flatMap
https://namhogim.github.io#Finding-and-matching
https://namhogim.github.io#Reducing
https://namhogim.github.io#Summing-the-elements
https://namhogim.github.io#Maximum-and-minimum
https://namhogim.github.io#Intermediate-and-terminal-operations
https://namhogim.github.io#Collecting-data-with-streams
https://namhogim.github.io#Grouping
https://namhogim.github.io#Partitioning
Layered Architecturehttps://namhogim.github.io/2020/10/03/layered-architecture/
Web Architecturehttps://namhogim.github.io/categories/Web-Architecture/
https://namhogim.github.io#Background-MVC-model
https://namhogim.github.io#Components
https://namhogim.github.io#Model
https://namhogim.github.io#View
https://namhogim.github.io#Controller
https://namhogim.github.io#Controller와-Service
https://namhogim.github.io#Service-객체
https://namhogim.github.io#Transaction
REST APIhttps://namhogim.github.io/2020/10/03/REST-API/
RESThttps://namhogim.github.io/categories/REST/
REST APIhttps://namhogim.github.io/categories/REST/REST-API/
https://namhogim.github.io#Background
https://namhogim.github.io#REST-구성
https://namhogim.github.io#REST의-특징
https://namhogim.github.io#REST-API-설계-가이드
Java Collections Frameworkhttps://namhogim.github.io/2020/09/09/Java-collection-type/
Javahttps://namhogim.github.io/categories/Java/
collectionshttps://namhogim.github.io/categories/Java/collections/
https://namhogim.github.io#Java-Collections-Framework
Java collections overviewhttps://docs.oracle.com/javase/8/docs/technotes/guides/collections/overview.html
https://namhogim.github.io#Advantages-of-a-collections-framework
https://namhogim.github.io#Collection-Interfaces
Collectionhttps://docs.oracle.com/javase/8/docs/api/java/util/Collection.html
Sethttps://docs.oracle.com/javase/8/docs/api/java/util/Set.html
Listhttps://docs.oracle.com/javase/8/docs/api/java/util/List.html
Queuehttps://docs.oracle.com/javase/8/docs/api/java/util/Queue.html
Dequehttps://docs.oracle.com/javase/8/docs/api/java/util/Deque.html
Maphttps://docs.oracle.com/javase/8/docs/api/java/util/Map.html
https://namhogim.github.io#Method-of-Collection-Interfaces
Java Enum Typeshttps://namhogim.github.io/2020/09/09/Java-Enum/
Javahttps://namhogim.github.io/categories/Java/
Enumhttps://namhogim.github.io/categories/Java/Enum/
Enum Typeshttps://docs.oracle.com/javase/tutorial/java/javaOO/enum.html
Dependency Injection in Springhttps://namhogim.github.io/2020/09/06/Dependency-Injection-in-Spring/
https://namhogim.github.io#Container
https://namhogim.github.io#DI-Dependency-Injection
https://namhogim.github.io#Spring-Framework에서-DI-적용-예-2가지
https://namhogim.github.io#xml-파일을-이용한-설정
https://namhogim.github.io#xml을-이용한-설정으로-DI-확인
https://namhogim.github.io#Java-config를-이용한-설정
https://namhogim.github.io#Annotation만을-활용한-ApplicationConfig-설정
200903 TILhttps://namhogim.github.io/2020/09/03/200903-TIL/
TILhttps://namhogim.github.io/categories/TIL/
Testinghttps://namhogim.github.io/categories/TIL/Testing/
https://namhogim.github.io#Testing
https://namhogim.github.io#소프트웨어-개발-유지보수-운영-시-테스팅의-역할
https://namhogim.github.io#Testing의-일반적인-원리
https://namhogim.github.io#Test-Driven-Development
Java DAO & DTOhttps://namhogim.github.io/2020/09/02/Java-DAO-DTO/
Javahttps://namhogim.github.io/categories/Java/
Design Patternhttps://namhogim.github.io/categories/Java/Design-Pattern/
https://namhogim.github.io#DAO-Data-Access-Object
https://namhogim.github.io#DTO-Data-Transfer-Object
200901 TILhttps://namhogim.github.io/2020/09/01/200901-TIL/
TILhttps://namhogim.github.io/categories/TIL/
Springhttps://namhogim.github.io/categories/TIL/Spring/
https://namhogim.github.io#Spring-Framework
https://namhogim.github.io#Container
https://namhogim.github.io#Inversion-of-Control
https://namhogim.github.io#Dependency-Injection
https://namhogim.github.io#Spring에서-제공하는-IoC-DI-container
https://namhogim.github.io#Bean-class
200831 TILhttps://namhogim.github.io/2020/08/31/200831-TIL/
TILhttps://namhogim.github.io/categories/TIL/
JSTLhttps://namhogim.github.io/categories/TIL/JSTL/
https://namhogim.github.io#JSTL
https://namhogim.github.io#set-remove
https://namhogim.github.io#Property-Map
https://namhogim.github.io#if
https://namhogim.github.io#choose
https://namhogim.github.io#forEach
https://namhogim.github.io#import
https://namhogim.github.io#redirect
https://namhogim.github.io#out
2https://namhogim.github.io/page/2/
3https://namhogim.github.io/page/3/
https://namhogim.github.io/page/2/
Hexohttps://hexo.io/
NexT.Musehttps://theme-next.js.org/muse/

Viewport: width=device-width, initial-scale=1, maximum-scale=2


URLs of crawlers that visited me.