Blog
Your blog category
Create a Custom Validator in AdonisJS/Node js?
Creating a custom validator in AdonisJS allows you to define your own validation rules that can be used to validate input data in your application. Here’s a step-by-step guide on how to create a custom validator in AdonisJS: 1.Create the Validator: Start by creating a new custom validator using the AdonisJS command-line tool. Replace CustomValidatorTR … Read more
Is automate the boring stuff good for learning Python?
Yes, “Automate the Boring Stuff with Python” is widely regarded as a good resource for learning Python, especially for beginners who are interested in practical applications of programming. The book, written by Al Sweigart, focuses on teaching programming concepts through real-world examples and projects that automate everyday tasks. Here are a few reasons why the … Read more