Skip to content

write

Writing about interests; Web, Dev, SEO, Marketing and more!
Menu
  • Home
  • Contact

Category: Development

March 28, 2022

How to debug and view a Laravel DB query

How to view a raw Laravel database query from the DB facade with its bindings. This is a good method to debug if your queries with the query builder are…

March 24, 2022

Naming routes in Laravel for convenience

Naming routes in Laravel isn’t a necessity however it makes referencing so much easier when you want to reference a route when generating URLs and pass parameters to it. Take…

March 16, 2022

Splitting Laravel routes into seperate files

How to organize Laravel routes into separate files for better organization and readability. This isn’t something that would be done for a small project, rather a large one whereby the…

March 15, 2022

How to fix Laravel showing the directory structure on Apache

Prevent Laravel from showing the directory structure and instead show your application when using Apache. This is done by creating and assigning a new virtual host, to incorporate the /public…

March 3, 2022

Download a YouTube video comments with yt-dlp

Another seemingly hidden feature with yt-dlp is the ability to save the YouTube video comments into a JSON file. With yt-dlp downloading the video comments into a JSON file is…

March 1, 2022

Using Laravel cache to set, get and forget data

Using Laravel cache to store data in a cache, get the cache and then forget the data cache. Laravel makes caching extremely easy and should be implemented if you are…

February 28, 2022

Download a YouTube video subtitles file with yt-dlp

Download a YouTube videos subtitle file and choose a specific subtitle file format using yt-dlp. To list the available subtitles on a YouTube video with yt-dlp: yt-dlp –list-subs VIDEOURL If…

February 22, 2022

Searching YouTube videos with yt-dlp

How to search and get YouTube videos using the yt-dlp command line tool. You can either list the video id’s and title or instantly download the video. Searching YouTube videos…

February 21, 2022

First project; Learning Laravel week 3

In what might be the final post on learning Laravel with this being the week 3 blog post. The outcome being I released my first project made with Laravel which…

February 9, 2022

Further understandings; Learning Laravel week 2

Continuing on from week 1 in learning the Laravel Framework was spent working on a CRUD project. Doing the routes, views and controller functions for index, show, store, edit, create…

Posts pagination

« Previous 1 … 6 7 8 … 57 Next »

Categories

Analytics Business Computing Consumer Creative Development Fitness Gaming Managment Marketing News Photography Random SEO Sport Technology Travel Uncategorized Web Design

Tags

a6500 API App Apple Blog Bootstrap Chart Computing CSS Dev Digital Marketing Drone FFmpeg Hosting How to HTML Internet IOS jQuery JS Lake Eppalock Laravel Linux Marketing Mavic Air 2 Media MYSQL nba Online Store Photography PHP Product development Server Small Business Social Media Sony alpha Ubuntu Video VPS Vultr Web Web design Web Dev Windows server YouTube
 

Loading Comments...