One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Verifying that +iradche is my blockchain ID. https://onename.com/iradche |
https://zapier.com/engine/hydrate/301896/.eJxdUMGKgzAU_BXJYU_dGjW1rVD2tGVPC8uWSpeCpPHFSjUpGrGl9N83JoKhl5d5kzeTyXugUrSKCgZZmaMkildBGC_CGeIlVHkmaA0o0U0FaIbYGdglu8BdD-JgtY41JYUCoTJ1vw6D33rq0tOmaFHyQF1Tae6s1LVNfD-XrJ0XUhYVzJmsfQ6Qt5rtRSVpPlx3tbZqfbhdZaP8T3N8lPkm4OkXwAGn8Zb2h0O_v3cpLffv_IftA_FbpLtd9NdW0RJE8WbVW9nUVG206U1H4qbTWcZelaoa4h47TAIYasRNNZhgg3ODTwavPXOQaSii5joymJm6cGShKzAehHuTgiwdRTDpRm_rCt7rQzYZsQLsHe0HQtOGjiN5zROtLGMdQ8d4fNGmjh0ddxijJjaP3RcJnWx42tTIg7s1mwA7-6KjK0LP5z9W8cLI:1fFqrY:Fe_7XekhLf8bAWObr3cMLwwxmBk/ |
Data Scientist | |
London, England, United Kingdom · Technology | |
DESCRIPTION | |
A LITTLE ABOUT US :thinking_face: | |
From clunky apps to hidden fees, banking as we know it is broken. So we decided to build a company from the ground that would challenge the bigger players and reinvent how people interact with their money - for the better. | |
Traditional banks are slow and expensive. Realistically, you’re nothing but a number to them with dollar signs attached. So, one continent at a time, we plan on changing this. | |
This may sound a little salesy, but we’ve signed up more than 1.5m customers without spending a single penny on marketing. It’s simple really: if you solve an everyday problem, you don’t need to spend a gazillion dollars on fancy marketing campaigns. | |
OUR CULTURE :couple: | |
To put it bluntly - it’s about getting shit done and owning what you do. We don’t hide behind fancy job titles or set up bureaucratic processes. Instead we treat our people equally, fairly and give them a ton of freedom and autonomy to create som |
PROFI.RU — один из крупнейших сервисных маркетплейсов в Европе и мире с ∼3М клиентов в год и ∼400 тысячами специалистов на платформе. Мы строим горизонтальный маркетплейс услуг, на котором можно найти профессионала в любой области. Лидирующие категории на данный момент: репетиторы, мастера ремонта, бьюти-мастера. Мы создаём продукт мирового класса в услугах, чтобы сделать повседневную жизнь миллионов людей удобнее. Пусть люди занимаются своим делом и будут профессионалами в нём, а наши профи помогут со всем остальным. | |
Продвинутая аналитика и машинное обучение с каждым днём проникают во все части нашего продукта. У нас есть небольшой отдел из двух junior data scientists и одного middle-DS, а также отдел из 12 продуктовых аналитиков. Недавно стало понятно, что этого недостаточно. | |
Мы хотим построить мощную практику работы с большими данными in-house и готовы на многое ради этого, потому что верим: с применением технологий машинного обучения наш продукт может стать значительно лучше. | |
Мы ждём, ч |
Chief Data Officer | |
Informatica 121 reviews - Redwood City, CA 94063 | |
Position summary | |
The CDO is the executive who bears enterprise-wide responsibility for enabling and fostering value creation from the use of the organization's data assets, as well as the external data ecosystem. This role is expected to drive value creation through data identification, exploitation, creating data-enabled strategies as well as enabling all forms of business outcomes through analytics, data and analytics governance, enterprise information policy, and business process. | |
The CDO is also expected to drive all enterprise analytics and be responsible for decision making affecting analytics, directing analytics processes, and for using analytics to drive innovation and enterprise objectives. Moreover, the CDO is the senior-most executive with responsibility for aligning data policy and administration with relevant regulatory, industry, information security, legal and ethical corporate policies and mandates. | |
Reporting to the CI |
Chief Data Officer | |
AIG Philippines Inc. - New York, NY | |
AIG Employee Services, Inc. | |
AIG is looking for an experienced candidate to lead our data transformation efforts. The candidate will drive strategy and execution for legacy technology data projects while defining and driving the firm’s “Cloud First” strategy. This is an ideal role for someone with deep experience in technology transformation in the Financial Services industry, and the candidate must have a solid understanding of the transformational value cloud technologies. | |
Candidate will lead development and adoption of the “Cloud First” firm-wide strategy. The candidate will be accountable for the Corporate Systems Cloud data transformation thru internal and external data partnerships. The Right Person will drive data transformation efforts to AWS and other Cloud platforms for Big Data, while expanding functionality across data lakes and big data stores, data warehousing, distributed analytics, real-time streaming. These building blocks – along wit |
Chief Data Scientist | |
Mountain View, CA | |
GroundTruth, is a global location technology company that drives results with real data. We believe in the power of place. Build your brand, increase sales and more by building off what real people are doing in the real world, mapped using our proprietary Blueprints technology. GroundTruth delivers superior consumer insights by seeing more people and places than anyone else, with an unrivaled first-party database of 150 million active monthly users, across 100 million places and points of interest. GroundTruth currently serves 21 countries globally. Learn more: www.GroundTruth.com | |
We are looking for a dynamic and proven chief data scientist to head our data science team. The person will lead and grow a team of smart researchers and engineers to address challenging data problems in the exciting location domain. Additionally, the chief data scientist is a machine learning expert who is knowledgeable in advertising industry and is interested in leading research on the new |
Ansible playbook to setup HTTPS using Let's encrypt on nginx. | |
The Ansible playbook installs everything needed to serve static files from a nginx server over HTTPS. | |
The server pass A rating on [SSL Labs](https://www.ssllabs.com/). | |
To use: | |
1. Install [Ansible](https://www.ansible.com/) | |
2. Setup an Ubuntu 16.04 server accessible over ssh | |
3. Create `/etc/ansible/hosts` according to template below and change example.com to your domain | |
4. Copy the rest of the files to an empty directory (`playbook.yml` in the root of that folder and the rest in the `templates` subfolder) |
## Credits to John Lieske - https://www.ansible.com/blog/getting-started-writing-your-first-playbook | |
--- | |
- name: Install nginx | |
hosts: host.name.ip | |
become: true | |
tasks: | |
- name: Add epel-release repo | |
yum: | |
name: epel-release |