Top 69 alternative sites to writerly.dev

  1. curiositycure.in
    curiositycure.in
  2. Atul’s Tech Stories | Learn Programming concepts the easy way. Tutorials and how to guides on topics like git, java, Spring framework, desig
    Learn Programming concepts the easy way. Tutorials and how to guides on topics like git, java, Spring framework, design patterns. Easy to understands walk throughs of complex data structures & algorithms with real life examples.
    Author: Atul's Tech Stories

  3. jennerstrand.se
    jennerstrand.se
  4. Eric S Jennerstrand - Blog about C#, .NET MAUI, Javascript, React, Azure, Git. .NET, Node and more!
    A blog about .NET development, code, helpful guides, C#, MVC, docker, azure, .NET MAUI and other stuff you need for your web development!With simple and fast to grab code examples for you to copy and paste into your C# project.Written as sort of an experiment to see if someone like me can learn how to write and teach.
    Author: Eric Sjöström Jennerstrand

  5. growthdish.com
    growthdish.com
  6. Growthdish
    Get An Exclusive Copy How To Self-LearnDigital Marketing The Ultimate List of Free Online Resources Download now surojit has been featured on Build Your Skills Business Writing Graphic Designing Website Creation Video Editing Presentation Communication Digital Strategy Data Analytics What Others Are Saying GrowthDish has been extremely helpful in terms of the learning curve that […]

  7. xsleaks.com
    xsleaks.com
  8. Introduction
    XS-Leaks Wiki # Overview # Cross-site leaks (aka XS-Leaks, XSLeaks) are a class of vulnerabilities derived from side-channels 1 built into the web platform. They take advantage of the web’s core principle of composability, which allows websites to interact with each other, and abuse legitimate mechanisms 2 to infer information about the user. One way of looking at XS-Leaks is to highlight their similarity with cross-site request forgery (CSRF 3) techniques, with the main difference being that instead of allowing other websites to perform actions on behalf of a user, XS-Leaks can be used to infer information about a user.

  9. xsleaks.dev
    xsleaks.dev
  10. Introduction | XS-Leaks Wiki
    XS-Leaks Wiki # Overview # Cross-site leaks (aka XS-Leaks, XSLeaks) are a class of vulnerabilities derived from side-channels 1 built into the web platform. They take advantage of the web’s core principle of composability, which allows websites to interact with each other, and abuse legitimate mechanisms 2 to infer information about the user. One way of looking at XS-Leaks is to highlight their similarity with cross-site request forgery (CSRF 3) techniques, with the main difference being that in...

  11. nsepy.xyz
    nsepy.xyz
  12. NSEpy
    NSEpy Documentation # Introduction # NSEpy is a library to extract historical and realtime data from NSE’s website. This Library aims to keep the API very simple. Python is a great tool for data analysis along with the scipy stack and the main objective of NSEpy is to provide analysis ready data-series for use with scipy stack. NSEpy can seamlessly integrate with Technical Analysis library (Acronymed TA-Lib, includes 200 indicators like MACD, RSI).

  13. seds.nl
    seds.nl
  14. Hi, there | Ben Mezger
    My name is Benjamin Mezger1, and I am one of the countless software engineers lost in a world of code and numbers. I have worked with a diverse number of technologies – from operating system development to web development. This experience with several computing abstractions has taught me how to quickly adapt, learn and contribute to different project environments. I have an interest in backend development, computer architecture, and operating systems.

  15. benmezger.nl
    benmezger.nl
  16. Hi, there | Ben Mezger
    My name is Benjamin Mezger1, and I am one of the countless software engineers lost in a world of code and numbers. I have worked with a diverse number of technologies – from operating system development to web development. This experience with several computing abstractions has taught me how to quickly adapt, learn and contribute to different project environments. I have an interest in backend development, computer architecture, and operating systems.

  17. chezmoi.io
    chezmoi.io
  18. Home | chezmoi.io
    chezmoi # Manage your dotfiles across multiple diverse machines, securely. With chezmoi, you can install chezmoi and your dotfiles on a new, empty machine with a single command: $ sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply Updating your dotfiles on any machine is a single command: $ chezmoi update How do I start with chezmoi now? # Install chezmoi then read the quick start guide. The how-to guide covers most common tasks, and there’s both documentation on templating and frequently asked questions for specific questions.

  19. tfsaggregator.github.io
    tfsaggregator.github.io
  20. Aggregator | Aggregator
    Aggregator Documentation

  21. visualcomputing.github.io
    visualcomputing.github.io
  22. Introduction | Visual Computing
    Acerbo datus maxime # Astris ipse furtiva # Est in vagis et Pittheus tu arge accipiter regia iram vocatur nurus. Omnes ut olivae sensit arma sorori deducit, inesset crudus, ego vetuere aliis, modo arsit? Utinam rapta fiducia valuere litora adicit cursu, ad facies Suis quot vota # Ea furtique risere fratres edidit terrae magis. Colla tam mihi tenebat: miseram excita suadent es pecudes iam. Concilio quam velatus posset ait quod nunc!

  23. kohyuk91.github.io
    kohyuk91.github.io
  24. Introduction | TITLE
    Acerbo datus maxime # Astris ipse furtiva Est in vagis et Pittheus tu arge accipiter regia iram vocatur nurus. Omnes ut olivae sensit arma sorori deducit, inesset crudus, ego vetuere aliis, modo arsit? Utinam rapta fiducia valuere litora adicit cursu, ad facies Suis quot vota Ea furtique risere fratres edidit terrae magis. Colla tam mihi tenebat: miseram excita suadent es pecudes iam. Concilio quam velatus posset ait quod nunc!

  25. msal.dev
    msal.dev
  26. Home | Mohammed Salman
    Home # Hi, I’m Mohammed Salman. I’m a computer science graduate from UITC, and I’m currently working on my startup. This site is a place to gather information about me, and to post some of my thoughts. Current Work # My final year project at UITC, conducted in collaboration with DDC, involved developing a system for managing scientific departments. This project was successful, and since then I branched the system out to incorporate an E-Learning platform to be used by schools all over Iraq and potentially international schools as well.

  27. packit.dev
    packit.dev
  28. Packit | Packit
    Packit # Packit provides tooling and automation to integrate upstream open source projects into Fedora Linux or CentOS Stream. Packit project is composed of two main components: packit, a CLI tool, which you can install locally and start using right away. Packit Service, can provide you feedback on how is your project integrated with Fedora Linux or CentOS Stream. Feel free to jump into the guide for using packit.

  29. minimax.dev
    minimax.dev
  30. Welcome | Ramblings on game trees
    Welcome # Hello! I’m Nelson Elhage, and one of my hobbies is learning about and implementing game AIs and related algorithms. For now, the main thing on this site is a writeup of my ongoing attempt to solve Ultimate Tic Tac Toe. You probably want to start there. Eventually, though, I hope to write up additional information on game AI and tree search and various other algorithms, as well as some writeups of Taktician, my other high-performance game AI.

  31. openslice.dev
    openslice.dev
  32. Introduction | Open Slice
    Something has changed ! # We’re a team of like minded people ( hackers, developers, artists, makers and alike ) who believe in open education. We run schools, develop apps, design curriculum, organise hackathons and more. Don’t Panic. We’re a non-profit ! On the cloud We develop free digital solutions, providing the tools, methods and platform for effective learning to take place. No ads, No data mining, No hidden terms.

  33. mulan.dev
    mulan.dev
  34. Introduction | mulan.dev
    Acerbo datus maxime # Astris ipse furtiva Est in vagis et Pittheus tu arge accipiter regia iram vocatur nurus. Omnes ut olivae sensit arma sorori deducit, inesset crudus, ego vetuere aliis, modo arsit? Utinam rapta fiducia valuere litora adicit cursu, ad facies Suis quot vota Ea furtique risere fratres edidit terrae magis. Colla tam mihi tenebat: miseram excita suadent es pecudes iam. Concilio quam velatus posset ait quod nunc!

  35. eboardresults.com
    eboardresults.com
  36. Home
    Web based Result Publication System for Education Boards in Bangladesh # Current Result Up-to-date results for JSC, JDC, SSC, DAKHIL, HSC, DIBS, and VOCATIONAL exams for All Education Boards in Bangladesh are available here. You can jump to Result Page. Result Archive Archives of results of previous years are available. Results in digital format is available from year 1996 to date. You can jump to Result Page. Exam Types Results are available for Exams: JSC (Junior School Certificate), JDC (Junior Dakhil Certificate), SSC (Secondary School Certificate), DAKHIL, HSC (Higher Secondary Certificate), DIBS (Diploma In Business Studies), and VOCATIONAL (VOC, SSC and HSC Level).

  37. webrtcforthecurious.com
    webrtcforthecurious.com
  38. Introduction | WebRTC for the Curious
    WebRTC For The Curious # This book was created by WebRTC implementers to share their hard-earned knowledge with the world. WebRTC For The Curious is an Open Source book written for those that are always looking for more. This book doesn’t settle for abstraction. This book is all about protocols and APIs, and will not be talking about any software in particular. We attempt to summarize RFCs and get all undocumented knowledge into one place.

    Other sites like writerly dev

  39. hejduk.se
    hejduk.se
  40. Introduktion | Hejduk
    Hejduk # vilhelmprytz.se

  41. tgdk.se
    tgdk.se
  42. Introduktion | Tullinge gymnasium datorklubb
    Välkommen till Tullinge gymnasium datorklubb # Gemenskap för datorintresserade på Tullinge gymnasium. På Tullinge gymnasium har det sedan starten 2001 funnits en grupp för brädspels- och datorspelsintresserade, Tullinge gymnasium datorklubb. Föreningens syfte är bland annat att anordna LAN, men även andra aktiviteter för elever intresserade av datorspel och brädspel. Datorklubben vill även annordna andra programmeringsrelaterade evenmang, som t.ex. hackathon, programmeringsutmaningar och liknande! True Purpose

  43. gnome.or.kr
    gnome.or.kr
  44. HOME | GNOME KOREA
    그놈 한국(GNOME KOREA) # 그놈 한국 홈페이지에서 오신 것을 환영합니다! 그놈(GNOME) 프로젝트는 자유롭게 소소코드를 고치고 배포할 수 있으며 누구나 개발에 참여할 수 있는 운영체제 데스크탑 환경과 어플리케이션 프레임워크를 만들고 있습니다. 그놈은 GNU 프로젝트의 일부이며, 자유 소프트웨어입니다(흔히, 오픈소스 소프트웨어라고 불립니다). 그놈은 BSD 유닉스와 우분투, 페도라와 같은 GNU/리눅스 배포본에서 사용할 수 있으며, 다른 여러 유닉스 시스템에서도 작동합니다. 또한 그놈 애플리케이션 프레임워크는 윈도와 매킨토시 OSX를 지원하고 있어서, 한번 개발한 그놈 애플리케이션을 여러 운영체제용으로 컴파일해서 실행할 수 있습니다.

  45. complexdoc.ru
    complexdoc.ru
  46. Введение | Нормативно-технические документы. ГОСТы, СНиПы, СанПиНы, нормы, правила и др.
    The ZDoc theme for Hugo example site.

  47. rl.ai
    rl.ai
  48. Homepage | rl.ai
    Hello! # Brendan Bennett # Hi. I’m an artificial intelligence researcher with a focus on reinforcement learning. Quick Links # My publicly available code (GitHub) My research Projects I’ve worked on Recent Posts # 21 April 2021 Hugo Customization 12 April 2021 Docker on Ubuntu with NVIDIA GPU CUDA 1 April 2021 Sigbovik 2021 24 March 2021 Python Metaclasses for Generic Learning Algorithms 4 May 2018 Escaping Batch Country News # April 24, 2021

  49. probabilistic-programming.org
    probabilistic-programming.org
  50. ProbProgs | probabilistic-programming.org
    Probabilistic-Programming.org # This website serves as a repository of links and information about probabilistic programming languages, including both academic research spanning theory, algorithms, modeling, and systems, as well as implementations, evaluations, and applications. If you would like to contribute to this site, please contact Daniel Roy. The site is still under construction: please help us link to relevant projects and research! News # Dec 2014 Third NIPS Workshop on Probablistic Programming.

  51. cloudarchitecture.io
    cloudarchitecture.io
  52. Cloud architecture handbook for AWS & Azure
    In this webpage you'll find different cloud patterns, solutions, reference architectures, comparisons, architectural trade-offs for AWS & Azure.

  53. docli.dev
    docli.dev
  54. Introduction | Docli
    Introduction # Welcome to the official Docli documentation. Here you’ll learn how to use Docli for your next project. What is Docli? # Docli is a declarative language for describing command-line interfaces in Go programs. It cuts down the boilerplate to the bare minimum so you’re free to move on to the actual reason you’re making the app in the first place. Docli is 100% inspired by docopt.

  55. wittchen.io
    wittchen.io
  56. About | Piotr Wittchen
    My name is Piotr Wittchen. I am the software developer from Poland. I create software for mobile devices, servers, web and Linux. I graduated with MS in Computer Science from the Silesian University of Technology and worked with large corporations, medium-sized software houses and small startups. I contribute to open-source projects and from time to time give talks related to software development at the conferences and meetups. Moreover, I publish technical articles (also available on rss feed).

  57. heming6666.github.io
    heming6666.github.io
  58. Introduction | Hugo Book
    Acerbo datus maxime Astris ipse furtiva Est in vagis et Pittheus tu arge accipiter regia iram vocatur nurus. Omnes ut olivae sensit arma sorori deducit, inesset crudus, ego vetuere aliis, modo arsit? Utinam rapta fiducia valuere litora adicit cursu, ad facies Suis quot vota Ea furtique risere fratres edidit terrae magis. Colla tam mihi tenebat: miseram excita suadent es pecudes iam. Concilio quam velatus posset ait quod nunc! Fragosis suae dextra geruntur functus vulgata.

  59. paiml.com
    paiml.com
  60. Pragmatic AI Labs
    Pragmatic AI Labs creates content and training for the top educational brands in the world, including O’Reilly, Udacity, Coursera, DataCamp, Skillsoft, and Pearson. We have worked and taught at leading universities globally, including Duke, Northwestern, UC Davis, UC Berkeley, University of Tennessee and the University of North Carolina. We have consulted, trained, and worked with organizations like NASA, PayPal, Microsoft, AWS and Github. Our mission is to educate the world by training millions on vocational skills that directly lead to jobs or upskilling.

  61. pr0xy.dev
    pr0xy.dev
  62. | My wiki
    TOP 注意 このサイトは自分のためのwikiです。自分が後から見返して理解できる程度の内容になっています。 軽量なサイトなのに動作がもっさりしてると感じるのは、このサイトが日本の裏側辺りの国にホストしてあるからです。ネットワークの遅延が大きいわけです。とほほ。。

  63. hungchang.co
    hungchang.co
  64. Introduction | Wyatt程式學習筆記
    這個網站主要是想記錄自己學習的筆記, 放到網路上來主要是練習部屬之外, 平常還能夠上來翻資料,不用擔心找不到自己的筆記, 也可以讓自己知道自己曾經學過什麼。 這個網站是由 Hugo這個 framework 建出來的, 主要是因為它已經有漂亮的模板很方便及快速, 加上又支援 Markdown 語法深得我心。可以專注在記筆記上面。 我的聯絡資訊: GitHub. Twitter. Facebook.

  65. eckartzitzler.ch
    eckartzitzler.ch
  66. eckartzitzler.ch | Eckart Zitzler

  67. kyle-crockett.com
    kyle-crockett.com
  68. Introduction | My Portfolio
    A bit about me I am a software engineer and tinkerer. I make things. This site is intended to be a “book format” gathering of my CV, resume and projects. I wanted something more than a one page site and find that blogs are messy and unwieldy for the type of content I wish to host here. I have a BSE in Electrical and Computer Engineering from Northern Arizona University and am currently completing my MS in Computer Science from CSU Channel Islands.

  69. slushy-chivalry.github.io
    slushy-chivalry.github.io
  70. Introduction | Math Blog
    Acerbo datus maxime Tempora nisi nunc Lorem markdownum emicat gestu. Cannis sol pressit ducta. Est Idaei, tremens ausim se tutaeque, illi ulnis hausit, sed, lumina cutem. Quae avis sequens! var panel = ram_design; if (backup + system) { file.readPoint = network_native; sidebar_engine_device(cell_tftp_raster, dual_login_paper.adf_vci.application_reader_design( graphicsNvramCdma, lpi_footer_snmp, integer_model)); } Locis suis novi **** suoque decidit eadem Idmoniae ripis, at aves, ali missa adest, ut et autem, et ab?

  71. thefold.io
    thefold.io
  72. The Fold | thefold.io
    The Fold Overview In a multiverse where all possible worlds exist, there is one elder **** bringing them all together. This **** has created The Fold, an inter-dimensional supercomputer capable of linking minds across the chasm of space and time. But something more sinister underpins this technology… Human DNA is being combined with organic plant matter, resulting in human/plant hybrids that possess expanded mental capacity and clairvoyance. This is accomplished by putting the patient (unwittingly) into a cryogenic stasis, removing their head, and planting it into soil alongside a seed.

  73. wikicensorship.github.io
    wikicensorship.github.io
  74. Wiki Censorship | ویکی سانسور
    An open encyclopedia of Internet censorship

  75. anacreondjt.gitlab.io
    anacreondjt.gitlab.io
  76. Scripts and Resources for learning Japanese | Anacreon DJT
    DJT’s Anacreon: Japanese Learning Resources! # Here you can find some helpful tools for learning Japanese in the menu on the left. Matt Vs Japan Is Illegally Censoring Me # YouTuber Matt Vs Japan, famously known for making money off of his rebranded AJATT guide, has sent illegal DMCA requests to my YouTube channel and Mega account to censor videos I made criticizing him. This has resulted in the termination of my YouTube account.

    What else writerly.dev alternative websites

  77. docs.riser.dev
    docs.riser.dev
  78. Introduction | Riser Platform
    Riser Platform # Riser is an opinionated app platform built on Kubernetes and Knative. It provides a radically simplified application deployment and management experience without vendor lock-in. ⚠️ This is an experimental project. You’re invited to look around and provide feedback. It is not yet advised to use Riser in production. Breaking changes may occur frequently and without warning. Key Features # Radically simplified deployment and management of 12 factor apps PaaS experience without vendor or cloud lock-in Single view of apps across multiple environments (e.

  79. 7xz.ru
    7xz.ru
  80. 7XZ | Team 7xz.ru

  81. xion.io
    xion.io
  82. Karol Kuczmarski's Blog
    Author: Karol Kuczmarski

  83. ultraculture.ru
    ultraculture.ru
  84. Об издательстве | «Ультра.Культура» Издательство Ильи Кормильцева
    Об издательстве

  85. manishearth.github.io
    manishearth.github.io
  86. In Pursuit of Laziness
    I’ve been thinking about garbage collection in Rust for a long time, ever since I started working on Servo’s JS layer. I’ve designed a GC library, …
    Author: Manish Goregaokar

  87. syoboi.jp
    syoboi.jp
  88. TOP
    syoboi.jp # このサイトは過去に作ったソフトの説明書などを置いています。 作成者 **** のブログ Twitter グルドン GitHub

  89. biriukov.dev
    biriukov.dev
  90. 🏠 | Viacheslav Biriukov
    Hi! # This is my home page, you probably want to check out my Linux Page Cache mini book or read some blog posts about system programming, Linux kernel, golang, python, etc. Linux Page Cache mini book # 0. Linux Page Cache for SRE 1. Prepare environment for experiments 2. Essential Page Cache theory 3. Page Cache and basic file operations 4. Page Cache eviction and page reclaim 5.

  91. boseji.com
    boseji.com
  92. नमस्ते Welcome to Boseji's Lab
    Electronics, Code, Physics, and some random stuff. For, Boseji’s experiments, experiences, likes and yikes ! An engineering log and documentation space for गवेषणा (research). Hosting discoveries, insights and projects in Boseji’s crazy time line.

  93. jo-m.ch
    jo-m.ch
  94. Home | jo-m.ch
    Recent posts # A closer look at the Got-It Bluetooth tags Jan 8, 2020 Intro # When I first heard of the Got-it Bluetooth tags, I just had to order a preview set. Those are active Bluetooth Low Energy beacons, embedded into a thin and flexible sticker, including battery. The proposed use case is asset tracking in commercial settings. They are 28mm x 76mm x 0.

  95. accidentalamericans.nl
    accidentalamericans.nl
  96. Introduction | Accidental Americans strijden tegen FATCA, CBT en sluiten bankrekening
    Nieuws # Zie ook de nieuwsberichten op onze petitie website. Okt 2021; Jenny-UK heeft de rechtszaak tegen de UK belastingdienst (HMRC) nu formeel opgestart bij de “High Court”. Okt 2021; in de rechtszaak van RA zal op donderdag 11 november een openbare zitting plaatsvinden. Wij roepen hierbij onze leden op om Ronald te komen steunen. Gerechtsgebouw; Locatie Amersfoort, Adres: Stationsstraat 81, Amersfoort, Tijdstip: 10:45u – 12:45u. Case: R.Aries/DeVolksbank. Legitimatie en Coronapas noodzakelijk.

  97. venelinpetkov.com
    venelinpetkov.com
  98. My Personal Website | My Personal Website

  99. gosupergnova.com
    gosupergnova.com
  100. Go Supergnova
    I believe brands should go supergnova

  101. cola-laboratory.github.io
    cola-laboratory.github.io
  102. Home | COLA-Lab@Exeter
    Welcome to COLA Laboratory Computational Optimization for Learning and Adaptive Systems (COLA) laboratory is working in computational/artificial intelligence, multi-objective optimization and decision-making, operational research, machine learning and statistical modeling of complex systems. Applications focus on search-based software engineering, energy, biological science and medicine. We are constantly looking for talented and passionate people to join our lab. Please refer to vacancies for potential opportunities. Recent News (Year 2021) Aug TEST CODE TO SEE IF UPDATE WORKING

  103. canoeingapp.carpente.es
    canoeingapp.carpente.es
  104. Garmin Canoeing App | Garmin Canoeing App
    App for Garmin watches that tracks paddling strokes. The app is compatible with kayaks, canoes, surfskis, and rowing boats. External sensors are not required, the watch can simply be mounted on the boat to use the app.

  105. controlsfx.github.io
    controlsfx.github.io
  106. ControlsFX | ControlsFX
    ControlsFX is a library of UI controls and useful API for JavaFX 8.0 and beyond. What follows is a list of some of the features included in ControlsFX (although there are far more features than just what is shown below!). As always, the best place to learn about all the features of ControlsFX is in the JavaDocs – these have been the subject of way too much attention, and they contain a wealth of information in them.

  107. ezgame.cc
    ezgame.cc
  108. EzGame | EzGame.CC
    EzGame.CC Slide 1 -- -- 重返动态世界第 5 季 每周解锁免费章节 了解更多 Slide 2 -- -- 巨龙之末 第三个资料片预计于 2022 年 2 月发布。 了解更多 -- EzGame.CC 来自欧服的中文攻略站。 了解更

  109. myantiquepens.com
    myantiquepens.com
  110. My Antique Pens
    A sampling of my collection of over 500 antique pens, most between 50 and 100 years old.
    Author: Harvey Levine

  111. deepindeed.cn
    deepindeed.cn
  112. 机遇
    When you want to be a brilliant man, you should write down something interesting thing for recall.

  113. ecr-cluster.github.io
    ecr-cluster.github.io
  114. About | ECR Cluster Documentation Site
    About

    Other websites similar as writerly.dev

  115. colin-scott.github.io
    colin-scott.github.io
  116. Rest for the Wicked
    Thoughts on distributed systems
    Author: Colin Scott

  117. bitquabit.com
    bitquabit.com
  118. Benjamin Pollack's Rants and Thoughts on Technology - bitquabit
    The thoughts and ramblings of Benjamin Pollack, mostly on technology

  119. lidymonteirowm.github.io
    lidymonteirowm.github.io
  120. Blog Lidy Monteiro – Ciência da Computação e outras coisas
    Ciência da Computação e outras coisas.
    Author: Lidy Monteiro

  121. middle-planet.com
    middle-planet.com
  122. Middle Planet
    A small press magazine of speculative fiction, comics, and more.

  123. susanbuckmorss.info
    susanbuckmorss.info
  124. Susan Buck-Morss
    Susan Buck-Morss is an American philosopher and intellectual historian. She is Distinguished Professor of Political Science at the CUNY Graduate Center in New York City.
    Author: Susan Buck-Morss

  125. plancomptablebelge.be
    plancomptablebelge.be
  126. Plan comptable belge, PCMN
    Le Plan Comptable Belge (PCMN) version 2016, gratuit et adapté aux smartphones comme aux ordinateurs de bureau.
    Author: Comptacours be

  127. sashamaps.net
    sashamaps.net
  128. About Sasha Trubetskoy | Sasha Trubetskoy
    Follow @sasha_trub Data scientist, cartographer, designer I’m a Northern Virginia native, currently living in Reston. I graduated from the University of Chicago in 2019 with a B.S. in statistics. As a geography and data nerd, I make maps in my free time, inspired by the world around me – whatever happens to be on my mind. Every now and then a map of mine becomes popular and gets publicity. Those interested can see my work or get in touch through this website.

  129. ohkrab.dev
    ohkrab.dev
  130. About | Oh Krab!
    Krab Krab 🦀 is a PostgreSQL tool based on HCL syntax. Its aim is to provide fine control and automation for your databases from development environment to production. It’s still a work in progress, so currently the only supported features are: migrations Make sure to read an overview if you are here for the first time. Links: GitHub repository Releases