エピソード

  • Episode 104 - Retool Application Builder
    2024/11/07

    Well, I originally took a look at Retool a while ago. It is a really rich application builder that allows self-hosting too (as a Docker container). I liked the idea of this given a company might want to have control of apps within their own infrastructure.

    Retool as come along leaps and bounds and now:

    * Still has an amazingly rich application building interface with lots of integrations options including your own API targets

    * “Hands-Free” PostgreSQL database! Use whatever datastore you want (including the Retool internal one) or indeed PostgreSQL to have full database control either via SQL code or SQL GUI :)

    * Has a really slick workflow module - you can trigger things, perform actions, and conditions and of course lots of integrations :)

    * Mobile! Just investigating this, but check it out for yourself!

    Hey, subscription to this podcast is FREE if you want to subscribe! I hadn’t realised before it forced you to pay ;) Of course, if you wish to or must pay, then please feel free with a paid subscription or via Patreon



    This is a public episode. If you would like to discuss this with other subscribers or get access to bonus episodes, visit www.justfivemins.com
    続きを読む 一部表示
    7 分
  • Episode 103 - Can AI really help write an application?
    2024/11/02

    Well, AI is certainly helping in all areas of life, for better or worse!

    I decided to give GitHub Copilot a run for its money to attempt to create, or at least help, a command-line tool in dotnet to extract XML schema information (yes, they are still a “thing”) to generate SQL creation scripts i.e. table create / stored procedures and so on.

    As a bonus, even though I know nothing of the Rust language, my good friend Tim does! (that is the symbol “0x5” formerly known as Tim Abell!)

    So, I decided to ask our AI friend to convert the dotnet application to Rust… and it did!

    Well, it runs and seems to provide the same output as the dotnet app however, since I don’t really know Rust (yet!), this might give me some insight at least!

    Anyway, until the next time!



    Get full access to Just Five Mins! at www.justfivemins.com/subscribe
    続きを読む 一部表示
    10 分
  • Episode 102 - Jetbrains Rider & Webstorm FREE!
    2024/10/26

    Well, if I could sell any software, I would be happy to pay for a Jetbrains subscription!

    However, if you are like me, you can now use Jetbrains Rider (for all things .NET) and Webstorm (for all things Javascript/frontend) freeeeeeeee!

    I can still seem to ramble on over 5 minutes even with something as simple as this!

    Anyway, take care. Until the next time…



    Get full access to Just Five Mins! at www.justfivemins.com/subscribe
    続きを読む 一部表示
    7 分
  • Episode 101 - Cursor IDE or not?
    2024/10/21

    Well, inovation is continuous for sure. Just look at the amount of Javascript frameworks that exist at any one moment!

    So, we have cursor IDE. A new (ish) IDE (integrated development environment) for coding in whatever language you want. It is built on the same platform as VS code. The key selling point is it is an AI first IDE, meaning it has AI code assistance built in from the get go. Cursor has a free plan and also paid plans that allow you more flexibility and different AI models.

    Although I haven’t given cursor a good run as yet, the issue for me personally, is it is similar to VS code but not quite. I found myself doing things I would do, or look to do, in VS code but were not in the place I remembered from VS code. This is most probably down to just me, but it shows the bigger issue I guess - we all get stuck using things we know and are comfortable with. I have been trying to use Linux more and more but get frustrated by the squillion ways to do something - but again, I am not giving up - it is good to try to expand your own vision!

    So, cursor seems to be a nice proposition, but I feel if I am going to use something like that, I would keep using VS Code. In addition, Codeium is pretty cool! I did a podcast about it a while ago, and it is sort of like GitHub Copilot (mandatory $10 per month) but works with whatever editor you like (they state over 40+ IDE/editors!) as well as being a simple browser extension! The great thing is with Codeium, it has a very generous free plan and on the paid version (pro version is the same as GitHub Copilot at $10 per month), you can switch between AI models. Codeium is a nice modular way to get a similar experience across a wide variety of IDE/Editors instead of putting all your focus into just one thing like cursor. Again, not putting cursor down as I haven’t tried it for long enough, but there we go!

    So, take care until the next exciting episode ;)



    Get full access to Just Five Mins! at www.justfivemins.com/subscribe
    続きを読む 一部表示
    9 分
  • Episode 100! - The goodness me ramble edition!
    2024/10/16

    Well, what to say… 100 episodes! yes, polluting the digital airwaves for far too long!

    Taking a quick retrospective look back - he says, as if 100 episodes is an achievement!

    Ulysees the Unicorn will be happy to welcome you :)

    (You can subscribe free by the way!)



    Get full access to Just Five Mins! at www.justfivemins.com/subscribe
    続きを読む 一部表示
    23 分
  • Episode 99 - Deno Part 2
    2024/10/10

    Well, if you have ever heard of NodeJS then this might be of interest to you :)

    NodeJS has been around for quite some time, and used by a lot of large companies - but it did have some issues (not to mention the whole NPM world!).

    The creator of NodeJS went away a few years ago to create DENO (yes, switch those letters around!). DENO aimed to fix some of the failings of NodeJS but didn’t support a lot of the existing NodeJS ecosystem.

    DENO 2 does let you use the older NodeJS modules as well as it’s own newer modules which are, apparently, a lot safer.

    Also, I didn’t quite do my research - DENO 2 is built with RUST :)

    Deno is written in Rust and based on the V8 engine that powers Chromium browsers. "Rust has been crucial to Deno’s development, especially with Rusty V8, recently stabilized," Dahl told The Register. "Rust's unified build system simplifies adding third-party functionality compared to C++, keeping Deno fast and reliable for server-side apps."

    Anyway, take a listen and here are a few links if you need them.

    https://deno.com/

    https://fresh.deno.dev/

    DENO 2 Serverless hosting

    Okay, take care until the next time!



    Get full access to Just Five Mins! at www.justfivemins.com/subscribe
    続きを読む 一部表示
    8 分
  • Episode 98 - Fly IO instead of Docker?
    2024/10/04

    Well now, are you using Docker? never heard of Docker? well perhaps you might want to ask AI to help there.

    If you do use Docker to create containers of your apps/micro-services then what about Fly.io?

    Fly.io is a public cloud infrastructure platform. Users deploy applications as Docker images, but Fly.io does not utilize Docker to run the applications.

    Docker images are actually OCI (Open Container Initiative) images, which are essentially stacks of tarballs (are these similar to harballs that a cat has?). Fly.io unpacks these layers onto virtual machines and can retrieve the container manifest from the Docker registry.

    Fly.io employs a custom registry to fetch and unpack image layers. It utilizes Firecracker microVMs for virtualization. Firecracker is a virtual machine manager that creates lightweight microVMs. Fly.io uses Firecracker to orchestrate these VMs, along with containerD for isolation. ContainerD is responsible for managing and unpacking application images, with each app instance running on its own isolated kernel.

    There are some generous free options described here.



    Get full access to Just Five Mins! at www.justfivemins.com/subscribe
    続きを読む 一部表示
    7 分
  • Episode 97 - Tailwind CSS and then some!
    2024/09/21

    Well, what do you know? back to some frontend web stuff no less!

    I have been using bootstrap CSS for years, and still do, but when I eventually realised Tailwind CSS was “something”, I have since been trying a few projects out with Tailwind CSS. However, because I am lazy and have been using WordPress with Elementor (page builder), I stumbled across dev dojo and some of their product offerings, one of which is “tails” - a page builder using Tailwind CSS no less! It looks really cool and produces a webpage/site with Tailwind CSS for the display aspects.

    Interestingly, dev dojo also have a product called “pines” which using AlpineJS and TailwindCSS to build really stylish websites too… AlpineJS is an ultra-minimal JavaScript framework that I really must rediscover!

    Until next time, take care!



    Get full access to Just Five Mins! at www.justfivemins.com/subscribe
    続きを読む 一部表示
    6 分