Valentino Urbano
iOS Developer, Swift, Writer, Husband
Hoe to add a secret key to your user in Laravel
First, we need to update our database to add the field to store the secret key. Open a terminal window to your project’s root and run:
Callback on alert dismissal bootstrap - Events
Most components in bootstrap fire an event when dismissed. You can intercept the event and act accordingly. For this project, I was using jquery sp this example will be based on that, but it is quite easy to convert it to vanilla js (or the framework of your choosing).
Don't blame your boredom on tech
Many people think that Technology is uniquely to blame for our lack of focus and attention:
Don't only stick with paradigms
Whenever we come on a project or start a new one we either decide on a certain architecture or follow the architecture the software was written in without asking ourselves if it is the best way. Having a consistent style and architecture across the whole application is paramount and a...
Cocoapods - Committing your dependencies (Pod folder)
Check them into your source control. If you can’t build your iOS or OS X project without fetching source from somewhere that’s not under your control, you’re at risk of 😭 one day. It’s fine to use dependencies but in my opinion, you should always be able to build your...