Introducing Chatbots and Large Language Models (LLMs)
This introduction to chatbots and Large Language Models is excepted from the book Generative AI Tools for Developers: A Practical Guide. Continue reading Introducing Chatbots and Large Language Models (LLMs) on SitePoint.
Read moreBehind the scenes building IBM watsonx, an AI and data platform
Insight into how IBM built their own LLM, data lakehouse, and AI governance system.
Read moreMigrate to Ampere on OCI with Heterogeneous Kubernetes Clusters
Step-by-step instructions for an incremental migration of a full-stack cloud native application to OKE Ampere A1 instances with no downtime. Continue reading Migrate to Ampere on OCI with Heterogeneous Kubernetes Clusters on SitePoint.
Read moreAre LLMs the end of computer programming (as we know it)?
Ben and Ryan discuss how LLMs are changing the industry and practice of software engineering, a notorious Crash Bandicoot bug, and communication via series of tubes.
Read moreConstellations in Mathematica
Mathematica has data on stars and constellations. Here is Mathematica code to create a list of constellations, sorted by the declination (essentially latitude on the celestial sphere) of the brightest star in the constellation. constellations = EntityList["Constellation"] sorted = SortBy[constellations, -#["BrightStars"][[1]]["Declination"] &] We can print the name of each constellation
Read moreScale Your React App with Storybook and Chromatic
Learn how to integrate Storybook and Chromatic to scale your React application's component library. Continue reading Scale Your React App with Storybook and Chromatic on SitePoint.
Read moreChris’ Corner: Mentals and Models
Josh Comeau has a new learning guide out for CSS grid: An Interactive Guide to CSS Grid. I like how Josh gets into the “mental model” right away, because that’s the biggest thing with big APIs like this: you need to get the basics of how it works in your
Read more10 Tips for Implementing Webflow On-page SEO
We present a very basic checklist that any owner of a Webflow website can complete on their own to enhance their Webflow site's SEO. Continue reading 10 Tips for Implementing Webflow On-page SEO on SitePoint.
Read more222nd Carnival of Mathematics
A blog carnival is a round up of recent blog posts. The Carnival of Mathematics is a long-running carnival of blog posts on mathematical topics. This is the 222nd edition of the carnival. Facts about 222 By longstanding tradition, the nth Carnival of Mathematics must begin with trivia about the
Read moreBounding complex roots by a positive root
Suppose you have an nth degree polynomial with complex coefficients p(z) = anzn + an-1zn-1 + … + a0 and you want to find some circle that is guaranteed to contain all the zeros of p. Cauchy found such a circle in 1829. The zeros of p lie inside the
Read more