Optimize your Go Dockerfile for size and speed. by Bertrand Quenin | August, 2022
[ad_1] Build a Modern REST API with Go – Part 4 photo by Guillaume Bolduc Feather unsplash This article is the fourth in a series covering all aspects of implementing a modern REST API microservices step by step: Defining a SQL First Data Model with SQLC REST API to Gin. apply with configuring with wiper […]
ReacType 13.0 — React State Management and Prop Drilling Made Easy | by Darin Ngou | August, 2022
[ad_1] Your favorite React prototyping tool just got better with some special new features Do you spend hours prop drilling within your React application? Have you been told to drop it altogether in favor of a bulky, state-managed library? Prop drilling is often criticized among React developers because of its cumbersome attempt to solve a […]
Containerize your Go unit and integration tests. by Bertrand Quenin | August, 2022
[ad_1] Build a Modern REST API with Go – Part 5 This article is the fifth and final in a series covering all aspects of implementing a modern REST API microservices step by step: Defining a SQL First Data Model with SQLC REST API to Gin. apply with configuring with wiper Building and Running in […]
Modularization of Terraform .. Let’s create! , by Steven Laszlofi | August, 2022
[ad_1] let’s build! For this week’s project, we’re going to take an existing Terraform document, and turn it into a reusable module! .tf The file in question, is a simple EC2 generator. Have AWS as a provider, ec2_instance as a resource and voila! But we want to convert it to a module, so that we […]
Understanding Layered Architecture in KMM, Part 4 — The Data Layer | by Jose Flavio Quispe Irazabal | August, 2022
[ad_1] Part 4 of 5 Architecture of our project. Now we are going to take a look at the data layer. For this it is important to remember the architecture design made by us on the second part of this series, You can read it here, As you can see, we have three main modules: […]
Understanding Layered Architecture with KMM, Part 3 — Domain Layer | by Jose Flavio Quispe Irazabal | August, 2022
[ad_1] Part 3 of 5 The idea of the KMM project is to be able to reuse as much code as possible. The business logic doesn’t vary by platform, it’s always the same, so it makes sense that our domain layer (which would be pure Kotlin) is in a shared module of the project. This […]
Solana – Understanding programs. Dive into what’s behind the scenes. by Alessandro Petraro | August, 2022
[ad_1] Dive into what’s behind the scenes photo by Guerrillabuzz Crypto PR Feather unsplash This article is the article I’d love to start with solana development of programs. There are, in fact, a lot of resources out there that teach you how to build Solana programs, but I haven’t found it complete enough that you […]
Reusable Customizable Views in SwiftUI | by Petru Lutenko | August, 2022
[ad_1] Understanding through two implementations SwiftUI is great when it comes to reusing views but creating customizable reusable views can be very difficult as SwiftUI needs to know the type of each view in the view hierarchy at compile time. Let’s consider the following design (the quality of the design is not in question here, […]
8 Ways to Accelerate Self-Directed Learning as a Software Engineer by Jesse Auguste | August, 2022
[ad_1] increase your skills every day photo by Christina @ wocintechchat.com Feather unsplash As an engineer, you will learn to constantly keep up with technological changes. How can you do what works best for you? Take the time to level up your self-directed learning skills. “Self-directed learning is a learning method by which the student […]