QuickHop Designsquickhop.uk·Nov 24, 2024Cactus FontDiscover the Beauty of the Cactus Font: Elevating Your Design Projects In the bustling world of design, the right typography can breathe life into any project, and the Cactus font stands out as a vibrant gem in the realm of script fonts. Crafted with...Discussbusiness
Arsalan ShaikhforAiPay Blogblog.aipay.money·Nov 17, 2024QR Code vs UPI ID vs Mobile Numbers: Which is the Best Option for Your UPI PaymentsUnified Payments Interface (UPI) has revolutionized the way we make payments in India, offering a seamless, instant, and secure way to transfer money between bank accounts using mobile devices. As the adoption of UPI grows, users now have several opt...Discusspayment
Joonyjoony.hashnode.dev·Jul 2, 2024ID 중복확인 API의 응답 형식 정하기 { isDuplicate: true } vs. { errorCode: DUPLICATE_ID }서버에 검증을 요청하는 검증 API 중 누구나 떠올릴 수 있는 것으로 ID 중복여부 확인 API가 있다. 이 글에서는 ID 중복여부 확인 API를 예시로 검증 API의 응답형식을 디자인하는 2가지 방법과 각각의 특징을 설명한다. ID 중복여부확인 API의 2가지 형식 ID의 중복여부를 확인하는 기능은 일반적으로 사용자가 가입과정에서 ID를 입력하고 [중복확인] 버튼을 클릭하거나 ID 입력상자에서 Focus out되는 시나리오에서 사용된다. 그리...Discuss·280 readsID 중복체크 API
Stefan Birdscbird.hashnode.dev·Aug 9, 2023The case for prefixed IDsIDs are often overlooked, but they play a crucial role in almost every application. Most modern IDs are random strings, an improvement on the previously popular sequential IDs. However, we can improve them further by adding a short prefix to designat...Discuss·1 like·43 readsid
Rashedul Islamdev-rashedul.hashnode.dev·Mar 27, 2023generate id with a generator functionfunction* generateId() { let index = 1; while (true) { yield index++; } } const generateUserId = generateId(); const generateProdId = generateId(); // user id console.log("user", generateUserId.next()); console.log("user", generateUserId.next()...Discuss·80 readsid
Igvir Ramirezpwd.hashnode.dev·Feb 22, 2023Using Hash Codes as Unique IdentifiersIntroduction In this article, we will cover a common use case for software developers: Using and generating Unique Identifiers. Let´s start with a definition: What is an identifier? The simplest explanation usually comes from Wikipedia: An identifi...Discuss·10 likes·2.6K readsJava
RobertoTorinocloudit.hashnode.dev·Nov 4, 2022Make Your Id UniqueThere are situations where you want uniqueness but you can not use numbers only letters to distinguish uniqueness, here's an example on how to achieve this: export function makeUnique() { let text = ''; const rangeChoice = 'abcdefghijklmnopqr...Discussunique
Karthik Kadambistick-tech.hashnode.dev·Oct 5, 2022State IDNot everyone wants to get a car initially and hence won't be getting a driver's license too. But you still need an Id using which you can travel within the US without a passport. In California, there are 2 options: State ID Driver Licence and one o...DiscussRandomid