Abbreviation Description Company . CS MRR Monthly Recurring Revenue: Monthly Recurring Revenue (MRR) is the amount of subscription revenue that a company can expect to receive on a monthly basis. To calculate MRR is to sum the monthly subscription value of all customers in a given month. Company ARR Annual Recurring Revenue: It is defined… Continue reading B2B Marketing KPIs abbreviations and descriptions
Category: English
15 things to do before an interview
15 things to do before an interview The following list outlines many of the things the best interviewees do before any interview to maximize results: Research the company. Research your interviewer. Prepare a set of questions. Conduct a mock interview. Print out physical copies of your resume. Eat a healthy meal before the interview. Clean… Continue reading 15 things to do before an interview
Install a jupyter hub with a terminal access to Linux Ubuntu 20.04 with docker
here open a terminal docker ps -a docker pull jupyterhub/jupyterhub docker run -it -p 8000:8000 –name jhubcontainer [jupyterhub/juoyterhub or the ID here] bash apt update apt-get update apt-get install -y git apt-get install npm nodejs python3 python3-pip git nano python3 -m pip install jupyterhub notebook jupyterlab npm install -g configurable-http-proxy apt-get update apt-get install zsh… Continue reading Install a jupyter hub with a terminal access to Linux Ubuntu 20.04 with docker
Understand the difference between sql statements
UNION ALL and UNION LIKE and ILIKE NOT and ! and <> DATE_PART() and DATE_TRUNC() UNION ALL and UNION UNIONThe UNION command is used to select related information from two tables, much like the JOIN command. However, when using the UNION command all selected columns need to be of the same data type. With UNION, only distinct values are selected. UNION ALLThe UNION ALL command is equal to the UNION command, except that UNION ALL selects all values. The difference… Continue reading Understand the difference between sql statements
Automate Teams with your first Python Alerting Bot
In many companies, Microsoft Teams is at the heart of corporate communications. You can talk with colleagues, plan and assist meetings, create Teams to share information and files within a project. As claimed, it is the hub of Microsoft collaboration. Today, let’s see how to empower Teams with automation and use it for sending personal or professional notifications.… Continue reading Automate Teams with your first Python Alerting Bot
how set jupyter lab running in the background of remote server
jupyter-lab shoul dbe installeed nohup jupyter-lab > output.log & to set it running to the background ps aux | grep jupyter Log in – Snapp Express to check if it is running or not. and to know the process. sudo kill 123015 to kill the process
Growth Hacking
Growth hacking could happen only after market fit. if the business is not market fit yet, we cannot grow!! Business should know it’s target customers , … , Value proposition, To UI and UX Why do we stop growing? why? 5 whys of Facebook. (کتاب نوآوری و تجربه مشتری) What is Growth hacking test oriented… Continue reading Growth Hacking
Jupyter Notebook Keyboard Shortcuts
Enter enter edit mode Shift-Enter run cell, select below Ctrl-Enter run cell Alt-Enter run cell, insert below Y to code M to markdown R to raw 1 to heading 1 2,3,4,5,6 to heading 2,3,4,5,6 Up/K select cell above Down/J select cell below A/B insert cell above/below X cut selected cell C copy selected cell Shift-V… Continue reading Jupyter Notebook Keyboard Shortcuts
SSAS Tabular Model what to install Visual studio 2019 Extensions
Microsoft Reporting Services Projects BIM Formatter MISM Normalizer Microsoft Analysis Services Projects
weeks ago Saturday DAX
calculated column in dates table = COUNTROWS(FILTER(Dates,([DateEN]<=TODAY() )&&( [DateEN] >= EARLIER(Dates[DateEN] )) &&( Dates[DayOfWeek]=7))