Writing some shell scripts for system admin. I love writing shell scripts.
Folksonomy: coding
Posts, statuses and bookmarks on philipnewborough.co.uk tagged with: "coding"
Find more posts tagged with "coding" on Mastodon .
Blog
No blog posts tagged with coding.
Status
Looking at my todo list, I'll mostly be writing PHP CRUD stuff today, nothing too interesting, just got to work through it.
The Remote SSH extension in VS Code is excellent, apart from when it isn't. I've had multiple disconnections this morning and it's driving me nuts.
Turning off 'Git: Enable Smart Commit' setting in Visual Studio Code as it's caught me out a couple of times. Grr.
This morning, I'm going to continue working on the encrypted notes app that I started yesterday. The plan for this afternoon is to look at an old CodeIgniter 2 application to see how feasible it is to update it to CI4.
Working on an encrypted notes app. I'm not rolling my own encryption algorithm, because that would be bonkers. Also, don't all note apps use encryption these days?
Working on a digital signage display that pulls solar power data via an API and displays the data in way that a 5 year old should be able to understand.
Bookmarks
-
Why (and how) I’ve started writing my Shell Scripts in Python – A nice guy's view on life
-
Comfortable with the struggle
-
I don't write code the way I used to - stitcher.io
I find myself liking a functional mindset more and more. It's just simpler. I find it comfortable to split data and functionality, to keep my code as flat as possible. I'm still using classes and objects and their internal state, but overall these objects are looking more and more like functions: data goes in, data comes out. That's it.
-
Technology | 2024 Stack Overflow Developer Survey
Each year we explore the tools and technologies developers are currently using and the ones they want to use.
-
80% of programmers are NOT happy… why? - YouTube
-
CommonMark for PHP - Markdown done right
The only PHP library fully compatible with the CommonMark and GitHub-Flavored Markdown specs
-
michelf/php-markdown: Parser for Markdown and Markdown Extra derived from the original Markdown.pl by John Gruber.
-
ramsey/uuid: :snowflake: A PHP library for generating universally unique identifiers (UUIDs).
-
No more 404
Using the Wayback Machine to negate broken hyperlinks.
-
Why you should probably be using SQLite | Epic Web Dev by Kent C. Dodds