diff options
author | Vincent Ambo <mail@tazj.in> | 2023-01-27T12·37+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2023-01-29T10·48+0000 |
commit | b1e4d66f8330223515275888d0dc056259250a34 (patch) | |
tree | afda298f5b7f29e362b708495fd20114b18851bd /corp/website/content-en.md | |
parent | e3c2b3650aff8fbd4a5109cdb3406d92e9806d08 (diff) |
docs(corp/website): update website content r/5774
Adds a multi-lingual version of the page, with the standard English page being served at `/` and `/en`, and the new Russian version at `/ru`. Change-Id: I54ceea91d1442ee7b8717b59083e5d07c36ca8b0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7940 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'corp/website/content-en.md')
-rw-r--r-- | corp/website/content-en.md | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/corp/website/content-en.md b/corp/website/content-en.md new file mode 100644 index 000000000000..e3334fb8c5f8 --- /dev/null +++ b/corp/website/content-en.md @@ -0,0 +1,94 @@ +<p class="lang-links" style="text-align: right;"> + <a href="/ru">ru</a> | <span class="active-lang">en</span> +</p> +<img class="tvl-logo" src="https://static.tvl.su/latest/logo-animated.svg" + alt="Virus with lambda-shaped spike proteins sitting on an armchair"> + +---------------- + +Welcome to the corporate face of [**TVL**][tvl]. We are a technology company +headquartered in Moscow, working with a variety of topics: + +* <details><summary><b>Monorepos</b>. Effective ways for an organisation to + structure their internal codebase in a single repository, unify tooling across + languages, and reduce <a + href="https://en.wikipedia.org/wiki/No_Silver_Bullet#Summary">accidental + complexity</a> in software development.</summary> + + With experience from companies like Google, Spotify and DeepMind, we help + organisations of different sizes to find streamlined software development + workflows that reduce mental load and increase code quality. + + We use our own monorepo solutions in our internal software development flows, + and all of this is visible in our [public monorepo][depot]. + </details> +* <details><summary><b>Nix</b>. We believe that functional and declarative + computer systems are a massive and as-of-yet underrated step forward for + computing, and that Nix is the most promising solution for this + purpose.</summary> + + Nix allows companies to significantly improve in areas such as: + + 1. Unification of development and production environments, leading to fewer + surprises when deploying an application. + + 2. Tailoring their stack to their use-case. Avoid the complexity of running + something like Kubernetes while you are scaling up, but *also* avoid the + complexity of rewriting your infrastructure stack once you need it. + + 3. Unified developer tooling across different programming languages, without + the overhead of using something like Bazel. + + Its radically new model can bring many other advantages which depend + on the exact use-cases. + </details> + +* **Software development**. We offer a wide range of software development + services. Whether you need existence with existing projects, or want to create + a new solution from scratch, we can help. We specialize in helping + organizations avoid the trap of building overly complex systems that don't + meet their needs. + +* **Site Reliability Engineering (SRE)**. We can help with many infrastructure + concerns, such as deployment, scaling, monitoring, troubleshooting analysing + failure points in existing solutions. We offer this for any Linux-based + technology stack. + +-------------- + +We support open-source software development, and prefer to work on our projects +in the open. Some of our projects are: + +* The public TVL [monorepo][depot], the **depot**, is a demonstration of the + monorepo tooling we have been working on for the last couple of years. + + It contains many open-source projects, work by lots of international + open-source contributors, and all public code of the company. + +* [**Tvix**][tvix], a new implementation of Nix that is fully compatible with + existing Nix code. Architectural differences between Nix and Tvix allow us to + develop tooling that is better tailored to collaborative software development, + and to develop domestic, high-quality solutions for CI/CD. + + We run a demonstration of some parts of Tvix online as [tvixbolt]. + +* [**Nixery**][nixery] is a service that lets users easily build and deploy + ad-hoc container images from their software build definitions. + +* Out of personal interest, we also develop free tools that help with learning + the Russian language, such as [**Предложник**][predlozhnik]. + +-------------- + +Reach out to us at **contact@tvl.su** if you are interested in working with us. + +TVL originated as an international community of software developers that wanted +to socialise and collaborate on projects. Many people from all over the world +contribute to our open-source software projects. Check out the [TVL community +website][tvl] for more information. + +[tvl]: https://tvl.fyi +[tvix]: https://tvl.fyi/blog/rewriting-nix +[nixery]: https://nixery.dev +[predlozhnik]: https://predlozhnik.ru/ +[depot]: https://cs.tvl.fyi/depot |