Best of Backend DevelopmentFebruary 2023

  1. 1
    Article
    Avatar of asayerasayer·3y

    Why you should use Go for the Back End

    Go is the perfect programming language for the backend of your front-end application. Go's compilation speed is rumored to be faster than C++, making it a good choice for large-scale projects. Go’s concurrency features produce an impressive performance for high data traffic since Go allows programs to take advantage of modern multi-core processors.

  2. 2
    Article
    Avatar of asayerasayer·3y

    Data Fetching in Next.js

    Data Fetching in Next.js is a perfect React framework that is fast, has more configuration, good image optimization features, and rendering capabilities. It also has methods that help in data fetching from the back end. Data is either from the client-side, server-side or static-site generation, or static site generation.

  3. 3
    Article
    Avatar of hackernoonHacker Noon·3y

    Developer's Gold Mine: 8 Youtube Channels You Should Subscribe to Right Away

    Developer's Gold Mine: 8 Youtube Channels You Should Subscribe to Right Away. You learn about a new development language every day as it enters the market and gains notoriety for its novel features. The channel mostly offers extended films (up to hours long) that go into detail on each thread and topic of the languages.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    rust-unofficial/awesome-rust: A curated list of Rust code and resources.

    A curated list of Rust code and resources including applications, development tools, libraries, databases, terminal emulators, operating systems, text editors, CLI tools, networking tools, code analysis tools, fuzzing tools, observability tools, Mastodon servers, and more.

  5. 5
    Article
    Avatar of phProduct Hunt·3y

    Outerbase - Product Information, Latest Updates, and Reviews 2024

    Outerbase is an easy way to manage data on Postgres, MySQL, and other relational databases. It allows users to edit, view, query, and visualize their data using SQL or EZQL.

  6. 6
    Article
    Avatar of newstackThe New Stack·3y

    How Discord Migrated Trillions of Messages to ScyllaDB

    Discord migrated its messages cluster from Cassandra to ScyllaDB, reducing latencies from 200 milliseconds to 5 milliseconds. They built a data service library to streamline queries, created a 'Superdisk' with persistent disks and NVMe SSDs, and made modifications to ScyllaDB for compatibility with the Superdisk.

  7. 7
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Why You Should Use Java for Backend Development

    Java is a widely used programming language for backend development. It offers scalability, robustness, open source libraries, diversity, simplicity, security, platform independency, and multithreading support. However, it has drawbacks such as lack of backup facility, code complexity, speed and performance issues, and high memory usage. Top companies like Linkedin, Uber, Microsoft, NASA World Wind, and Netflix use Java for various applications. There are also different Java frameworks available for backend development like Spring, Hibernate, Play, and Struts.

  8. 8
    Article
    Avatar of communityCommunity Picks·3y

    Is there a Roadmap for Data Science?

    Data science requires learning Python, statistics, and databases. Machine learning and deep learning are crucial components in data science. AIOps tools can automate and optimize IT operations.

  9. 9
    Article
    Avatar of awstipAWS Tip·3y

    Scaling Cache with Redis

    This post discusses the concept of scaling in computer science, focusing on vertical and horizontal scaling. It explores techniques such as read replicas, sharding, and active-active multi-master replication in Redis. Redis Enterprise is also mentioned as a solution that offers additional features for scaling.

  10. 10
    Article
    Avatar of moralisMoralis·3y

    How to Use ChatGPT to Mint an NFT

    Learn how to use ChatGPT to mint an NFT by following this tutorial. The tutorial covers creating and deploying a smart contract, building the backend and frontend, and using the Moralis IPFS API. By using the provided code, you can easily create your own ChatGPT NFT minter Web3 app.