Rust 의 static 키워드
요즘에 떠오르는 언어인 Rust 를 계속 사용해보고 있는데 굉장히 좋은 언어인것 같습니다. Rust 를 공부하면서 새롭게 배운 내용들을 조금씩 적어보고자 합니다. 아래 내용은 이 글 을 참고해서 작성하였습니다.
[JSP] JSP 실무 프로젝트 셋팅과 활용
오늘은 JSP의 실무 프로젝트에서 활용에 대해서 적어 보겠습니다. JSP라고 하면 프론트엔드에서는 클래식이라고 볼 수 있을 것 같습니다. React, Vue, Angular, Svelte, Solid 등이 프론트엔드 춘추전국시대를 만들기 전에 아주 많이 사용했었습니다. 물론, 중소 SI쪽에서는 아직도 사용하는 곳이 많은 걸로 알고 있습니다.
Rust 의 다형성 - static 과 dynamic dispatch (C++ 을 곁들인..)
C++ 에서 Rust 로 넘어가면서 배웠던 것들 중에서 가장 신기했던 점은 Rust 에는 상속(inheritance) 가 없다는 점이였습니다. 보통 C++ 나 Java 같은 언어들에서는 클래스의 인터페이스를 보통 Base 클래스로 삼고 (Java 의 경우 Interface 겠죠.) 각각의 클래스에서 이를 상속하면서 구현하게 됩니다.
🔥jQuery Advanced Full Course | jQuery Tutorial
This jQuery Advanced Full Course video covers in-depth knowledge about critical and advanced Fundamentals jQuery concepts.
jQuery Migrate Plugin Tutorial - Upgrade to v3.0
How to use jQuery migrate plugin to upgrade your jQuery from 1.x or 2.x to version 3.0
How to calculate Probability Density Function in Excel and R (feat. normal distribution)? - Agronomy4future
When we analyze data, sometimes we need to show normal distribution graphs. This graph is different from density graph. Normal distribution graphs imply various concepts which simple bar graphs cannot
SvelteKit is my mistress
SvelteKit just hit version 1.0 and provides an awesome set of tools for building fullstack web applications. Let's take a first look at its features and compare...
Svelte.js 완벽 가이드(Renew)
Svelte는 Rich Harris가 제작한 새로운 접근 방식을 가지는 프론트엔드 프레임워크입니다. Svelte는 자신을 '프레임워크가 없는 프레임워크' 혹은 '컴파일러'라고 소개합니다. 이는 Virtual(가상) DOM이 없고, Runtime(런타임)에 로드할 프레임워크가 없음을 의미합니다.