s
AboutWork

Micro Frontends Using Single-SPA and Module Federation

Jan 13, 2021 - 7 min read

Let’s build an app with micro frontends together

Micro Frontends Using Single-SPA and Module Federation

Kubernetes Basics

Jan 29, 2023 - 14 min read

Learning essential components of Kubernetes

Micro Frontends Using Single-SPA and Module Federation

Migrating From Nuxt to Next.js With Google App Engine

Jan 1, 2023 - 6 min read

Gradually migrate apps with microservices

Micro Frontends Using Single-SPA and Module Federation

Automating UI Feedback and Visual Testing in Web Applications

Dec 15, 2022 - 14 min read

Visual regression testing with Chromatic, Storybook, and Mock Service Workers

Micro Frontends Using Single-SPA and Module Federation

How to Implement an Animated Tab in React Native

Jun 30, 2022 - 4 min read

Smooth tab animation with React Native Animated

Micro Frontends Using Single-SPA and Module Federation

How to Deploy a WebSocket App to Amazon Lightsail

May 13, 2022 - 5 min read

Deploying a WebSocket application to the cloud

Micro Frontends Using Single-SPA and Module Federation

How to Connect Ent to PlanetScale in a Go Application

May 13, 2022 - 4 min read

The MySQL serverless database platform

Micro Frontends Using Single-SPA and Module Federation

Clean Architecture with ent and gqlgen

Dec 14, 2021 - 17 min read

Writing maintainable code in GraphQL app

Micro Frontends Using Single-SPA and Module Federation

Implement a GraphQL Server With Ent and Gqlgen in Go

Nov 9, 2021 - 9 min read

Integrate statically typed APIs with GraphQL

Micro Frontends Using Single-SPA and Module Federation

Implementing List Items With React and Recoil

Mar 10, 2021 - 3 min read

Rendering with good performance

Micro Frontends Using Single-SPA and Module Federation

GraphQL Subscriptions With Go

Feb 13, 2021 - 6 min read

Implement a real-time application with GraphQL Subscriptions and Go

Micro Frontends Using Single-SPA and Module Federation

Implementing Websocket With Go and React

Feb 2, 2021 - 4 min read

A simple tutorial to achieve real-time communication in your web apps

Micro Frontends Using Single-SPA and Module Federation

Reducing App Testing Time Using Jest and CircleCI

Jan 26, 2021 - 6 min read

A guide to running parallel tests with Jest and CircleCI

Micro Frontends Using Single-SPA and Module Federation

Visual Testing with Storybook and reg-suit

Jan 12, 2021 - 8 min read

Introduce automatic visual testing for your UI

Micro Frontends Using Single-SPA and Module Federation

Install Missing TypeScript Typings With TypeSync

Jan 12, 2021 - 2 min read

Automatically install missing typings

Micro Frontends Using Single-SPA and Module Federation

Apollo Federation in Go part2

Jan 5, 2021 - 5 min read

Introducing Managed federation

Micro Frontends Using Single-SPA and Module Federation

Apollo Federation in Golang

Dec 30, 2020 - 6 min read

Better GraphQL with Apollo in Go

Micro Frontends Using Single-SPA and Module Federation

Cross-browser Testing With TestCafe on GitHub Actions

Dec 24, 2020 - 4 min read

Introducing cross-browser testing, built on GitHub Actions

Micro Frontends Using Single-SPA and Module Federation

How Polyfill Works in Babel

Dec 22, 2020 - 5 min read

Understand how polyfill works in your Babel configuration

Micro Frontends Using Single-SPA and Module Federation

Create React App With Linaria

Dec 15, 2020 - 5 min read

Introduce Linaria to CRA, zero runtime CSS in JavaScript

Micro Frontends Using Single-SPA and Module Federation

Using the New PHPicker With SwiftUI

Dec 10, 2020 - 5 min read

A simple tutorial using PHPicker with SwiftUI and PromiseKit

Micro Frontends Using Single-SPA and Module Federation

Create React Components Using Hygen

Dec 2, 2020 - 4 min read

Hygen is an automatic code generator

Micro Frontends Using Single-SPA and Module Federation

Reactive Vue Routes With the Composition API

Apr 16, 2020 - 3 min read

Watching Vue.js routes

Micro Frontends Using Single-SPA and Module Federation

Opinionated Create React App With Useful Libraries

Apr 8, 2020 - 3 min read

Create react app with useful libraries

Micro Frontends Using Single-SPA and Module Federation

Clarity Is King When Writing Code

Apr 4, 2020 - 13 min read

Good code is clear code, not clever code

Micro Frontends Using Single-SPA and Module Federation

Blazingly Fast Testing With Wallaby.js

Mar 31, 2020 - 5 min read

Improve your development and testing productivity

Micro Frontends Using Single-SPA and Module Federation

How to Improve Code Quality With an Automatic Check in Go

Mar 9, 2020 - 4 min read

A simple way of static-code analysis in Go projects with GoLand (or IntelliJ IDEA)

Micro Frontends Using Single-SPA and Module Federation

Save Time in Daily Code Review Using Danger

Feb 28, 2020 - 6 min read

Automatic code review to save your team’s time

Micro Frontends Using Single-SPA and Module Federation

Understanding TypeScript Configuration Options

Feb 23, 2020 - 27 min read

Introducing how TypeScript configuration options work.

Micro Frontends Using Single-SPA and Module Federation

Set Up Firebase Authentication With React and Go

Jan 18, 2020 - 8 min read

A simple tutorial setting up Firebase with create-react-app and Go API

Micro Frontends Using Single-SPA and Module Federation

JWTs Authentication with Go, echo, and GraphQL

Dec 14, 2019 - 3 min read

A simple tutorial of JWT authentication using Go, echo, and GraphQL

Micro Frontends Using Single-SPA and Module Federation

Deploying Go with GAE

Dec 6, 2019 - 5 min read

A simple tutorial of deployment of Go application using GAE

Micro Frontends Using Single-SPA and Module Federation

Deploying Go App with GCP, CircleCI, and Spinnaker

Nov 29, 2019 - 11 min read

Introducing a deployment of the Go app using Google Cloud Platform, CircleCI, and Spinnaker

Micro Frontends Using Single-SPA and Module Federation

Clean Architecture with GO

Nov 7, 2019 - 7 min read

Introducing Clean architecture with Go

Micro Frontends Using Single-SPA and Module Federation

Go API with echo, gorm, and GraphQL

Nov 1, 2019 - 7 min read

A simple tutorial of building a Go API with echo, gorm, and GraphQL

Micro Frontends Using Single-SPA and Module Federation

Creating Clean Responsive Apps with React and Styled-System

Oct 26, 2019 - 9 min read

A simple tutorial of building a responsive React app using Styled-System based on the Design System

Micro Frontends Using Single-SPA and Module Federation

SSR with Next.js, styled-components and Material UI

Oct 18, 2019 - 5 min read

Server-side rendering with styled-component and Material UI in Next.js using ServerStyleSheets

Micro Frontends Using Single-SPA and Module Federation

Deploying Serverless App with Next.js 8, AWS Lambda and CircleCI — Part 2

Jul 26, 2019 - 4 min read

Deploying a serverless Next.js app using serverless framework, serverless-nextjs-plugin, and AWS Lambda function

Micro Frontends Using Single-SPA and Module Federation

Deploying Serverless App with Next.js 8, AWS Lambda and CircleCI

Jul 26, 2019 - 7 min read

PART1: Deploying a serverless Next.js app using serverless framework, serverless-nextjs-plugin, and AWS Lambda function

Micro Frontends Using Single-SPA and Module Federation

Chewy Gem with Active Model Serializers in Ruby on Rails 5.2.3

May 3, 2019 - 6 min read

ElasticSearch with Ruby on Rails

Micro Frontends Using Single-SPA and Module Federation

Introducing new plugins in Babel to create react app

May 1, 2019 - 4 min read

A useful Babel plugins