Tag Archives: Pixpa

18Mar/25

JavaScript: json-server

When developing code that calls on APIs (Application Programming Interface) it can be a pain having to call the API multiple times just whilst coding the initial call or during testing. NPM (A package manager for Node) has a package that solves this called json-server. It can be installed via: The i NPM to install […]
17Mar/25

DevOps: What is DORA?

DORA is an acronym for DevOps Research and Assessment. The DORA team carry out research into the DevOps movement and produce “State of DevOps” reports to show what is happening in DevOps across teams across the world. The DORA State of DevOps reports from 2014 onwards can be found at: https://dora.dev/publications/ and show the changing […]
16Mar/25

DevOps: Muri, Mura, Muda

When discussing DevOps the Agile principles of Muri, Mura and Muda are key to help identify areas where improvements can be made. Muri Muri is overbudening. Overburdening a system, such as running an engine at its at limits can produces results for a while but it eventually causes burnout. Unlike Mura (below), Muri generally occurs […]
27Feb/25
Here’s Why Your Favorite Retail Stores Are Using SEG Graphics

Here’s Why Your Favorite Retail Stores Are Using SEG Graphics

It’s no secret that eCommerce is having a moment. However, contrary to popular belief, brick-and-mortar stores are still going strong, accounting for 83% of all sales in 2024. Once shoppers are in the store, grabbing their attention presents another challenge. With constant advertising from the time people wake up until the time they go to […]

The post Here’s Why Your Favorite Retail Stores Are Using SEG Graphics appeared first on Large Format Printing & Event Graphics.

26Feb/25
The Complete Guide to Signage for Colleges & Universities

The Complete Guide to Signage for Colleges & Universities

Imagine walking onto a bustling college campus for the first time, unsure of where to go. Your first instinct is to look for a sign. However, signage is more than just a wall or door plaque that helps ease confusion. It’s a multifaceted tool, directing foot traffic, announcing upcoming events, and telling the story of […]

The post The Complete Guide to Signage for Colleges & Universities appeared first on Large Format Printing & Event Graphics.

05Jan/25

LLM – Retrieval Augmented Generation (RAG) with Ollama Embeddings

The work on the Large Language Model (LLM) bot so far has seen the running of LLM locally using Ollama, a switch in models (from tinyllama to gemma) whilst introducing LangChain and then the switch to LangChain templates. Note: If you skipped the previous blog entry posts, I’m following along with Real Pythons “Build an LLM […]