JWT Auth in Flask Python
Ever wondered how you use auth in Flask and secure some endpoints? Well, it's not that crazy, and...
Published: May 14
ViewWhen is the right time to go it alone...
I've done it, I've handed my notice in and I'm going it alone. It's a scary thought, making sure...
Published: May 10
ViewPython in the Browser? Ok let's do it!
So let's do some history here, so you can see that whilst this idea seems crazy it also fills me with...
Published: May 4
ViewLoading styles and static files in Django
I like you am a newbie when it comes to Django. Yes I am slightly in love with the Framework and...
Published: May 2
ViewLet users download files in flask
This week I wanted to have some documents that a user landing on my website could download and use....
Published: Mar 17
ViewVUE cli with electron
I remember the days when JavaScript simply ran hover effects on buttons and made my page a little...
Published: Jan 26
ViewClive Sinclair 1940 - 2021
If you were born in or around the late seventies, then there is a strong chance you used a Spectrum...
Published: Sep 17 '21
ViewCreate an API in Flask - Part One
Coming from PHP to Python has been a blast! I'm loving it, the way code is written out and the...
Published: Sep 13 '21
ViewCreating a chatterbot in python
I'm fairly new to the world of Python and apart from watching course material on the subject, I...
Published: Aug 30 '21
ViewConfessions of a commercial developer - Part One
So I started a new series over on my YouTube channel exploring the world of a commercial developer...
Published: Apr 5 '21
ViewReRender a child component in Vue
Re-Rendering a child component without rendering the page has always been a hard one for me and I...
Published: Mar 25 '21
ViewThe Overwhelmed Developer!
Reading this site and Twitter you'd be right to think that being a developer is not a job but a lifes...
Published: Mar 2 '21
ViewClient side search in Vue 2
So you have some data you want to filter? Or a cheeky little search bar and want to allow the user to...
Published: Feb 7 '21
ViewMVC and creating it in Laravel 8
So let's assume you are brand spanking new to laravel and MVC frameworks, that you have never created...
Published: Feb 3 '21
ViewGetting a JSON element from a DB in Eloquent
So I had an issue come up today that required me to pull some data out of a DB for a report. That inc...
Published: Jan 29 '21
ViewUsing Configs in Laravel 8
One of the biggest things we do in modern web development is to consume API's and with that comes lot...
Published: Jan 18 '21
ViewCreate a slug from a string Lavavel 8
So as normal I blog on topics I had to research and then pop them here for my reference and if you ar...
Published: Jan 6 '21
ViewSave an image from Vue to Laravel 8 Part 2
So in the first part we set up the MVC side of this little tutorial, now it's time to make it work. F...
Published: Dec 30 '20
ViewSave an image from Vue to Laravel 8 Part 1
Hey guys, this is a nightmare for me and took me a while to get right, as I always do I write the tut...
Published: Dec 26 '20
ViewSetting up Vue in Laravel 8
Fancy a SPA in laravel? Yes, we all do! So here is the quick and easy way to get the wonder Vue.js...
Published: Oct 14 '20
ViewThe worst part of being a dev
I often sit staring at my screen taking in all the information in front of me, wondering how I manage...
Published: Oct 3 '20
ViewWatch props in Vue
I had a wonderful night helping a fellow developer last night and thought I'd share something even I...
Published: Sep 21 '20
ViewThe server-side web app
Back when I started developing the internet was so small and most of my coding was simply done to rem...
Published: Sep 14 '20
ViewWork-life balance
If you are a developer who follows many wonderful people on Twitter it's sometimes hard to see how an...
Published: Sep 10 '20
ViewUse laravel .env variable in Vue
This used to drive me nuts, many times I wanted a .env in Vue that was easy to use and maintain. So w...
Published: Aug 18 '20
ViewThe ability to work for free
The one major factor in me becoming a developer was simply my love of computers and understanding the...
Published: Jul 28 '20
ViewMy Data Self vs Facebook
How is it this day in age that we let certain aspects of our data self get flogged like a horse in a...
Published: Dec 27 '19
ViewMy Journey Part 3
Let me tell you working nights and trying to code during the day is hard work! Also learning about CS...
Published: Dec 20 '19
ViewVue CLI - Set up and getting started
Vue CLI is an all in one solution for getting started with a Vuejs app. Newbies and experts alike can...
Published: Dec 17 '19
View