Binary Tree
731 subscribers
722 photos
2 videos
1 file
916 links
This is a channel about Open Source, software development, and IT in general.
Download Telegram
Practical Cryptography With Go.

This is a book about cryptography: how to communicate securely. There are several objectives that cryptography aims to solve: confidentiality, integrity, and authenticity. It also helps solve some other problems that come up in secure communications, but it’s important to remember that it isn’t a complete solution to security problems. In this book, we’ll look at how to build secure systems; some of the problems that cryptography does not solve will also be pointed out. This book will attempt to guide you in your attempt to understand how to use cryptography to secure your services, and illustrate it using the Go programming language.

#go #book #free #cryptography
1🔥1👏1
Joy of Elixir is a gentle introduction to programming, aimed at people who already know some things about computers, but who have little-to-no programming experience. If you think you don't know enough about computers, well you got here already and that's enough!

This book will teach you the core concepts of the Elixir programming language in a fun and enjoyable way. If you're completely new to programming and you want to learn how to make a computer do things using the power of programming and you want to experience some joy while doing it, then read on!

#elixir #otp #erlang #book #free
1👍1🔥1
Git Immersion is a guided tour that walks through the fundamentals of Git, inspired by the premise that to know a thing is to do it.

#book #git #guide #tour
🔥21👍1
Tortoise ORM is an easy-to-use asyncio ORM (Object Relational Mapper) inspired by Django.

Tortoise ORM was built with relations in mind and admiration for the excellent and popular Django ORM. It's engraved in its design that you are working not with just tables, you work with relational data.

#python #asyncio #async #orm #database #postgres #sqlite #mysql
👍21🔥1
aiofiles is a library for handling local disk files in asyncio applications.

Ordinary local file IO is blocking, and cannot easily and portably made asynchronous. This means doing file IO may interfere with asyncio applications, which shouldn't block the executing thread. aiofiles helps with this by introducing asynchronous versions of files that support delegating operations to a separate thread pool.

#python #asyncio #io #files
1👍1🔥1
There are almost 1000 of us now. If you enjoy this channel, share it with your friends, coulleges and cats.

I’ll be posting 10 great tools and libraries a day during the week when we reach 1000.

Thank you all, fellows! 🍻
👍16🔥5🤯3🎉21
This media is not supported in your browser
VIEW IN TELEGRAM
Phoenix LiveView Counter Tutorial.

LiveView?
Phoenix LiveView enables rich, real-time user experiences with server-rendered HTML.

Why?
There are several example apps around the Internet using Phoenix LiveView but none include step-by-step instructions a complete beginner can follow. This is the complete beginner's tutorial we wish we had when learning LiveView and the one you have been searching for!

What?
A complete beginners tutorial for building the most basic possible Phoenix LiveView App with no prior experience necessary.

Demo is available here: live-view-counter.herokuapp.com

#elixir #phoenix #liveview #tutorial
👍3🔥1👏1
This media is not supported in your browser
VIEW IN TELEGRAM
django-admin-interface is a modern responsive flat admin interface customizable by the admin itself.

• Beautiful default django-theme
• Themes management and customization (you can customize admin title, logo and colors)
• Responsive
• Related modal (instead of the old popup window)
• Environment name/marker
• Language chooser
• List filter dropdown
• Foldable apps (accordions in the navigation bar)
• List filter sticky
• Form controls sticky (pagination and save/delete buttons)

#python #django #css #html #js #styled #responsive #ui
👍31👏1
Trust DNS is a Rust based DNS client, server, and resolver.

Goals:

• Build a safe and secure DNS server and client with modern features.
• No panics, all code is guarded
• Use only safe Rust, and avoid all panics with proper Error handling
• Use only stable Rust
• Protect against DDOS attacks (to a degree)
• Support options for Global Load Balancing functions
• Make it dead simple to operate

#rust #dns #resolver #client #server #trust #dynamic #dnssec
2👍2🔥1
Wails is a project that enables you to write desktop apps using Go and web technologies.

Consider it a lightweight and fast Electron alternative for Go. You can easily build applications with the flexibility and power of Go, combined with a rich, modern frontend.

#golang #og #gui #web #html #css #react #vue #linux #macos #windows
👍21👏1
A.W.E.S.O.M. O is an extensive list of interesting open source projects written in various languages.

#python #rust #js #php #golang #go #ts #kotlin #js #clojure #erlang #elixir #c #cpp #dart #ocaml #etc
👍4🔥21
MarkupSafe implements a text object that escapes characters so it is safe to use in HTML and XML. Characters that have special meanings are replaced so that they display as the actual characters. This mitigates injection attacks, meaning untrusted user input can safely be displayed on a page.

#python #markup #pallets #html #jinja #markupsafe #template #engine
👍21👏1
WeasyPrint is a smart solution helping web developers to create PDF documents. It turns simple HTML pages into gorgeous statistical reports, invoices, tickets.

From a technical point of view, WeasyPrint is a visual rendering engine for HTML and CSS that can export to PDF. It aims to support web standards for printing. WeasyPrint is free software made available under a BSD license.

#python #css #pdf #html #style #pdf
4👍1🔥1
This media is not supported in your browser
VIEW IN TELEGRAM
Manage FastAPI is a CLI tool for FastAPI. Generating new FastAPI projects & boilerplates made easy.

Features 🚀

• Creates customizable project boilerplate.
• Creates customizable app boilerplate.
• Handles the project structuring for you.
• Optional Dockerfile generation.
• Optional docker-compose generation for your project needs.
• Optional pre-commit hook generation.

#python #fastapi #api #backend #boilerplates #docker
👍3🤔3🎉21
Cirq is a Python library for writing, manipulating, and optimizing quantum circuits and running them against quantum computers and simulators.

#python #quantum #circuits
👍1🔥1👏1
LocalStack is a cloud service emulator that runs in a single container on your laptop or in your CI environment. With LocalStack, you can run your AWS applications or Lambdas entirely on your local machine without connecting to a remote cloud provider! Whether you are testing complex CDK applications or Terraform configurations, or just beginning to learn about AWS services, LocalStack helps speed up and simplify your testing and development workflow.

#python #aws #local #serverless
1🔥1👏1
Carbon Language: An experimental successor to C++

- Fast and works with C++
- Modern and evolving
- Welcoming open-source community

#carbon #cpp #successor #fast
👍51🔥1
spaCy: Industrial-strength NLP

spaCy is a library for advanced Natural Language Processing in Python and Cython. It's built on the very latest research, and was designed from day one to be used in real products.

spaCy comes with pretrained pipelines and currently supports tokenization and training for 60+ languages. It features state-of-the-art speed and neural network models for tagging, parsing, named entity recognition, text classification and more, multi-task learning with pretrained transformers like BERT, as well as a production-ready training system and easy model packaging, deployment and workflow management. spaCy is commercial open-source software, released under the MIT license.

#python #nlp #data #science #ml #dl #neural #spacy #tokenization
🔥41👍1👏1
How finishing what you start makes teams more productive and predictable

Let’s be honest. When you read this post’s title, you thought it was obvious. Yet, most people don’t follow this simple piece of advice. You know that too, and that’s probably what led you here.

What you don’t know is why so many people won’t finish what they start and how to illustrate and quantify the impact of unfinished work. That’s what I’ll explain in this post.

#article
👍31🔥1
Tabby is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux.


- Integrated SSH and Telnet client and connection manager
- Integrated serial terminal
- Theming and color schemes
- Fully configurable shortcuts and multi-chord shortcuts
- Split panes
- Remembers your tabs
- PowerShell (and PS Core), WSL, Git-Bash, Cygwin, MSYS2, Cmder and CMD support
- Direct file transfer from/to SSH sessions via Zmodem
- Full Unicode support including double-width characters
- Doesn't choke on fast-flowing outputs
- Proper shell experience on Windows including tab completion (via Clink)
- Integrated encrypted container for SSH secrets and configuration
- SSH, SFTP and Telnet client available as a web app (also self-hosted).

#typescript #ts #terminal #linux #macos #windows #ssh #telnet
1👍1🔥1
Desktop allows building native-like Elixir apps for Windows, MacOS, Linux, iOS and Android using Phoenix LiveView!

#elixir #desktop #gui #macos #windows #linux #liveview #otp
👍3🤔21