David ShinLet’s deploy an app with Heroku!Before even we talk about how to deeply an application through a colud service named Heroku, the application must be a project that was…Apr 11, 2021Apr 11, 2021
David ShinJava’s ArrayIn javascript, an array is a very common object that we use often in our coding. So what is an array in JavaScript? According to the MDN…Apr 5, 2021Apr 5, 2021
David ShinCasting in Java, What is it?Java has sort of unique understanding of the primitive data types in java (if you are comparing it with Javascript) because those eight…Mar 28, 2021Mar 28, 2021
David ShinDeclaring Variable in Java.Now for those who are studied in coding pretty sure heard about variables, in fact, variables have used in many other coding languages…Mar 22, 2021Mar 22, 2021
David Shin[CSS-101] What is CSS?Have heard CSS before? Those who just started learning programming might wonder what is CSS? well according to the MDN website is defined…Mar 1, 2021Mar 1, 2021
David ShinBig O notation(recap) part 1In Programming, we hear thousands of times about time complexity and space complexity. Why it is essential to understand and to study…Feb 22, 2021Feb 22, 2021
David ShinHow to deal with Imposter SyndromeHave heard of imposter syndrome before? If you are a software developer and currently studying or working in that industry, I’m pretty…Feb 15, 2021Feb 15, 2021
David ShinReact Router can get you to the right URL.React is, without a doubt, one of the greatest javascript libraries for developing applications. But when creating a web app with a…Feb 8, 2021Feb 8, 2021