How to provide 360 feedback

360 Feedback

Providing consistent and timely feedback to employees is one of the means for improvement and career growth. Organizations have different ways for employees to provide feedback to each other. In my current organization, providing feedback is one of our main focuses. We regularly talk about our feedback metric in our leadership team more frequently than any other employee engagement metric. What is 360 Feedback? There are different ways to provide feedback, with different frequencies and qualities. One of the more expensive, time-consuming ones with a higher level of quality is 360 feedback. ...

February 11, 2022 · 5 min · Amir Mohtasebi

Golang - Learning Material

This is a live document containing my recommended articles, videos, and books available I used to learn Golang over the last couple of years: [Book] An Introduction to Go Programming Language: Free book to start your journey as a beginner into Golang. [Website] Go by Example: Sample codes that teach you the fundamentals and best practices. [Website] Go Proverbs: Simple, Poetic, Pithy. [Video] Cuncurrency Patterns: Google I/O 2012 - Go Concurrency Patterns. [Blog] Anatomy of Channels in Go: All you need to start working with Channels. [Book] Cloud Native Go: A book focused on building cloud-native appliations and writting Golang applications with resilience in mind. Includes good sample codes on how to implement patterns such as circut breakers, retries, timeouts, fan-in/out. [Podcast] Go Time: Go Time podcast. [Blog] Style Guide for Packages: Blog post on how to style Go packages.

November 22, 2020 · 1 min · Amir Mohtasebi

Golang - Setting up Dev Environment

After a little of back and forth and using different IDEs I documented my preferred set up here: Install Golang Install the latest version of Golang from here. IDE I chose to use Visual Studio Code because it is free and it has better support for Golang than (almost) any other IDE outide. Extension In order to configure VS Code to support Golang, you need to install vscode-go extension. Then: Open VS Code, Hold cmd+shift+p, Select Install/Update Tools This will install the following packages: ...

December 4, 2017 · 1 min · Amir Mohtasebi

Golang Series

These are a series of posts explaining how I set up my preferred Golang web API project that is ready for production. You can leave comment here or raise an issue on Github in case you think there is a better way of doing things. Part 1: Setting Up Your Dev Environment Part 2: Learning Material Part 3: Debugging Go Apps Remotely

December 3, 2017 · 1 min · Amir Mohtasebi
Mastodon