Best of Backend DevelopmentAugust 2022

  1. 1
    Article
    Avatar of changelogChangelog·4y

    Real world application

    Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. The Electron app is written in plain-old HTML and JavaScript. The Tauri app installer is around 2,5MB (!!!), while the Electron install is around ~85MB. Tauri has many security features built-in by default. You can even explicitly enable or disable certain APIs.

  2. 2
    Article
    Avatar of hnHacker News·4y

    an open-source GitHub Copilot server

    FauxPilot is an attempt to build a locally hosted version of GitHub Copilot. It uses the SalesForce CodeGen models inside of NVIDIA's Triton Inference Server with the FasterTransformer backend. If you have two NVIDIA RTX 3080 GPUs, you should be able to run the 6B model by putting fauxpilot-triton-1. The container image is governed by the NVIDIA Deep Learning Container License. Don't use it.

  3. 3
    Article
    Avatar of hashnodeHashnode·4y

    Web-based all-in-one gradient editor.

    Gradientify is a free online tool that provides 100+ trendy, beautiful, carefully crafted gradients for your apps, blog, UI design or to be used as content backgrounds. It is open source and you can use it for free without attribution. Save gradients, Search gradient by Hex, add new gradients and add newGradients and dark mode.

  4. 4
    Article
    Avatar of moralisMoralis·4y

    How to Code a Blockchain App in 5 Steps

    The Web3 tech stack has come a long way in recent years, with Web3 authentication, on-chain events, account syncs, and the ultimate Web3 API. With Moralis’ Web3 Auth API and web3uikit, you can cover that in minutes. When non-authenticated users try to vote in our blockchain app, they receive a warning message.

  5. 5
    Article
    Avatar of cockroachdbCockroachDB·4y

    Building a Payments System That Scales to Infinity (With Examples)

    Payments often don’t matter much beyond the 60-90 seconds during which a payment transaction takes place. Storing all of this data and keeping it available without bogging down your application can be. CockroachDB allows table- and row-level data homing, making it easy to assign rows to specific geographic regions.

  6. 6
    Article
    Avatar of logrocketLogRocket·4y

    Building a full-stack app with Bud and Go

    New Go framework Bud allows frontend and backend code to expand based on the needs of its users. Bud is a framework that keeps things simple but can scale up when needed. Bud comes with built-in functionality for frontend development with Svelte and uses Go for the backend. The index method would return a view from a file called index.svelte in our view folder.

  7. 7
    Article
    Avatar of moralisMoralis·4y

    Introducing Moralis 2.0

    Moralis 2.0 is key to our overall goal of accelerating Web3 mass-adoption. To be as accessible as possible to developers looking to get into Web3, we have to be present across all platforms Web2 developers already use.

  8. 8
    Article
    Avatar of hackernoonHacker Noon·4y

    Why You Need to Learn Multiple Programming Languages

    Boot.dev is a battery-included computer science curriculum in the browser. The full curriculum will only require the use of about 6 languages in total. The majority of the program can just use JavaScript, Python, and Go. If you only write one programming language, it’s easy to assume a certain You might find yourself needing to look up syntax occasionally, but everyone does that.

  9. 9
    Article
    Avatar of hashnodeHashnode·4y

    Transitioning Into Web3 As a Frontend, Backend, or Fullstack Developer

    A full-stack developer has the knowledge and abilities to work on a web application's front and backend. This includes HTML, CSS, Javascript, Reactjs, or Angular on the frontend (client) and coding with Javascript, Java, Go lang or C# on the backend (server side)

  10. 10
    Article
    Avatar of foojayioFoojay.io·4y

    Backend-for-Frontend: The Demo

    The monolith offers an endpoint for each data source, and a single aggregating endpoint for all of them. In the previous section, we developed a dedicated backend-for-frontend application. In this case, the gateway can be seen as a container where to deploy BFF plugins. I'll be using Apache APISIX to demo how to do it, but the idea can be replicated on other gateways as well.

  11. 11
    Article
    Avatar of crioCrio.Do·4y

    Learn Load Balancer Using HAProxy

    Load Balancing is a technique that prevents servers from overloading with incoming network or application traffic. This is done by efficiently distributing workloads over a set or group of backend servers to improve service performance. In this blog, you will learn how to balance the load between Applications using HA proxy and the different available strategies. The above command is used to query DNS information.

  12. 12
    Article
    Avatar of devtoDEV·4y

    Lessons Learned In 12 Months Of Blogging

    My blog is officially 12 months old! I've written over 50 articles, managed to rank multiple of them on page 1 of Google. In this article, I'll share all the lessons I've learned in 12 months of consistent blogging.

  13. 13
    Article
    Avatar of phProduct Hunt·4y

    Chart - A visual editor for your backend

    Chart is an interactive canvas where you can design your system architecture within minutes and deploy it to your own cloud. Connect your micro services simply by drawing on the canvas and Chart auto-configures everything for you.

  14. 14
    Article
    Avatar of hnHacker News·4y

    Self Hosted Compiler Upgrade Guide · ziglang/zig Wiki

    The new compiler, sometimes called "stage2" or "stage3" is in many ways better than the old compiler. All 0.10.x releases will have the -fstage1 option; the upgrade only will become mandatory starting with 0.11.0.0. For Zig, building itself went from using 9. is a comptime-only function due to its Comptime only return type. However, pointers are still zero bit types.

  15. 15
    Article
    Avatar of hashnodeHashnode·4y

    Generate a link previews via our API, NPM package.

    Get link preview is an app that will generate rich previews for any given link. We provide API and an NPM package, if you want to add the feature of link preview in your app. Use our API to fetch link preview data and integrate it into your React app.

  16. 16
    Article
    Avatar of hashnodeHashnode·4y

    Learning Front-End Web Development the Easy Way

    To build a website, you’ll need to learn HTML5, CSS3,JS and at least one JS framework. A Web Application is a lightweight application built to run on These Areas of HTML5 are worthy of more focus when learning HTML5 HMTL5 Basics.