forked from mmistakes/minimal-mistakes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (47 loc) · 3.15 KB
/
index.html
File metadata and controls
56 lines (47 loc) · 3.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
layout: splash
header:
overlay_color: "#000"
overlay_filter: "0.5"
overlay_image: /assets/images/unsplash-image-6.jpg
author_profile: false
about:
- image_path: /assets/images/bridge.jpg
alt: "Silicon Valley"
title: "About"
excerpt: "Bitflip Enterprises is a full-service tech consultancy. We leverage our decades of Silicon Valley experience along with open-source approaches to optimize your code, infrastructure and development practices from end-to-end. Additionally, we perform information security assurance assessments with our [Offensive Security](https://www.offensive-security.com/)-certified penetration testers."
id: "about"
services:
- image_path: /assets/images/sv.jpg
alt: "Silicon Valley"
title: "Services"
excerpt: "#### Backend Development
We have experience in a broad range of technical stacks, programming languages, and frameworks. From cutting-edge Javascript apps to legacy bash scripts, our consultants have seen it all, and know how to fix it and build upon it.
#### DevOps
Clean, well-tested, and easy to iterate on code is the core of engineering productivity. Our consultants have years of experience at Google, Dropbox, and small, fast-moving startups. Our expertise in software best-practices at organizations of different sizes helps you get to a more maintainable codebase, making it faster and easier to add features and fix bugs.
#### Site Reliability Engineering
Hybrid cloud environments are no problem for our Site Reliability Engineers. AWS, GCP, or on-prem: we can provide the productionization guidance you need to reliably launch, run, and scale your service to 10K users and beyond!
#### Security Engineering
Our security engineers are [OSCP](https://www.offensive-security.com/pwk-oscp/) and [OSWE](https://www.offensive-security.com/awae-oswe/)-certified. We perform web, infrastructure and network security assessments to find and patch vulnerabilities before hackers can exploit them, keeping your business safe from external threats."
id: "services"
clients:
- image_path: assets/images/psf.png
id: "clients"
alt: "Python Software Foundation"
title: "Python Software Foundation"
excerpt: "Automated Malware Detection in [PyPI](https://pypi.org/). Submitted a proposal to the [Request for Proposal](https://github.com/python/request-for/blob/master/2019-Q4-PyPI/RFP.md), wrote implementation [code](https://github.com/pypa/warehouse/pull/7377), and gave tech talks in [English](https://youtu.be/28BoQLWKGWw?t=247) and [Spanish](https://youtu.be/Lluu64ri3Qg?t=10)."
- image_path: /assets/images/ots.png
alt: "Open Tech Strategies"
title: "Open Tech Strategies"
excerpt: "Security, SRE and DevOps consulting for open source projects, and assistance in moving organizations from closed source to open source."
- image_path: /assets/images/you.jpg
alt: "you"
title: "You"
excerpt: "Get in touch for a free, 30-minute consultation."
btn_label: "Contact"
btn_class: "btn--primary"
url: "mailto:cristina@bitflipenterprises.com"
---
{% include feature_row id="about" type="left" %}
{% include feature_row id="services" type="right" %}
{% include feature_row id="clients"%}