понедельник, 30 октября 2023 г.

Feature Flagging - Implementation Design - Detailed


Introduction and Overview

Feature flagging is needed to decouple the deployment of code from the release of features. This allows teams to deploy code more frequently without having to release new features to all users at once. This can be beneficial for a number of reasons:

  • Reduced risk: Feature flagging allows teams to test new features in production with a small subset of users before releasing them to all users. This can help to reduce the risk of deploying new features that have bugs or other problems.
  • Faster innovation: Feature flagging allows teams to release new features more quickly without having to wait for the entire development cycle to be completed. This can help teams to stay ahead of the competition and meet the needs of their users more quickly.
  • Improved user experience: Feature flagging allows teams to target new features to specific groups of users. This can help to improve the user experience by ensuring that users only see features that are relevant to them.

Feature Flagging - Implementation Design

 

Projects:

Projects represent the different products or applications that your team is developing.
Each project has a unique identifier.

Environments:

Environments represent the different stages of your development lifecycle, such as development, staging, and production.
Each environment has a unique token.

Features:

Features represent the different functionalities that your team is developing or has already developed.
Each feature has a unique identifier.

Usage:

  1. Developers need to create a feature flag for each new feature that they are developing.
  2. When creating a feature flag, developers need to specify the following:
    • The name of the feature
    • The description of the feature
    • The environment(s) where the feature will be available
    • The default state of the feature (enabled/disabled)
  3. Once a feature flag is created, developers can start using it in their code.
  4. To use a feature flag, developers need to check the state of the flag before executing the code that implements the feature.
  5. If the feature flag is enabled, the code will be executed.
  6. If the feature flag is disabled, the code will be skipped.

среда, 25 октября 2023 г.

IT Job Search - Recruiter's Questions

 
Examples....

Questions from recruiters:

- Where are you located?

Los Angeles

- Where is Moldo is located ?

Los Angeles

- How many years you have in AWS/GCP/Python?

вторник, 17 октября 2023 г.

Flagsmith - Setup - Feature Flagging Solution

Flagsmith makes it easy to create and manage features flags across web, mobile, and server side applications. Just wrap a section of code with a flag, and then use Flagsmith to toggle that feature on or off for different Environments, Users or user Segments 

 

*For Windows 11 with WSL enabled.

Install Docker

Download link 

Keep in mind to enable WSL when installing Docker

Setup Flagsmith Server

git clone https://github.com/Flagsmith/flagsmith

cd flagsmith

docker compose up -d

Open Flagsmith UI Console in the browser to log in for the first time: http://localhost:8000/singup

 

Install NodeJS

sudo apt install curl

curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash 

source ~/.bashrc

nvm ls-remote

nvm install 18.18.2 (put the version you need)

npm install flagsmith

npm install xhr2

пятница, 13 октября 2023 г.

Enable WSL on Window 11


Windows Subsystem for Linux is a feature of Windows that allows developers to run a Linux environment without the need for a separate virtual machine or dual booting


Run in PowerShell

wsl --install -d Ubuntu
wsl --update

in case you run into troubles when reinstalling run:
wsl --unregister ubuntu

Unlesh - Setup - Feature Flagging Solution

 

Unleash is an Open source feature flagging solution with built-in javascript which can help you create and manage feature toggles using REST API's.

*For Windows 11 with WSL enabled.

Install Docker

Download link 

Keep in mind to enable WSL when installing Docker

Setup Unleash Server

git clone https://github.com/Unleash/unleash-docker.git

cd unleash-docker

docker compose up -d

Open Unleash UI Console in the browser: http://localhost:4242/

default credentials: admin unleash4all

четверг, 2 февраля 2023 г.

Python Interview Questions



Most frequently asked questions

Data Types in Python

Text Type:str
Numeric Types:intfloatcomplex
Sequence Types:listtuplerange
Mapping Type:dict
Set Types:setfrozenset
Boolean Type:bool
Binary Types:bytesbytearraymemoryview
None Type:NoneType

воскресенье, 22 января 2023 г.

H1B Scan - How to find H1B visa sponsoship companies

 

We're looking for H1B opportunities.
The information below is to help you find right resources and info to achieve your goal.

 The H-1B is a temporary (nonimmigrant) visa category that allows employers to petition for highly educated foreign professionals to work in “specialty occupations” that require at least a bachelor's degree or the equivalent

понедельник, 16 января 2023 г.

QA Automation Interview Questions

 

Most common interview questions.
Those are provided as reference, and are subjective.

Introduce Yourself

I have 7 years of experience in manual and automation testing
Worked with Ubuntu, CentOS, MacOS, Windows 
Experienced in  Clouds: Amazon, Google, Azure

I have strong experience in: 
- automation, regression, functional, smoke testing; 
- write test cases, bug reports. 

I used:
- RobotFramework
- Selenium
- PhantomJS

Experienced in coding:
- Python
- JavaScript, 
- Typescript

Worked with Databases:
- MySQL, Postgres, MS SQL 

I'm good in scripting:
- Bash, PowerShell

Worked:
- Jenkins (including Groovy coding)
- Rundeck
- Grafana

How to get an IT Job - Europe, USA, but not limited...

 


Digest how to get an IT Job in USA, Europe.
We're covering QA, DevOps positions.
To get a job with work authorization will be way easier

RATES

QA rates in USA:
- Manual Testing - $30 - $50/h gross
- Automation Testing - $50 - $85/h gross

DevOps rates in USA:
- DevOps - $50 - $80/h gross
- Sr. DevOps - $80 - $110/h gross

*August 2022

Rates in Europe are usually twice less