사용 환경 : VMWare Fusion 12.2.4 현재 고정 IP 를 통해 외부로 인터넷을 접속하는 네트워크 환경입니다. 이 때에 VMWare 로 Ubuntu 20.04 이미지를 설치하니 바로 인터넷 연결이 되지 않았습니다. 이럴 때에 인터넷 연결을 하는...
Using Iterator To Generate A Suite of Card Decks const cardDeck = { suits: ['♧', '♢', '♥', '♤'], court: ['J', 'Q', 'K', 'A'], [Symbol.iterator]:...
I was struggling with a codebase that came with an almost-typeless request parameter type, in Java Spring Boot. The controller header looks like...
Cover image with unsplash.com · Cover image trick for a simple landing page, using simple css trick. body { font-family: Arial, Helvetica,...
Remembering which is which for margin/border/padding in the css box model is tricky when you start learning css. Here is my tip worth 2 cents. From...
Checking for a falsy value in JavaScript is where bugs can creep into your code easily. I recently came up with a good way of handling falsy value...