Website Technology Profiler
Discover What Any Website Is Built With – Instantly
Identify the technologies behind any website with one simple click you can quickly see what frameworks, platforms, plugins, analytics tools, and hosting providers a site uses.
Our site works as a powerful website technology profiler, scanning the page and generating a full breakdown of all detectable technologies. From CMS platforms and eCommerce systems to JavaScript libraries and server software helping you understand exactly how a website is built.
Perfect for developers, marketers, SEO professionals, and anyone curious about the tech stack behind their favorite websites.
Executive Summary for glauche.de
SEO & Content Analysis
Basic Information
SEO Meta Tags
content-type: text/html; charset=UTF-8
Page Content
Michael's Blog
What is scala ?Scala is a relativ new compiled programming language that takes a lot of ideas from python, ruby and others. From the scala homepage:Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages, enabling Java and other programmers to be more productive. Code sizes are typically reduced by a factor of two to three when compared to an equivalent Java application.Why do we need another programming language ?I mean, there are a wealth of different languages that created quite a buzz recently like ruby, python, c#. Why do you need scala ? For one, scala is a compliled language unlike ruby and python. The scala compliler generates java-bytecode that is compatible with the java jre.This looks like a small feature but it is really one of the most interesting features of scala:Seamles Integration in javaYou can directly use java objects in scala and vice versa. Scala directly compiles to java .class files. You can deploy scala applications to your J2EE container. Which means if you are a java shop you can use your existing tools and servers to deploy scala applications. No need for a new application server, JBoss, websphere and others will work fine.This is a very important point for larger companies. Changes in these companies can only happen graduately, so you can keep your existing knowledge and workers. The server administrators still only need to maintain the same application server they’ve been knowing for years. You even can continue to use your own libraries you’ve developed in java over the years. These points are very important if you want to make a successfull migration towards scala.Why use Scala over Java ?If scala is fully compatible with java, why use it ? Why learn a new language when the old one seems good enough ?Scala corrects many of javas mistakes Everything is an Object in scalaType inference -> only need to declare the type on the right side of the assignment (i.e. var dummy= Map[String,Int]() )True MixinsScala is both, a object oriented and a functional programming languageFresh start Clean Language, nothing feels like an addon (like generics for example)much more compact, like no need for getters and settersNo semicolonsHello World in scalaEnough of the theory. How does a typical scala program look like ?object HelloWorld { def main(args: Array[String]) { println("Hello, world!") } };Network & Infrastructure
DNS & Hosting
SSL/TLS Certificate
Technology Stack
Content Management Systems
Server Technologies
Database Hints
Services & Integrations
Analytics & Tracking
E-commerce Platforms
CDN & Media Providers
Dynamic Analysis & Security
Dynamic JavaScript Analysis
Server Headers
nginx
Resource Analysis
External Resource Hosts
glauche.de
gmpg.org
UI Frameworks & Libraries
Analysis Complete
Analyzed glauche.de with 2 technologies detected across 5 categories
Analysis completed in 1836 ms • 2026-03-23 09:32:30 UTC