What is your life purpose? @ Alex Pliutau's Blog
Each of us has a story. Own your story, it’s yours. Don’t pretend to be something you are not. Worrying about what people think blocks us from being real and unique. But being real is the highest truth.
People around us have a big influence over what we think and how we behave. But we need sometimes to distance ourselves from those influences and have times of silence so we can hear our true voice. That will help us to understand our life purpose.
And remember that realizing your purpose is not so hard. The hard part is keeping it with you every single day and working on yourself to to become that purpose.
相關推薦
What is your life purpose? @ Alex Pliutau's Blog
Each of us has a story. Own your story, it’s yours. Don’t pretend to be something you are not. Worrying about what people think blocks us from b
packagemain: Youtube channel about Programming in Go @ Alex Pliutau's Blog
I’m really enjoying to share some stuff about Golang and related technologies. I am blogging here and also on dev.to. But I want to try the n
Practice Go: Secret Message @ Alex Pliutau's Blog
I just created a new challenge in Practice Go collection, happy to review all possible solutions and choose the best one. Secret Message Cre
Practice Go: Mosaic Photo @ Alex Pliutau's Blog
Your mission is to write a mosaic-photo generating command line program that: Allows the user to select a target picture. Allows the user
Coming soon: Microservices with Go Workshop, Vietnam, HCMC @ Alex Pliutau's Blog
One month ago Wizline organized the Microservices with Go Workshop in Mexico, GDL as part of Wizeline Academy I am happy to announce that we’re
Practice Go: Roman Numerals @ Alex Pliutau's Blog
Create 2 functions: Encode(n int) (string, bool) - takes an integer as its parameter and returns a string containing the Roman numeral rep
Practice Go: Web Scraping @ Alex Pliutau's Blog
Web Scraping Create a function that finds the time from this http://tycho.usno.navy.mil/cgi-bin/timer.pl and then prints it by extracting t
Go tools are awesome @ Alex Pliutau's Blog
Yes, they are. And that’s why I love Go. Almost all important tools come together with Go installation, but there are also some you can inst
Using different Git emails @ Alex Pliutau's Blog
Usually at work and at home we use different Git name/email pairs, or even per project. Pushing with correct email guarantees that your commits
Deploying Facebox to AWS ECS @ Alex Pliutau's Blog
Currently I am building a product on top of face recognition functionality and I am using Facebox with go-sdk as it’s the easiest way to add
Garbage Collection in Git @ Alex Pliutau's Blog
To understand git garbage collector, we need to understand how branches work. Branches are just pointers to commits that move whenever a new c
Practice Go: Missing Numbers @ Alex Pliutau's Blog
Given an array containing all the numbers from 1 to n except two, find the two missing numbers. Example missing([]int{4, 2, 3}) = []int{1
o means open. Simple CLI tool to open repository in browser. @ Alex Pliutau's Blog
Here is my small bash function! When you run it from the terminal it opens the GitHub/BitBucket/GitLab page in your browser for the git reposi
How to build Go plugin with data inside @ Alex Pliutau's Blog
Go 1.8 gives us a new tool for creating shared libraries, called plugins! This new plugin buildmode is currently only supported on Linux. But
Getting Started with OAuth2 in Go @ Alex Pliutau's Blog
Getting started with OAuth2 in Go Authentication usually is very important part in any application. You can always implement your own aut
Building REST Server with Elixir @ Alex Pliutau's Blog
I always wanted to try Elixir because of it’s nice Erlang ecosystem and because it’s similar to Go in a lot of points. I was thinking what I c
Practice Go: Function Frequency @ Alex Pliutau's Blog
Function Frequency Given a valid Go code in gocode.txt file find top-3 used functions. Don’t count function declaration. This is a static a
Practice Go. Find Broken Node @ Alex Pliutau's Blog
We have a chain of nodes, the functionality of each node is to find if next node is working well. Unfortunately, we recently found that some
Building Google Home Action in Go @ Alex Pliutau's Blog
Google Home Google Home is a voice Assistant, similar to Amazon Alexa, but working with Google services. It has a lot of built-in integra
Slack Stranger Bot in Go @ Alex Pliutau's Blog
I am enjoying writing programs in a short time, like in a Hackathon way. Here in Vietnam we don’t have Hackathons often, so yesterday I deci