Comments for Hillel Coren https://hillel.dev Just another coding weblog Sun, 18 Jan 2026 20:36:09 +0000 hourly 1 http://wordpress.com/ Comment on Why Event Schedule? by paragon https://hillel.dev/2026/01/02/why-event-schedule/comment-page-1/#comment-72211 Sun, 18 Jan 2026 20:36:09 +0000 http://hillel.dev/?p=2274#comment-72211 Couple of amazing SaaS and Hosted Apps right here UI/UX and concepts along with epic domain names, New Fan of Hillel Coren and his team!

https://InvoiceNinja.com
https://EventSchedule.com

Keep doing what you do!

Client and User of InvoiceNinja.com and Fans of both Apps

Dave Safley
https://LiquidLayer.net

]]>
Comment on Building a (large) Flutter app with Redux by Hillel https://hillel.dev/2018/06/01/building-a-large-flutter-app-with-redux/comment-page-1/#comment-67827 Thu, 29 Oct 2020 15:59:03 +0000 http://hillelcoren.com/?p=1963#comment-67827 In reply to gouthamsivakumar1gmailcom.

As far as I’m aware with Redux you would typically only have one app state. Note: since writing this post Redux has become much less popular in the Flutter community.

]]>
Comment on Building a (large) Flutter app with Redux by gouthamsivakumar1gmailcom https://hillel.dev/2018/06/01/building-a-large-flutter-app-with-redux/comment-page-1/#comment-67825 Thu, 29 Oct 2020 11:49:24 +0000 http://hillelcoren.com/?p=1963#comment-67825 Hi , The blog was very informative.I had a doubt
How i can use 2 api call in the flutter-redux.is we need to have a seperate appstate for that or not.any ideas

]]>
Comment on Friendly URLs with per-account incrementing Ids in Laravel by Hillel https://hillel.dev/2014/02/11/friendly-urls-with-per-account-incrementing-ids-in-laravel/comment-page-1/#comment-67716 Sun, 27 Sep 2020 11:50:49 +0000 http://hillelcoren.com/?p=1661#comment-67716 In reply to aymen.

Correct, the app resolves the public_id to the id.

Note: in the next version of the app we’re no longer using the approach, instead we’re hashing the id field so the URL is something like /invoices/a7u7SC/edit

]]>
Comment on Friendly URLs with per-account incrementing Ids in Laravel by aymen https://hillel.dev/2014/02/11/friendly-urls-with-per-account-incrementing-ids-in-laravel/comment-page-1/#comment-67715 Sun, 27 Sep 2020 11:47:45 +0000 http://hillelcoren.com/?p=1661#comment-67715 In reply to Hillel.

you mean it is like id, but we use public_id instead of id in URLs.
is it right?

]]>
Comment on Friendly URLs with per-account incrementing Ids in Laravel by Hillel https://hillel.dev/2014/02/11/friendly-urls-with-per-account-incrementing-ids-in-laravel/comment-page-1/#comment-67713 Sun, 27 Sep 2020 07:55:41 +0000 http://hillelcoren.com/?p=1661#comment-67713 In reply to aymen.

It enables each company in a multi-tentant setup to use URLs like /invoices/1/edit

]]>
Comment on Friendly URLs with per-account incrementing Ids in Laravel by aymen https://hillel.dev/2014/02/11/friendly-urls-with-per-account-incrementing-ids-in-laravel/comment-page-1/#comment-67712 Sun, 27 Sep 2020 07:41:56 +0000 http://hillelcoren.com/?p=1661#comment-67712 what is the benefit of public_id column in invoice ninja database?

]]>
Comment on Flutter 💙 The widgets are trees 🌲 your app is a forest 🌲🌲🎄 by Hillel https://hillel.dev/2019/12/06/flutter/comment-page-1/#comment-66619 Sat, 07 Dec 2019 15:55:57 +0000 http://hillel.dev/?p=2087#comment-66619 In reply to Jonathan White.

You’re right, that’s a good point!

]]>
Comment on Flutter 💙 The widgets are trees 🌲 your app is a forest 🌲🌲🎄 by Jonathan White https://hillel.dev/2019/12/06/flutter/comment-page-1/#comment-66611 Sat, 07 Dec 2019 01:52:26 +0000 http://hillel.dev/?p=2087#comment-66611 onPressed: onPressed() // VERY BAD!!!

Unless onPressed() returns a function, which is not likely, but possible

]]>
Comment on Flutter: Using Redux to manage complex forms with multiple tabs and relationships by Reblux https://hillel.dev/2018/06/18/flutter-using-redux-to-manage-complex-forms-with-multiple-tabs-and-relationships/comment-page-1/#comment-62644 Tue, 02 Apr 2019 13:29:06 +0000 http://hillelcoren.com/?p=1986#comment-62644 Thanks

]]>