エピソード

  • 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 分
  • Episode 96 - AI Agents and Agentic Systems
    2024/09/14

    We are not talking just chatbots - albeit more intelligent ones!

    An AI agent/assistant can be tasked to do specific things to reach a goal and work with other agents, either in parallel, or sequential (i.e. do all these things first, then does this).

    The cool thing is each AI agent can use a completely different model i.e. you don’t have to tie everything into just chatGPT/Open AI. You might find a different model or model sets beneficial for certain things.

    Also, the big component is a mix of RAG (retrieval augmented generation), goal setting and external “tools” or functions where you can call out to external systems.

    I will be creating a video (Just Fifteen Mins! as if I ever stick to any timeline!) to explain a few of these concepts in more details. I am also going to be creating a workshop course too! not overly technical, but mostly from a business perspective about the concepts and how they could benefit companies. Again, we are not talking just fancy chatbots!

    Until next time, take care everyone!

    Please consider subscribing too! It’s okay, you don’t have to pay - unless you want to of course! :) If you do pay for a subscription, you will get a free weekly update from the chief unicorn - Ulysses :)



    Get full access to Just Five Mins! at www.justfivemins.com/subscribe
    続きを読む 一部表示
    8 分
  • Episode 95 - Note Taking Again!
    2024/09/07

    Well, for the time being, I am sticking with OneNote as I have so much in there!

    However, the way Obsidian Notes is moving, is looking tempting. Of course, the notes/data stay on your device which is a plus however, for convenience, you will most likely need the data synchronised to your other devices. It is possible of course!

    Also, AI is ever creeping in to everything in modern life - love it or hate it.

    Obsidian

    Obsidian Sync

    Obsistants for Obsidian

    Until next time, take care!



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