Web Technologies Used by codeberg.org
Website codeberg.org is using 4 web technologies.
You are not a registered user, so you can only see up to 3 technologies used by this website. To view all technologies, sign up for a free account.
Go is a statically typed, compiled, multi-paradigm programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. It is compiled to machine code, and it supports concurrent programming through lightweight goroutines. Go is known for its simplicity, efficiency, and ease of use. It combines features of a compiled language with the ease of scripting languages.
Webpack is an open-source JavaScript module bundler, primarily for JavaScript, but it can transform front-end assets like HTML, CSS, and images if the corresponding plugins are included. Webpack takes modules with dependencies and generates static assets representing those modules.
jQuery is a JavaScript library designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax. It is free, open-source software using the permissive MIT License.