15
블록체인 교육 + 솔리디티 (대니월드)
기본적으로 블록체인, 이더리움에 대한 이론적인 내용은 이해했다고 가정하고 진행하는 수업입니다.
웹프로그래밍 언어(HTML,CSS,Javascript)등에 대해서 최소한의 지식을 알고 있다고 가정하고 진행합니다.
그럼, 본격적으로 스마트계약 작성을 위해서 필요한것들을 다루어보겠습니다.
31
Redux Toolkit Tutorial
Redux is a predictable state container for JavaScript apps.
If you want to manage the global state of your application in a predictable way, redux can help you. The patterns and tools provided by Redux make it easier to understand when, where, why, and how the state in your application is being updated, and how your application logic will behave when those changes occur. Redux guides you towards writing code that is predictable and testable, which helps give you confidence that your application will work as expected.
Redux toolkit is the official, opinionated, batteries-included toolset for efficient Redux development.
Redux is great, it does have a few shortcomings. First, configuring redux in an app seems complicated. Second, in addition to redux, a lot of other packages have to be installed to get redux to do something useful. Third, redux requires too much boilerplate code. That is, repeating the same pattern of code every time you had to add a functionality. As a solution to these problems, to a certain extent of course, redux toolkit was created and serves as an abstraction over redux. It hides the difficult parts ensuring you have a good developer experience.
In this tutorial series on Redux Toolkit for beginners, we dive into the what, why and the how.
18
Node.js Tutorial for Beginners
Node.js is an open-source, cross-platform JavaScript runtime environment. Node.js is a technology with which you can build end-to-end JavaScript applications. With Node.js you can build traditional websites, backend services like APIs, realtime applications, streaming services like Netflix, command line interface tools, multiplayer games and a lot more.
5
2
자바스크립트 객체 정리하기
자바스크립트에서 아주 중요한 객체 사용법을 정리합니다.
1편에서는 객체를 만들고 사용하는 방법과 구조 분해 할당에 대해서 정리합니다.
2편에서는 펼침 연산자와 얕은 복사, 깊은 복사에서 펼침 연산자를 어떻게 사용하는지 정리합니다.
25
바닐라JS + VUE3 강좌 시리즈
프론트앤드 프레임워크의 발전과 더불어 백앤드가 담당하던 부분까지 감당할 수 있게 되었습니다. 바닐라JS와 VUE를 이용한 프론트앤드 개발에 대해 배워보도록 합시다.
16
인간 JS 엔진 되기 (JS 고급 강좌)
기초적인 Javascript 문법을 알고 있다면 추천 드리는 강좌입니다! JS 문법 개념을 총 정리 하는 시간을 가져보세요~
13
그림으로 배우는 자바스크립트
전 세계에게 많은 사랑을 받고 있는 언어, 자바스크립트 올해 개발자 대표 커뮤니티, 스택오버플로우에서 157개국에 있는 개발자 2만 6천여명을 대상으로 가장 인기있는 기술을 조사한 결과, 자바스크립트가 54.4% 라는 압도적인 1위를 차지했습니다. 자바스크립트가 이렇게 많은 사랑을 받기 시작한 이유는 무엇일까요? 필자는 낮은 진입장벽과 범용성, 이 2