Web Development Tips (19) 썸네일형 리스트형 Postman - Google OAuth Let's see how we can get the token using Google OAuth. Open the postman and create a GET request and enter the URL Move to the 'Authorization' tap and select the 'OAuth 2.0' Select the 'Client Credentials' under the 'Client Credentials' section Enter the Access Token URL, Client ID, and Client Secret Click the send button Then it will get the token Done HTML 삽입 미리보기할 수 없는 소스 HTML 삽입 미리보기할 수 없는 소스 Logistics Delivery Status (Lotte, Post Office) In this post, we will see how we can add real time delivery status search depending on the kind of different logistics companies. Usually, this can be done by adding the invoice numbers to the search URL and the examples based on the logistics companies follows as below. Lotte https://www.lotteglogis.com/home/reservation/tracking/invoiceView?InvNo= One thing to note here is that when copy and pa.. Adding Open With a Program When we are coding there are times when we have to open multiple editors, in my case often to reference codes, and it is usually faster to open the editor from the folder rather than using the 'open' menu on the editors—however, for the editors that provide an option to whether to add the functionality or not when installing such as the Visual Studio, many people reluctantly reinstall the progra.. Editors - Shortcuts (IntelliJ, VS Code) When coding, most developers use editors such as VS, and IntelliJ because of the efficiency thanks to many features that an editor provides that can reduce repetitive work. In this post, I would like to introduce some of the shortcuts for features of the editors as knowing many shortcuts for features can boost efficiency one more level.List of Contents" data-ke-type="html">HTML 삽입미리보기할 수 없는 소스 .. Deprecated When writing a code it is often that you see the message 'Deprecated'. Deprecated codes are the codes that are being replaced by updated or new codes that do the same function in a better way. Deprecated codes are meant to be replaced completely at some point but until then the codes work as normal. Given that it lives on a dead sentence it is recommended to use updated or new codes whenever pos.. Environment Variables Environment variables are dynamic variables that help us to set configuration variables such as URLs for both the development and global environment at once, it also makes it hard for others to see the value inside (However it will be included in the build file so it does not entirely hide the values from being seen). As many tools and frameworks exist to create an application, setting up and us.. Colors Colors are one of the most important elements of design. In this writing, we will see the basic color theories and helpful tools we can use to experiment with colors. Color Theory The color theory is the theory to explain how a combination of colors can generally make a human feel in a certain way. The theory uses the wheel of colors that is comprised (Created by Isaac Newton) of the prime color.. Payment Service - Stripe Payment service is one of the major features that cannot be left out when creating an e-commerce website. But the thing is that since it requires lots of sensitive information from the users, developing a fully-fledged payment service takes a lot of work and time. For this reason, many applications choose to use payment services. Stripe is one of the many payment services and in this writing, we.. 이전 1 2 3 다음