Things we should value in a company

One of frequent questions we get from people reaching for guidance or mentorship is related to figuring out what are things they should look for when starting their journey, hope this blog helps a bit. Mission - what is company about, what is dream, or north star of people coming together. What kind of impact is going to have.How it is going to help you in your lifelong journey, and in the short term, for your next thing to do.
Read full post

Software Engineer Handbook

Original source in Azerbaijani: link Translator: Heller Vargas Abstract The way to the interview Programmer-engineer roles Different ways to avoid job interviews Companies career page Intra-company referral University or academic path Programming competitions or Olympiads Contributions to open sources Linkedin profile, Cover letter and Resume Interview process PHASE 1 - Telephone interview with an employee of the human resources department STAGE 2.1 - Technical stage (Homework) STAGE 2.
Read full post

Apache SkyWalking and It's Monitoring UI

Apache SkyWalking and It’s Monitoring UI What is Application Monitoring? Application monitoring tools are required to check whether the application is working and performing properly or not. Since there are many tools for Application monitoring but in this blog, we’ll talk about Apache Skywalking. Apache SkyWalking is an open source application performance monitor tool for distributed systems, specially designed for microservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures. It helps the operation and maintenance teams identify why and where the request is slow, alert them where the issue lies.
Read full post

How To Be a Front-End Engineer That Stands Out

Abstract Front-end web development is the practice of converting data to a graphical interface, through the use of HTML, CSS, and JavaScript, so that users can view and interact with that data 1. If you take a look at the first-ever website2, you can come into conclusion that being a front-end developer used to be very easy in early stages of web development; you just had to write HTML, nothing more.
Read full post

How to add post

Here are the steps you’ll want to follow while writing a blog post Fork the goupaz.com github repo Repo or repository - a directory or storage space where your projects can live. Add blog Go to the ‘blog’ section Tap on ‘data/authors’ and create your author’s name like “name-surname.yml” (as an example view the predecessor) After that return to the ‘blog’ and go to the ‘content’ Create post in ‘posts’ section with subsequent number (if last was “/post05/” yours is “/post06/") Name it appropriately (example: “how_to_write_a_post.
Read full post