Input number validation

These 2 articles explain input tag number validation methods.Previous number validation methods had some limitations and were not fit in 100% case but these methods were 100% satisfied with the requirement.https://stackoverflow.com/questions/469357/html-text-input-allows-only-numeric-inputhttps://stackoverflow.com/questions/995183/how-to-allow-only-numeric-0-9-in-html-inputbox-using-jquery/995193#995193

Integrate migration and seeder in Laravel

When we develop Laravel projects, we typically separate migration files and seed files. But in production environment it’s convenient to integrate migration and seeder in 1 file. We normally need to update migration and seeders while developing projects but this causes a lot of problems especially because of foreign key constraint. We can avoid many …

Flutter

Flutter allows you to build beautiful native apps on iOS and Android from a single codebase. Fast Development Paint your app to life in milliseconds with stateful Hot Reload. Use a rich set of fully-customizable widgets to build native interfaces in minutes. Expressive and Flexible UI Quickly ship features with a focus on native end-user …