~/devreads

12 Nov 2020

Claudia Regio 2 min read

We are pleased to announce that the November 2020 release of the Python Extension for Visual Studio Code is now available. In this release we’re introducing the Jupyter extension, which the Python extension now takes a dependency on. The post Python in Visual Studio Code – November 2020 Release appeared first on Microsoft for Python Developers Blog.

jupyterpythonvisual studio code

Kate MacLean 1 min read

Cisco is excited to announce that Cisco Secure won three CRN’s Tech Innovator Awards in key categories including cloud security, SASE, and threat intelligence/incident response. The ability to empower solution providers with truly differentiated offerings is the crowning achievement of the CRN Tech Innovator winners and finalists for 2020. Cisco Umbrella won for best cloud […] The post Cisco Umbrella…

products servicesbest cloud security solutioncloud securitycrn tech innovator awardssase

11 Nov 2020

Rong Lu 2 min read

We’re excited to announce that we’re releasing the new Jupyter extension for Visual Studio Code today! The Jupyter extension is the latest step in our journey to bring the power of Jupyter Notebook into VS Code for a variety of languages and scenarios. Jupyter Notebook enables creating and sharing documents that contain live code, equations, […] The post Introducing the…

python

10 Nov 2020

Austin McBride 1 min read

On October 28, 2020, a joint advisory was issued from the United States Federal Bureau of Investigation (FBI), the Cybersecurity and Infrastructure Security Agency (CISA), and the Department of Health and Human Services (HHS) about an imminent threat of cyberattack on US hospitals and healthcare providers. The agencies claimed to have “credible information of an […] The post Healthcare industry…

threatsmalicious softwareprevent ransomwareransomwareransomware attack

9 Nov 2020

8 Nov 2020

7 Nov 2020

Stanko 1 min read

Created: November 2020 Size: 42x23cm Paper: Fabriano Bristol 250gsm Pens: Pigma Micron, Sakura Gelly Rolls

Stanko 1 min read

Created: November 2020 Size: 42x30cm Paper: Fabriano Bristol 250gsm Pens: Pigma Micron, Uni-ball Signo UM-153, Mechanical pencil

6 Nov 2020

5 Nov 2020

3 Nov 2020

David Walsh 1 min read

Methods like Promise.all, Promise.allSettled, Promise.race, and the rest are really excellent for managing multiple Promises, allowing for our apps to embrace async and performance. There are times, however, that limiting the number of concurrent operations may be useful, like rate limiting or simply not wanting to put a server under massive stress. Enter an simple utility for limiting Promise concurrency:…

2 Nov 2020

bohops 4 min read

Introduction In Part One, I blogged about VisualUiaVerifyNative.exe, a LOLBIN that could be used to bypass Windows Defender Application Control (WDAC)/Device Guard. The technique used for circumventing WDAC was originally discovered by Lee Christensen, however, it was not previously disclosed like a handful of others on the Microsoft Recommended Block Rules list. If you are […]

uncategorized

1 Nov 2020

30 Oct 2020

29 Oct 2020

ericlippert 6 min read

Earlier this week I was looking for an old photo, and while browsing I came across a photo I took of my whiteboard in my office at Microsoft in 2004. Or rather, it was two photos; I’ve crudely stitched them … Continue reading →

uncategorized

Chris Mills 15 min read

The time has come for Kuma — the platform that powers MDN Web Docs — to evolve. For quite some time now, the MDN developer team has been planning a radical platform change, and we are ready to start sharing the details of it. The question on your lips might be “What does a Kuma evolve into? A KumaMaMa?” The…

mdncontributionlocalizationplatformyari

Keerthana Kumar 4 min read

Welcome to the first deep dive of the Building GitHub blog series, providing a look at how teams across the GitHub engineering organization identify and address opportunities to improve our internal development tooling and infrastructure. At GitHub, we use the Four Key Metrics of high performing software development to help frame our engineering fundamentals effort. As we measured Lead Time…

Kate Studwell 2 min read

Here at GitHub, we pride ourselves on providing a first-class developer experience to you, our customers. We’re developers, too, and we love that the features that we build for GitHub.com make your day easier — and make ours easier, too. We also know that the more we invest in the infrastructure and tooling that powers GitHub, the faster we can…

28 Oct 2020

Todd Gardner 4 min read

Earlier this month, David’s heartfelt posting about leaving Mozilla made the front page of Hacker News. Traffic increased by 800% to his already-busy website, which slowed and eventually failed under the pressure. Request Metrics monitors performance and uptime for David’s blog, and our metrics tell an interesting story. Here’s what happened, why, and what you can do to prepare your…

Raviv Levi 1 min read

AV-TEST places Cisco Umbrella first in secure web gateway to protect remote workers With so many employees working remotely during the global pandemic, businesses are having an even harder time keeping their users, devices, networks, applications and data safe. According to Ponemon Institute, organizations who believed they were effective at mitigating risks, vulnerabilities and attacks […] The post AV-TEST places…

products servicesav-testdns securitydns-layer protectiondns-layer protection test

srinivas.tamada@gmail.com (Srinivas Tamada) 1 min read

Ionic is a great component framework that can build both iOS and Android apps from the same source code using Capacitor. In this video I have explained how to generate a signed Android release APK version using Ionic application and publishing on Google play store. For this process you need a Google play console subscription that costs $25 for life…

androidangularapkgoogleionic

27 Oct 2020

26 Oct 2020

David Walsh 1 min read

There are numerous reasons to want to know which files have been added or modified in a git repository, one of which is your text editor highlighting those files. Another use case is running tasks against only files which are presently changed, like lint or other validation routines. So how can we identify files which are added or changed? Like…

23 Oct 2020