scastie
Hugo
scastie | Hugo | |
---|---|---|
10 | 570 | |
432 | 75,117 | |
0.2% | 0.9% | |
7.7 | 9.8 | |
17 days ago | 7 days ago | |
Scala | Go | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
scastie
- How to select union type branch in a for comprehension?
-
Free Monads from Scratch
From personal experience Scala also works. It's 100% possible to learn monads using https://scastie.scala-lang.org/ as a scratch pad.
- Scastie now blocks russian IPs
-
New to Scala
Instead I typically use https://scastie.scala-lang.org, or an ammonite script, or just create a new file that extends App in my test directory. The thing that worksheets do better is that you can import things from your project (like the little app in the test dir) but they also show runtime values (like repl or scastie). However I've just never gotten them to actually work.
- I've entered a state of helplessness while learning scala
-
Switching to a Scala position soon, where should I start?
I strongly recommend you play around with the local Scala REPL. I have Scala 2.13 on my main dev computer and Scala 3 on my other computer. The local REPL will let you know when things are deprecated and give you hints as to what you should use instead. Scastie https://scastie.scala-lang.org/ can also be a big help.
-
Scala or Go: Who Wore It Better?
Operationally, as you might expect from a language borne from academia, Scala tooling can be problematic and compilation can be slow--particularly if you are not yet using Scala 3, which only recently emerged and is very slowly percolating through the ecosystem (Remember the Python 2 to Python 3 transition?). But type inference, a vast standard library, and the time-tested reliability of the JVM make you very productive once you get the hang of them. Performance varies with the JVM you're running, but regardless you do have to contend with the size of compiled objects and the latency of garbage collection at runtime. When you want to experiment, you can skip the ceremony of writing a class or test and instead use a command-line REPL, an online REPL called Scastie you can share, or an outstanding third-party command-line REPL called Ammonite. Dependency management is achieved with SBT typically but also more general JVM build tools like Gradle and Maven.
-
I just rebuilt Tour of Scala from scratch - let me know what you think
I am using https://scastie.scala-lang.org/ which does compile server side in Scala. The UI is a bit hard to handle tho.
-
The future of Scaladoc
https://github.com/scalacenter/scastie#how-do-i-embed-scastie
Hugo
- Ask HN: Alternatives to Yoast SEO for non-WordPress sites
-
Adding Uniqrate to Your Hugo Website: A Step-by-Step Guide
Hugo, one of the most popular open-source static site generators, is written in Go and optimized for speed, flexibility, and ease of use. In this guide, we’ll walk through how to seamlessly integrate Uniqrate into a Hugo-powered website, giving you a simple way to gather user feedback and improve your content.
-
Why I'm leaving Medium: AI policy
Several years ago static site generators were all the hotness. Around then I switched to Hugo [1] from Wordpress and it's been a good experience. You do all editing locally with the CLI then chuck it to Git to be built and hosted by Netlify.
[1] https://gohugo.io/
- B-Trees and Database Indexes
-
Deploying Hugo from Self-Hosted GitLab to Cloudflare Pages
As you may have noticed this site is built using Hugo and Papermod theme. After playing around with Hugo and getting comfortable with it, I wanted to push the initial version of this site to the git repository and set up an automatic deployment pipeline to be able to easily publish updates to the web.
- Ask HN: Best static site generator for non-designer?
-
Build your own LinkTree with Go and GitHub Pages
I used to build my website using a known tool named Hugo, a static site generator. I also have a LinkTree account that displays all of my links.
-
The perl.fish experiment
Hugo - used by example for perl.com (source)
-
Improving Accessibility by Generating Image-alt texts using GenAI
The descriptive text is stored as the alt attribute on the HTML img element, and the path to the image describes the relative path to the image or an absolute image URL. In our case, the static site generator Hugo parses these Markdown files and assets (images, etc.) and converts them into static HTML pages. I want my solution to be independent of Hugo, though, because Markdown is also used in other places, such as Readme files. For now, I've also decided to ignore external images in the form of URLs, i.e., http:// or https:// links. Mostly because we're not using them.
-
How I Built My Personal Website for Free with Hugo
My previous website used the Gatsby framework, for a simple reason: I am very familiar with React, so I thought customization would be easier. However, I later realized I didnt have time to maintain a bunch of Typescript and Javascript, which made me reluctant to update my website. This time, I choose Hugo. Maintaining a small amount of Go Template is easier, and I am familiar with Golang, too.
What are some alternatives?
tour-of-scala - Tour of Scala - Scala classes
astro - The web framework for content-driven websites. ⭐️ Star to support our work!
Scala.js - Scala.js, the Scala to JavaScript compiler
MkDocs - Project documentation with Markdown.
Play WS - Standalone Play WS, an async HTTP client with fluent API
Pelican - Static site generator that supports Markdown and reST syntax. Powered by Python.
metabrowse - Static site generator for code search with IDE features for Scala
eleventy 🕚⚡️ - A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
Akka - Build highly concurrent, distributed, and resilient message-driven applications on the JVM
Hexo - A fast, simple & powerful blog framework, powered by Node.js.
terraform-aws-lambda - Terraform module, which takes care of a lot of AWS Lambda/serverless tasks (build dependencies, packages, updates, deployments) in countless combinations 🇺🇦
Jekyll - :globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby