Best of FutureAugust 2023

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    JS Date Validations – How To Validate a Date in JavaScript (With Examples)

    JS Date Validations - How To Validate a Date in JavaScript. This article will show you how to perform the following date validations. Check if a string is a valid date input, you need to call the constructor and pass the string as its argument. The course is designed to help you learn JavaScript quickly and in the right order.

  2. 2
    Article
    Avatar of spaceliftSpacelift·3y

    The Future of Terraform, Announcing OpenTF!

    HashiCorp announced that going forward they will be changing the license on their core products, including Terraform, to a Business Source License (BSL v1.1 to be specific). Unlike the Mozilla Public License (MPL v2) that their products were previously licensed under, BSL is not an open source license.

  3. 3
    Article
    Avatar of hackernoonHacker Noon·3y

    Building Real-time Applications with Next.js 13.4 Server Actions

    The article explores building real-time web applications using Next.js 13.4's server actions. It discusses designing frontends for seamless user experiences, offers testing strategies, optimization techniques, and future enhancements. The article provides code examples, guidelines, and resources for building effective real time applications.