- Published on
In this article, we’ll dive into the latest features and enhancements that have been introduced in AltWalker 0.4.0, including support for Python 3.12, the introduction of new fixtures, and the highly anticipated LiveViewer release.
All the latest blog posts — some more noteworthy than others.
In this article, we’ll dive into the latest features and enhancements that have been introduced in AltWalker 0.4.0, including support for Python 3.12, the introduction of new fixtures, and the highly anticipated LiveViewer release.
In the world of computer science and functional programming, you may come across the term “referential transparency.” It’s a concept that plays a crucial role in understanding the behavior of functions and expressions in functional programming languages. In this blog post, we’ll explore what referential transparency is, why it matters, and how it can lead to more predictable and maintainable code.
When it comes to creating informative and visually appealing content on your Hugo-powered site, using blockquotes to highlight important notes is a common practice. Blockquotes provide a clear separation from the main text and draw attention to key information. If you’re familiar with GitHub’s style of rendering notes in Markdown files, you might have noticed their visually appealing and distinct note blockquote design (https://github.com/orgs/community/discussions/16925). In this article, we’ll explore how you can achieve a similar look by adding GitHub-style note blockquotes to your Hugo site using shortcodes.
In software development, managing tasks and automating processes are essential. Two standout tools are npm-scripts and npm-run-all
. In this post, we’ll explore their capabilities and how npm-run-all
enhances npm-scripts. By combining these tools, you’ll optimize your workflow and boost productivity.
Unit testing is a vital aspect of software development, ensuring code correctness and reliability. However, writing clear and effective tests can be challenging as projects grow in complexity. To simplify this process, developers use the “Arrange, Act, and Assert” (AAA) pattern.
This tutorial should help you setup a GitHub workflow to run Lighthouse audits for your static site.
The project Lighthouse CI makes it easy to run Lighthouse Audits with GitHub Actions. The audit results can be used to improve performance, accessibility, SEO and more.
This tutorial will guide you through the process of setting up a GitHub workflow to automatically run your AltWalker tests whenever changes are pushed to your repository.
This tutorial should help you setup and deploy an Hugo site to GitHub Pages by using GitHub Actions to automatically build and deploy your site.
Regular expressions are powerful tools for text processing, search, and validation. They are used in a wide range of applications, from web development to data science. Regular expressions may seem intimidating at first, but with practice, they can become an essential tool in your toolbox.
This regular expression cheat sheet provides a quick overview of all the basic syntax. It can’t cover every edge case, so if you need more information about any of these elements, refer to the documentation.
This Vim cheat sheet provides a quick overview of all the basic commands. It can’t cover every edge case, so if you need more information about any of these elements, refer to the documentation.
Python3 comes with a wide range of powerful and useful tools that can be accessed via the command-line. In this article, we’ll take a look at some of the most useful tools that come with the Python3 Standard Library.
This Docker CLI cheat sheet is a comprehensive guide to the essential commands for working with Docker containers and images. While it covers most of the common use cases, some edge cases may require additional information, so it’s always a good idea to refer to the official Docker documentation.
This tutorial should help you setup a CI/CD pipeline on Jenkins for your AltWalker tests.
This article explains how to add social media tags to your webpack project.
URL Parameters (also known as Query Parameters or Query String) are a set o key-value pairs attached to the end of a URL. They are used to send small amounts of data from page to page, or from client to server via the URL.
With the help of ShowdownJs and HighlightJs, you can easily build a Markdown component with syntax highlighting.
ShowdownJs is an easy-to-use Markdown to HTML converter, it can be used in both client-side (browser) or server-side (with nodejs).
HighlightJs is an JavaScript library for syntax highlighting on the web. It supports 189 languages and 94 styles.
This tutorial should help you install and customize Tailwind CSS in your Ember.js app.
The goal is to make your Ember.js app integrate with PostCSS and use Tailwind as a plugin. There is a huge number of plugins, Tailwind been one of them.