Tagged “blogs”

All posts tagged with “blogs”:

The lessons I learned after having a micro launch of my product on Reddit

First, I'd like to introduce my product a bit. My product is a web game about 2048. I chose 2048 as the game because I was quite addicted to it when it was first released in 2014.

How I Keep My Side Project Manageable And Profitable

Hi! I’m Holger, a designer-turned-developer from Copenhagen, Denmark. In the last couple of years, I’ve been working on Online Solitaire, a website where you can play classic solitaire card games.

CSS Naming Convention

BEM is a popular naming convention for CSS class names that we use widely here at Sparkbox.

Làm sao để không bị Stress và hoàn thành công việc xuất sắc mà được sếp ghi nhận?

Với những ai có giai đoạn làm công ăn lương, hoàn thành công việc được giao trong phạm vi cam kết là trách nhiệm. Nhưng không phải lúc nào công việc cũng hoàn thành một cách xuất sắc và được sếp ghi nhận kết quả.

Getting Things Done (GTD)

Hệ thống hóa bộ não của bạn để hoàn thành công việc nhanh chóng

Polkadot Consensus Part 4 Security

So far, we have discussed how BABE creates blockchain candidates and GRANDPA finalizes them. We know that we need more than two-thirds of validators to properly follow the protocol.

#draft

Polkadot Consensus Part 3 BABE

Blind Assignment for Blockchain Extension (BABE) is a block production engine that was inspired by Ouroboros Praos, another proof-of-stake protocol.

#draft

Polkadot Consensus Part 2 GRANDPA

In the introduction to this series, I outlined that a consensus algorithm helps a network of computers answer three questions. GRANDPA addresses the second.

#draft

Polkadot Consensus Part 1 Introduction

This series will be a discussion about security and consensus in Polkadot. In part 1, we will define some terms before getting into the details of how Polkadot creates and secures blocks.

#draft

The Startup Rocket Framework

Based on decades of experience ideating, validating, creating, growing, and funding startups from both sides of the table, we - the partners and advisors behind.

#draft

Database Caching Strategies Using Redis

In-memory data caching can be one of the most effective strategies for improving your overall application performance and reducing your database costs.

#draft

What is Verifiable Random Functions?

VRF=pseudo-random function that gives a non-interactively verifiable proof of the correctness of its output.

#draft

What is the meaning of "trapdoor" in cryptography?

A trapdoor function is a function that is easy to perform one way, but has a secret that is required to perform the inverse calculation efficiently.

#draft

How to Get Rich (without getting lucky)

Làm sao trở nên giàu có mà không cần may mắn.

#draft

Tuyển tập Kỹ năng Xã hội 💃💃💃

Kỹ năng xã hội là 1 hành động cụ thể với kết quả cuối cùng sẽ giúp bạn cải thiện cuộc sống của bạn theo 1 cách cụ thể và có ý nghĩa.

Ethereum Merkle Patricia Trie Explained

Ethereum Merkle Patricia Trie Explained by Leo Zhang

#draft

Writing Style Guide

Để thành công trong giao tiếp, bạn cần giữ cho độc giả của bạn sự chú ý, và độc giả cần đọc qua tài liệu của bạn 1 cách dễ dàng, dễ hiểu.

#draft

Ngày thì dài nhưng một thập kỷ thì ngắn.

Tôi đã qua tuổi 30 vào tuần trước và 1 người bạn đã hỏi tôi nếu tôi tìm ra bất cứ lời khuyên cho cuộc sống nào trong 1 thập kỷ qua đang để truyền lại.

#draft

Làm sao để vực dậy sau một thất bại trong cuộc đời?

Nếu bạn nhìn lại các thất bại trong đời, bạn có thể sẽ tức giận vì cuộc đời này thật không công bằng. Nhưng hãy thực tế, một thất bại hay một bước tiến là một phần không thể thiếu trong cuộc sống và cuộc sống của bạn sẽ buồn tẻ đi nếu thiếu chúng.

Kỹ năng quản lý tài chính

Kỹ năng quản lý tài chính là 1 trong những kỹ năng mà khi còn trẻ mình đã không được trang bị và mình tin là rất nhiều bạn trẻ cũng tương tự như mình. Mới đây mình đã đọc được 1 bài viết rất hay của bạn Huyen Chip về mục này nên mình đăng lại ở đây để lưu cho bản thân và chia sẻ cho mọi người.

How to setup K8S Cluster on AWS by using Kops

Trong bài viết này chúng ta sẽ bàn về cách sử dụng Kops để cài đặt Cluster K8S trên AWS. Đây là 1 bài viết trong loạt bài viết về K8S của mình. Hãy share và để lại comment nêú bạn cảm thấy nó hữu ích.

How to run minikube on AWS EC2

Đây là tổng hợp ngắn của mình về cách chạy Minikube trên AWS EC2. Đây là 1 bài viết trong loạt bài viết về K8S của mình. Hãy share và để lại comment nêú bạn cảm thấy nó hữu ích.

Daily Coding Problem

One of my goals in this year is improve my coding skills, especially in algorithm and data structure. A few days ago, I discovered Daily Coding Problem so decided to give it a shot.

How to build a career in tech

Many of the most successful people you can think of asked them selves the very same thing — and they now have great advice on the topic after having carved their own unique path to where they are today.

#draft

A programming language is not just a language

In theory, a programming language is just a set of keywords, syntax, semantics and operations, with some supporting libraries. Most of programming languages have if, else, do, while, for, switch, case, when, string, array, hash ..etc.. So what’s the difference?

Why Agile doesn’t work

As Scrum is the most popular in the industry by 2018, and others are not much different, with the exception of XP, I will discuss a broad view of Agile, and use specific illustration with Scrum to explain my opinion why Agile doesn’t work.

Mutations and Optimistic UI in Apollo Client

Apollo Client là một chức năng đơn giản của GraphQL Client, làm việc với front-end và GraphQL spec-compliant server.

Linux Signals Fundamentals – Part I

A robust program need to handle signals. This is because signals are a way to deliver asynchronous events to the application.

How Linux Process Life Cycle Works

The concept of a process is fundamental concept of a Linux system. Processes can spawn other processes, kill other processes, communicate with other processes and much more.