How we’re enriching the Teams essentials to make collaboration easier
In spite of all of the AI innovation that’s happened over the last year, we still believe that a human and community-centered approach to knowledge management is the best way for organizations to unlock the benefits of AI.
Read moreReact Performance Optimization
Learn how to identify bottlenecks and use memoization, lazy loading, virtualization, and more to create highly performant React applications. Continue reading React Performance Optimization on SitePoint.
Read moref(g(x)) versus g(f(x))
I stumbled upon a theorem today that I feel like I’ve needed in the past, though I can’t remember any particular applications. I’m writing it up here as a note to my future self should the need reappear. The theorem gives sufficient conditions to conclude f(g(x)) ≤ g(f(x)) and uses
Read moreIntroducing 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 more