DHVC

dhvc-logo

DHVC is a venture capital firm based in Palo Alto, California. We invest in Enterprise, Consumer, FinTech, and Healthcare sectors. Our team brings together decades of combined experience in entrepreneurship, operations, investment, and research to serve our portfolio companies in growing and achieving success.

#SimilarOrganizations #People #Financial #Event #More

DHVC

Social Links:

Industry:
Finance Financial Services Venture Capital

Founded:
2013-01-01

Status:
Active

Email Addresses:
[email protected]

Technology used in webpage:
Viewport Meta IPhone / Mobile Compatible SSL By Default Apple Mobile Web Clips Icon Content Delivery Network Google Apps For Business ReCAPTCHA GStatic Google Static Content Sectigo SSL Sectigo Domain SSL


Similar Organizations

dux-capital-logo

Dux Capital

Venture Capital Early Stage Fund committed to invest in Latinx Startups operating in US and across LATAM

investo-logo

Investo

Seed capital firm based in San Francisco and Mexico City.

venrock-logo

Venrock

Venrock is a venture capital firm investing in technology and healthcare companies.

Current Employees Featured

andrew-gu_image

Andrew Gu
Andrew Gu Founding Partner @ DHVC
Founding Partner
2013-01-01

shoucheng-zhang_image

Shoucheng Zhang
Shoucheng Zhang Founding Chairman @ DHVC
Founding Chairman

rachel-wan_image

Rachel Wan
Rachel Wan Executive Director @ DHVC
Executive Director
2014-01-01

kevin-ding_image

Kevin Ding
Kevin Ding Partner @ DHVC
Partner
2013-01-01

judy-yan_image

Judy Yan
Judy Yan Partner @ DHVC
Partner
2015-01-01

ali-farahanchi_image

Ali Farahanchi
Ali Farahanchi Partner @ DHVC
Partner
2016-01-01

Founder


andrew-gu_image

Andrew Gu

shoucheng-zhang_image

Shoucheng Zhang

Investments List

Date Company Article Money raised
2022-06-07 MachineFi Lab DHVC investment in Seed Round - MachineFi Lab 10 M USD
2022-05-18 BitKeep DHVC investment in Series A - BitKeep 15 M USD
2022-01-21 BabylonChain DHVC investment in Seed Round - BabylonChain 6.2 M USD
2021-12-30 Overeality DHVC investment in Seed Round - Overeality 5 M USD
2021-12-06 InfStones DHVC investment in Series B - InfStones 33 M USD
2021-10-22 GreenPark Sports DHVC investment in Series B - GreenPark Sports 31 M USD
2021-06-21 Meson Network DHVC investment in Venture Round - Meson Network 3.5 M USD
2021-06-16 Dtravel DHVC investment in Seed Round - Dtravel 5 M USD
2021-05-26 Engine Biosciences DHVC investment in Series A - Engine Biosciences 43 M USD
2021-05-24 Chia Network DHVC investment in Series D - Chia Network 61 M USD

Newest Events participated

global-disruptive-innovation-summit-blockchain-investment_event_image Participated in Global Disruptive Innovation Summit: Blockchain Investment on 2018-10-01 as sponsor

the-blockchain-connect-conference-2018_event_image Participated in The Blockchain Connect Conference 2018 on 2018-01-26 as organizer

stanford-blockchain-protocol-analysis-and-security-engineering-2018_event_image Participated in Stanford Blockchain Protocol Analysis and Security Engineering 2018 on 2018-01-24 as sponsor

high-impact-ventures-in-the-hardware-ecosystem_event_image Participated in High-Impact Ventures in the Hardware Ecosystem on 2015-11-11 as organizer

More informations about "DHVC"

Cache-Control header - MDN Web Docs

Jul 4, 2025 The HTTP Cache-Control header holds directives (instructions) in both requests and responses that control caching in browsers and shared caches (e.g., Proxies, CDNs).See details»

nocache - npm

Middleware to destroy caching. Latest version: 4.0.0, last published: 2 years ago. Start using nocache in your project by running `npm i nocache`. There are 492 other projects in the npm โ€ฆSee details»

Is there a <meta> tag to turn off caching in all browsers?

I found that Chrome responds better to Cache-Control: no-cache (100% conditional requests afterwards). "no-store" sometimes loaded from cache without even attempting a conditional โ€ฆSee details»

Cache directive "no-cache" | An explaination of the HTTP Cache โ€ฆ

Cache directive "no-cache" An explaination of the HTTP Cache-Control header The Cache-Control header is used to specify directives for caching mechanisms in both HTTP requests โ€ฆSee details»

What does NOCACHE do? | Tek-Tips

Nov 16, 2003 The NOCACHE option specifies that the blocks retrieved for the table are placed at the least recently used end of the LRU list in the buffer cache when a FULL table scan is โ€ฆSee details»

Web Performance Using HTTP Caching: Understanding Headers, โ€ฆ

Oct 15, 2023 In this blog, weโ€™ll delve into the intricacies of HTTP caching, focusing on essential concepts such as cache headers, max age, no-cache headers, 304 Not Modified responses, โ€ฆSee details»

Dockerfile -no-cache - Dockerpros

The `--no-cache` option in Dockerfile builds instructs Docker to bypass the cache for all layers, ensuring that the latest versions of dependencies are used. This can be critical for maintaining โ€ฆSee details»

Azure CDN CONFIG_NOCACHE - Microsoft Q&A

Mar 31, 2023 I have configured caching for one or the URL path with wild card which is accessing the Dynamic Images from my application, when I check from the browser I see โ€ฆSee details»

Clean Image Docker Build Using โ€œโ€“no-cacheโ€ โ€“ TheLinuxCode

Oct 27, 2023 The --no-cache flag forces a full clean Docker image build without any cached layers. Use clean --no-cache builds for dependency changes, build tooling changes, Dockerfile โ€ฆSee details»

GitHub - helmetjs/nocache: Middleware to disable client-side โ€ฆ

Middleware to disable client-side caching. Contribute to helmetjs/nocache development by creating an account on GitHub.See details»

How to force Docker for a clean build of an image

Feb 24, 2016 docker build --no-cache or with docker-compose build : docker-compose build --no-cache We could also combine that to the up sub-command that recreate all containers: โ€ฆSee details»

Prevent unnecessary network requests with the HTTP Cache

Nov 5, 2018 The browser&#39;s HTTP Cache is your first line of defense against unnecessary network requests.See details»

CacheControlHeaderValue.NoCache Property โ€ฆ

Remarks This property represents the "no-cache" directive in a cache-control header field on an HTTP request or HTTP response. When the NoCache property is set to true present in a โ€ฆSee details»

Why both no-cache and no-store should be used in HTTP โ€ฆ

The no-cache directive in a response indicates that the response must not be used to serve a subsequent request i.e. the cache must not display a response that has this directive set in the โ€ฆSee details»

regex - Adding ?nocache=1 to every url (including the assets like ...

Jul 12, 2016 Alright, this is due to the pain that godaddy gives me by implementing their own caching in a MANAGED WORDPRESS hosting. I looked it up and as it turns out, their flush โ€ฆSee details»

What is the difference between no-cache and no-store in Cache โ€ฆ

95 I don't find get the practical difference between Cache-Control:no-store and Cache-Control:no-cache. As far as I know, no-store means that no cache device is allowed to cache that โ€ฆSee details»

Des Moines IA News and Weather - Iowa News - KCCI 8 News

Get the latest Des Moines news and weather. The KCCI news team brings you the best in local coverage and all the top stories from across the state.See details»

How To Clear FiveM Cache (Client) Safely โ€“ Errors & FPS Fix

Jun 10, 2025 FiveM Cache: Quickly clear your cache with our stepโ€‘byโ€‘step guideโ€”boost performance now. Try it today!See details»

National Tournament Message | National Speech & Debate โ€ฆ

Connect. Support. Inspire.UPDATE: 6/19 at 9:03 p.m. Statement from Executive Director J. Scott Wunn West Des Moines, IA (June 19, 2025) โ€” On Thursday afternoon, an unidentified โ€ฆSee details»

How to Clear the Cache and Cookies in Your Web Browser

Why Clear Cache and Cookies? Clearing the cache and cookies from a web browser is an important first-step for almost any troubleshooting for internet browsing. The 'cache' is a tool โ€ฆSee details»