DCIts a great combination, writing on Hashnode and having complete control over the frontend.Reply路Article路May 27, 2024路Customize Your Hashnode Blog Frontend with Headless Frontend and Laravel
DCthat's awesome! 馃ぉComment路Article路Feb 2, 2024路Hashnode Blog GitHub Action - fetch and display the latest blogs in a nice format
DCChaining methods is really handy, for instance when sending email using Microsoft 365 I set the package so I can do this: MsGraph::emails() ->to($email) ->subject($subject) ->body($body) ->attachments($files) ->send();Comment路Article路Jan 25, 2024路Chaining methods from a Laravel helper class
DCI like to think about tests in the given, when then. So Given I have a user with the correct permissions, When I click send report Then a record will be created and a PDF will be generated.Comment路Article路Jan 4, 2024路The 3 A's of testing
DCI love git switch -c branch-name often I forget to checkout a branch start building a feature then realise I'm on the wrong branch. Using git switch will move all your changes onto a new branch, if the branch doesn't exist it will create it. Very handy!Comment路Article路Sep 27, 2023路Day 12 : Git and GitHub Cheatsheet
DCIts great you're making a start on documenting your journey, it can be daunting learning new skills and sharing your experiences but its great for other aspiring developers who are also starting their journey.Comment路Article路Sep 27, 2023路TDD & TDL: Learning Laravel (the weird way)
DCI'm really excited about this, I'm often torn between using my own custom blog and Hashnode, I like to tinker! this would mean the best of both worlds I think!Comment路Article路Aug 16, 2023路Announcing Hashnode Public APIs 2.0 closed beta
DCGreat post 馃憦 I can relate, always painful when you help someone and then suddenly you're expected to fix every possible problem they have going forward.Comment路Article路Jan 6, 2023路Why should you never ask your friends to install Linux?
DCHi Chiara, A terminal is the same as a command prompt on Windows. In order to use composer check out https://getcomposer.org/Reply路Article路Feb 21, 2022路jQuery Fullcalender with PHP and MySQL