Wow, there are 666 of us (kinda creepy, isn't'?). It would be great to reach 1000 followers this month.
Please, share a link to this channel with your friends and colleagues.
Here is a link, if you want to copy it: https://t.me/the_art_of_development
Please, share a link to this channel with your friends and colleagues.
Here is a link, if you want to copy it: https://t.me/the_art_of_development
👍1🔥1👏1
re-frame-10x lets you instrument, and then inspect, the inner workings of a running re-frame application. It presents as a programmer's dashboard, delivering curated insight and illumination.
#clojure #reagent #debugging #tracing
#clojure #reagent #debugging #tracing
❤1👍1🔥1
Are You an Architect?
Who is a software architect and how they are different from others in the team? An architect puts discipline on top of everything else, constantly inventing new rules and enforcing them.
#post #blog #software #architecture
Who is a software architect and how they are different from others in the team? An architect puts discipline on top of everything else, constantly inventing new rules and enforcing them.
#post #blog #software #architecture
👍1🔥1👏1
Jaeger is a distributed tracing platform created by Uber Technologies and donated to Cloud Native Computing Foundation. It can be used for monitoring microservices-based distributed systems:
- Distributed context propagation
- Distributed transaction monitoring
- Root cause analysis
- Service dependency analysis
- Performance / latency optimization
#golang #go #opentracing #cncf #distributed #tracing
- Distributed context propagation
- Distributed transaction monitoring
- Root cause analysis
- Service dependency analysis
- Performance / latency optimization
#golang #go #opentracing #cncf #distributed #tracing
❤1🔥1👏1
OpenFaaS® makes it easy for developers to deploy event-driven functions and microservices to Kubernetes without repetitive, boiler-plate coding. Package your code or an existing binary in an OCI-compatible image to get a highly scalable endpoint with auto-scaling and metrics.
#golang #go #docker #faas #paas #kubernetes #lambda #serverless #functions #prometheus #k8s
#golang #go #docker #faas #paas #kubernetes #lambda #serverless #functions #prometheus #k8s
❤1👍1🔥1
Snyk helps you find, fix and monitor known vulnerabilities in open source dependencies.
#typescript #ts #security #monitor #vulnerabilities #snyk
#typescript #ts #security #monitor #vulnerabilities #snyk
👍1🔥1👏1
BTCPay Server is a free and open-source Bitcoin payment processor which allows you to accept bitcoin without fees or intermediary.
Features:
- Direct, peer-to-peer Bitcoin payments
- No transaction fees
- No fees, middleman or KYC
- Non-custodial
- Enhanced privacy & security
- Self-hosted
- SegWit support
- Lightning Network support
- Tor support
- Share your instance with friends
- Invoice management and Payment requests
- Apps: Point of sale, crowdfunding, donation button
- Full-node reliant wallet with hardware wallet integration and SegWit support
- Bitcoin-only build, separate community-maintained altcoin build
#csharp #net #bitcoin #payments #processor #selfhosted
Features:
- Direct, peer-to-peer Bitcoin payments
- No transaction fees
- No fees, middleman or KYC
- Non-custodial
- Enhanced privacy & security
- Self-hosted
- SegWit support
- Lightning Network support
- Tor support
- Share your instance with friends
- Invoice management and Payment requests
- Apps: Point of sale, crowdfunding, donation button
- Full-node reliant wallet with hardware wallet integration and SegWit support
- Bitcoin-only build, separate community-maintained altcoin build
#csharp #net #bitcoin #payments #processor #selfhosted
❤1🔥1👏1
Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state.
#golang #go #terraform #dry #aws #devops
#golang #go #terraform #dry #aws #devops
❤1👍1🔥1
Professional Programming.
A collection of full-stack resources for programmers.
#list #programmers #fullstack
A collection of full-stack resources for programmers.
#list #programmers #fullstack
❤1👍1🔥1
Project Guidelines.
While developing a new project is like rolling on a green field for you, maintaining it is a potential dark twisted nightmare for someone else. Here's a list of guidelines we've found, written and gathered that (we think) works really well with most JavaScript projects here at elsewhen. If you want to share a best practice, or think one of these guidelines should be removed, feel free to share it with us.
#javascript #list #best #practices #guidelines
While developing a new project is like rolling on a green field for you, maintaining it is a potential dark twisted nightmare for someone else. Here's a list of guidelines we've found, written and gathered that (we think) works really well with most JavaScript projects here at elsewhen. If you want to share a best practice, or think one of these guidelines should be removed, feel free to share it with us.
#javascript #list #best #practices #guidelines
❤1🔥1🎉1
Ghidra is a software reverse engineering (SRE) framework created and maintained by the National Security Agency Research Directorate. This framework includes a suite of full-featured, high-end software analysis tools that enable users to analyze compiled code on a variety of platforms including Windows, macOS, and Linux. Capabilities include disassembly, assembly, decompilation, graphing, and scripting, along with hundreds of other features. Ghidra supports a wide variety of processor instruction sets and executable formats and can be run in both user-interactive and automated modes. Users may also develop their own Ghidra plug-in components and/or scripts using Java or Python.
#java #python #cpp #jvm #reverse #engineering #sre #framework
#java #python #cpp #jvm #reverse #engineering #sre #framework
❤1👍1🔥1
Authelia is an open-source authentication and authorization server providing 2-factor authentication and single sign-on (SSO) for your applications via a web portal. It acts as a companion of reverse proxies like nginx, Traefik or HAProxy to let them know whether queries should pass through. Unauthenticated users are redirected to Authelia Sign-in portal instead.
#golang #go #docker #nginx #kubernetes #k8s #security #authentication #u2f #yubikey #2fa #totp #sso #traefik #mfa #multifactor
#golang #go #docker #nginx #kubernetes #k8s #security #authentication #u2f #yubikey #2fa #totp #sso #traefik #mfa #multifactor
❤1👍1👏1
ciao checks HTTP(S) URL endpoints for a HTTP status code (or errors on the lower TCP stack) and sends a notification on status change via E-Mail or Webhooks.
#ruby #http #monitoring #alerting #prometheus #uptime
#ruby #http #monitoring #alerting #prometheus #uptime
❤1👍1🔥1
This media is not supported in your browser
VIEW IN TELEGRAM
Tuist is a command line tool that helps you generate, maintain and interact with Xcode projects.
#swift #productivity #xcode #scalability
#swift #productivity #xcode #scalability
❤1👍1🔥1
Functional Programming in 40 Minutes.
Speaker: Russ Olsen - Author of Getting Clojure and Eloquent Ruby, VP at Cognitect
Functional programming has finally escaped from academia. These days developers are building real systems in functional programming languages like Clojure, Scala, Elixir and F#. Functional techniques are also seeping into more traditional languages like Java and Ruby. Unfortunately somewhere along the way functional programming has also developed a reputation for being deep and mysterious: Good programs achieve the Zen-like state of being functional which somehow involves immutability, higher order functions...
#video, #clojure #functional #programming #fp
Speaker: Russ Olsen - Author of Getting Clojure and Eloquent Ruby, VP at Cognitect
Functional programming has finally escaped from academia. These days developers are building real systems in functional programming languages like Clojure, Scala, Elixir and F#. Functional techniques are also seeping into more traditional languages like Java and Ruby. Unfortunately somewhere along the way functional programming has also developed a reputation for being deep and mysterious: Good programs achieve the Zen-like state of being functional which somehow involves immutability, higher order functions...
#video, #clojure #functional #programming #fp
YouTube
Functional Programming in 40 Minutes • Russ Olsen • GOTO 2018
This presentation was recorded at GOTO Berlin 2018. #gotocon #gotober
http://gotober.com
Russ Olsen - Author of Getting Clojure and Eloquent Ruby, VP at Cognitect @russolsen3122
ABSTRACT
Functional programming has finally escaped from academia. These days…
http://gotober.com
Russ Olsen - Author of Getting Clojure and Eloquent Ruby, VP at Cognitect @russolsen3122
ABSTRACT
Functional programming has finally escaped from academia. These days…
❤1👍1🔥1
fselect - query file system like a SQL database:
fselect size, path from /home/user where name = '*.cfg' or name = '*.tmp'
fselect "path from /home/user where modified = 'apr 1'"
fselect path from /home/user/Photos where width = height
#rust #opensource #cli
fselect size, path from /home/user where name = '*.cfg' or name = '*.tmp'
fselect "path from /home/user where modified = 'apr 1'"
fselect path from /home/user/Photos where width = height
#rust #opensource #cli
❤1👍1🔥1
This media is not supported in your browser
VIEW IN TELEGRAM
Filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app or as a middleware.
#golang #go #plugin #gui #vuejs #extension #web #filemanager #interface #administrator
#golang #go #plugin #gui #vuejs #extension #web #filemanager #interface #administrator
❤1👍1🔥1