In the last blog post, I talked about collections in Laravel. I decided to make a video this time, taking about the map() method and what it does. The video explains the map() method...
Laravel provides a lot of amazing tools out-of-the-box and collections are one of them. The collection class within Illuminate\Support is basically a wrapper that allows you to work with and manipulate arrays of data....
This is Codepen I created that was inspired by this Dribbble shot. Didn’t have time to code up the whole design since I’m trying to pump these out daily for practice. However, this is...
Introduction Hello there! I’ve been wanting to do a daily thing where I code up some UI components just for practice. Maybe I’ll search around Dribbble and see if I build a design using...
Hello There! I decided to do some designin’ this weekend. Wanted to get out of the coding grind and sharpen my creative skills. I’ve come to the conclusion that I still really like making...
Hello there! So I made a speed coding video over the holiday weekend. Started a simple Laravel project for fun! I’m thinking of doing more of these. I might add commentary to within video;...
Just a short video on Authentication in Laravel. We will explore the default auth settings in this amazing framework! I totally forgot to add “username” to the $fillable array inside the User model. It’s...
Good morning! Welcome to version two of my list of web design inspiration. Formidable I really like the aesthetics on this site. The playful space and shape animation is neat. If you scroll down,...
Decided to browse through Awwwards today for some inspiration. Here’s a few sites that inspired me. I’m going to try to share what inspires me daily! Enjoy! 🙂 Futur en Seine I love the...
Today I’ve been playing around with designing a translation/localization drop down menu. I made a quick codepen to share what I’ve made. See the Pen Translation Dropdown by Tyler Souza (@tysweezy) on CodePen. This...