ContentPosts from @mudit009..
Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

Create a CRUD app with Go Fiber, docker, and Postgres

This tutorial teaches how to perform the Update and Delete functions of CRUD for an app. The first two parts of the tutorial cover Create and Read functions. The tutorial starts by improving some existing code before moving on to updating and deleting data from a database. The tutorial also explain.. read more  

Create a CRUD app with Go Fiber, docker, and Postgres
Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

Data Types and Variables

This tutorial for Go beginners covers data types and variables in Go, including integers, floating point numbers, strings, booleans, complex numbers, runes, and bytes. It explains how to declare variables using var and short declaration, and covers variable scoping. It also introduces constants usi.. read more  

Data Types and Variables
Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

A Mysterious Case Solved - After I typed `??` in the Terminal, the Golang CLI popped up

The author discovered that typing `??` in the Terminal when Golang is installed brings up the Golang command line interface. After investigating, they found that the `??` command is being expanded by the shell to match any two-character filename or directory entry in the current working directory. .. read more  

A Mysterious Case Solved - After I typed `??` in the Terminal, the Golang CLI popped up
Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

With new funding, Honeycomb.io CEO sees observability taking off

Honeycomb, a full-stack observability provider, has raised $20 million in a Series B funding round led by Silicon Valley firm Scale Venture Partners. - The company plans to use the funding to accelerate its growth, expand its product offerings and open new offices, as well as invest in research and .. read more  

With new funding, Honeycomb.io CEO sees observability taking off
Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

Service meshes: an in-depth introduction

This article provides an overview of service meshes, highlighting their benefits and complexities. A service mesh is a complex evolution of networking, security, and operational challenges encountered when deploying microservices at a web scale. It offers benefits such as obtaining golden signals f.. read more  

Service meshes: an in-depth introduction
Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

IBM Makes Its Strongest Cloud-Native Case With LinuxONE Rockhopper

IBM has introducedthe LinuxONE Rockhopper, a cloud-native platform that facilitates the natively running of Linux applications through a reliable mainframe architecture. - The platform comes pre-populated and configured in either a single frame or a standard data center server rack. - The LinuxONE R.. read more  

IBM Makes Its Strongest Cloud-Native Case With LinuxONE Rockhopper
Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

Announcing the general availability of Amazon CodeCatalyst

AWS has launched Amazon CodeCatalyst, a software development service that makes it easier and faster to build and deploy applications on AWS. - It streamlines the planning, coding, building, testing, and deployment process to allow developers to focus on developing application features rather than p.. read more  

Announcing the general availability of Amazon CodeCatalyst
Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

The future of cloud-native internal developer platforms. Will the cloud service providers create the

This article discusses the challenges and benefits of migrating banking and finance applications to the cloud. The author,David Mitchell, argues that in order to fully utilize the benefits of the cloud, organizations should examine and re-architect their entire application estate using cloud native.. read more  

Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

Exploring cloud native adoption archetypes

Cloud native is a set of technologies and approaches that impact application development, deployment, and management, driving agility and innovation in customer-focused organizations. There are three clearly defined cloud adoption archetypes: - Cloud-born: These are relatively young companies that .. read more  

Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

The YAML document from hell

The author shares their opinion and argues that YAML, a data format, is too complicated and full of unexpected behaviors despite its aim to be human-friendly. They provide an example document to illustrate this point, highlighting features such as sexagesimal numbers, non-string keys, and accidenta.. read more