Thowfiqwaterdark.hashnode.dev·Jan 22, 2024Installing React Native: A Step-by-Step GuideReact Native is the well-known framework for building native mobile apps using JavaScript and leveraging ReactJS. It is well similar to ReactJS but not completely. In this article, you will find the proper step by step installation of React Native. R...41 likes·895 readsReact
Merge Simpsonblog.letsdev.me·Nov 9, 2023Java 16 Record 💿: 10분 안에 익히는 레코드 레시피 적극 활용🇰🇷 Kor: 지금 보는 중!🗺 Eng: Not yet.🇯🇵 Jap: まだです。⚠️ 💿 What is the Record? 💿 레코드는 불변 객체 생성을 위한 클래스 유형입니다.💿 쉽게 말해 모든 필드가 final 필드가 되죠. record는 비교적 높은 버전에서 공개된 기능인 만큼 꽤 쉽습니다.이러저러한 보일러 플레이트를 작성할 필요도 없구요. 코드를 보죠. // @AllArgsConstructor가 자동으로 생성됩니다. ...10 likes·178 readsJava
Charmmisscharm.hashnode.dev·Jun 16, 2023Java - Install JDK 17 in MacOS (2023 Updated)Before you read: This article is about downloading and installing the JDK17 on MacOS This is part 2 of the series of my Java Certification journey. Part 1 is here Machine setup varies depending on your operating system. First For Windows, you gu...42 readsJava