Constellations 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 moreConvergent subsequence
I was reading a theorem giving conditions for a divergent series to have a convergent subseries and had a sort of flashback. I studied nonlinear PDEs in grad school, which amounted to applied functional analysis. We were constantly proving or using theorems about sequences having convergent subsequences, often subsequences that
Read moreWill developers return to hostile offices?
Ben, Ryan, and Eira convene to discuss return-to-office mandates, what’s surprising about employee attrition in 2023, and how technology can preserve digital records of cultural heritage sites before they’re lost for good.
Read moreHot takes in IO: How machine learning is zapping life into work training
Machine learning, a subset of artificial intelligence, has rapidly transformed into an indispensable tool across various industries. By leveraging algorithms that parse data, learn from it, and then make decisions or predictions, machine learning is not just automating tasks but enhancing human decision-making. In the realm of professional development, machine
Read moreCreate Dynamic Web Experiences with Interactive SVG Animations
Explore this quick guide that explains how to craft interactive user experiences with SVG animations. Continue reading Create Dynamic Web Experiences with Interactive SVG Animations on SitePoint.
Read more