Samuel AdekunleforTech With Samtechwithsam.hashnode.net·Oct 1, 2020Flutter Tutorial #1 — Form Validation.Hello everyone and welcome to another brand new tutorial series on Flutter. Today we’re going to learn how to validate a form using Flutter. Form plays a vital role in any mobile application today. Almost all the app in the world has a form to fil...Discuss·40 likes·162 readsFlutter
Kristof RiebbelsforA blog to (be) inspire(d) (by) otherskriebbels.hashnode.net·Mar 26, 2023FeaturedThe hidden dangers of JSONs: Hunger silencedPreviously on... In my previous blog post, I wrote about deserialization attacks and how to prevent them. I ended the post with a section called Hunger. There I stated I still doubted the link between JSON inside a string property and when the valida...Discuss·38 likes·589 readsSecurityjson
Yohann LegrandforJavaScript for Breakfastjavascript-for-breakfast.hashnode.net·Jun 18, 2021(Part 2) Build quality forms with React 🚀Photo by Kelly Sikkema This article is the second and final part of "Build quality forms with React 🚀". In the first part, I explained what controlled and uncontrolled forms are in React, and I introduced two wonderful libraries: react-hook-form an...Discuss·37 likes·570 readsReact
Jay SimonsforDesignly Blogdesignly.hashnode.net·Apr 22, 2023Building a Universal Form Controller Using Next.js & YupWriting forms is probably one of the most time-consuming tasks in front-end development. There are several libraries (like react-hook-form) that can help reduce some of the coding required, but I have a habit of not trusting packages. They say "don't...DiscussNext.js
Charles FarrisforSleeping Bear Systemscharlesfarris71.hashnode.net·Apr 14, 2023ArtShowTools: Part 3In the previous post, I used event sourcing to handle commands and recreate the current state of the Artwork entity. In this post, I'll be adding validation to the value objects used to implement the command and event objects. The ArtworkId Value Obj...Discuss·1 likeArtShowToolsF#
Jon ChristieforJon's Tech Blogjonchristie.hashnode.net·Apr 12, 2023Part 1 of 5: React Native Coding ChallengesChallenge 1: Create a Navigation Bar with Multiple Tabs that Switch Between Views... in React Native! Here's what we are aiming for. I encourage you to try and replicate this before proceeding 👍! Ok! Let's Dive in!!! To create a navigation bar with...Discuss·71 readsReact
Amadeusz AnnissimoforAmadeusz Annissimo Blogamade.hashnode.net·Apr 11, 2023Using Laravel validation outside of Controllers & RequestsWhen you look at the Validator source code in Laravel, you see that it either throws a ValidationException or returns an array of validated attributes: public function validate() { throw_if($this->fails(), $this->exception, $this); return $t...DiscussLaravel
Agnivesh ChaubeyforTech Blogsagnivesh.hashnode.net·Apr 4, 2023Mastering JSON Schema: From Basics to Advanced FeaturesIntroduction JSON Schema is a powerful tool that allows you to validate and define rules for your JSON data. Whether you're working with APIs, databases, or configuration files, creating a schema can ensure that your data is structured correctly. In ...DiscussWeMakeDevs
Evans Allisonforiam-alli.hashnode.net·Apr 3, 2023Escaping "Validation Hell" with JSON-Validace (E1).Introduction Ever had a tough time validating user inputs that you end up writing complex and messy codes? Then this article is for you. Hi, I’m Evans Allison and in this article, I’ll be sharing with you a powerful npm tool that can help you write v...Discuss·10 likesJavaScript
Agnivesh ChaubeyforTech Blogsagnivesh.hashnode.net·Apr 1, 2023Bowtie: Simplify Your JSON Data ValidationAre you tired of feeling like you're in a never-ending battle with data validation in your web app? Are you tired of staring at a screen full of indecipherable error messages, wondering where you went wrong? Well, fear not, my fellow developers! Bowt...Discuss·58 readsWeMakeDevs
Aliyu AbubakarforSadiqfulsadiqful.hashnode.net·Mar 27, 2023How to get real-time data and insight on a Phone Number using SendchampIn today's digital age, businesses need to stay connected with their customers at all times. One of the most effective ways to do this is by using messaging platforms like Sendchamp. Sendchamp provides businesses with a variety of messaging channels ...Discuss#sendchamp
Kristof RiebbelsforA blog to (be) inspire(d) (by) otherskriebbels.hashnode.net·Mar 26, 2023FeaturedThe hidden dangers of JSONs: Hunger silencedPreviously on... In my previous blog post, I wrote about deserialization attacks and how to prevent them. I ended the post with a section called Hunger. There I stated I still doubted the link between JSON inside a string property and when the valida...Discuss·38 likes·589 readsSecurityjson
Rk MahbubforQoDesignqodesign.hashnode.net·Mar 26, 2023Laravel Validation is unique/exists with different database connection'email' => 'required|unique:mysql2.users' Where mysql2 is the second database settings array in the database.php fileDiscussLaravelLaravel