본문 바로가기
  • AI (Artificial Intelligence)

2018/054

[Node.js] javascript var, let, const 차이점 var, let, const 차이점은?var는 function-scoped이고, let, const는 block-scoped입니다.function-scoped와 block-scoped가 무슨말이냐?var(function-scoped)jsfiddle 참고주소// var는 function-scope이기 때문에 for문이 끝난다음에 i를 호출하면 값이 출력이 잘 된다. // 이건 var가 hoisting이 되었기 때문이다. for(var j=0; j 2018. 5. 10.
How to Install and Configure VNC on Ubuntu 18.04 우분투를 안쓴지 제법되었는데.. 솔직히 CensOS를 신봉하는 나로서는..새로운 것을 지원 빨리한다. Ubuntu.. 안정적인 것을 원한다. CentOS.. 이런 형식으로 약간..이건 뭐 제 느낌이라. BlockChain을 개발하는 나에게 이상하게 자료를 찾다보면 Ubuntu 와 연관이 많아 다시 한번 써보려 한다.사실 아직도 크게 신뢰 하진 않으나.. 12.04가 벌써 18.04가 되어 있었다. 각설..IntroductionVNC, or "Virtual Network Computing", is a connection system that allows you to use your keyboard and mouse to interact with a graphical desktop environment on.. 2018. 5. 4.
HTML email signature in Apple Mail For some reason Apple do not make this a straightforward process. After I’ve created a new signature for my client I often spend a while on Skype guiding them through the process of getting it into Apple Mail. So, here’s a short guide. This guide is intended for people that do not use iCloud Storage.1. The HTMLIf you’re not sure about how to create a snazzy email signature then hire somebody to .. 2018. 5. 4.
Engineer란? 어느덧..나는 Senior Software Engineer라는 타이틀을 얻게되었다.Developer와 Engineer의 차이가 모호한 상태에서 Engineer란 무엇이고,이 사람들은 나에게 어떠한 능력을 요구하는가에 대한 궁금증이 생겼다. What's The Difference Between a Developer and an Engineer?수많은 글에서 알 수 있듯이 이 차이를 명확하게 아는 사람은 별로없다. Developer 가 개발에 좀 더 치중 하였다면, Engineer 는 이를 포괄하여 더 많은 것들을 할 수 있는 이러한 뉘앙스를 보여준다.대충 이러한 내용으로 내 머리에 저장하고, 다시 Engineer 가 뭘까 고민해 보았다.사실.. 이런 것을 고민 할 나이는 아닌 것 같고, 고민 할 시간도 없.. 2018. 5. 2.