Posts

As many other services, mkdev.me also fell prey to the recent banning campaign conducted by Roskomnadzor. It resulted in significant traffic loss, which deprived us of many potential customers. At first, users of several mobile operators couldn’t open mkdev and then even the major internet service providers started suffering from the blocks.

For the first two days we were holding out hope that common sense would prevail. But it didn’t happen and after a while it only changed for the worse, so we personally had to take control of that. And now we are going to talk about how we were fighting against the blocking of our service and finally won and saved the part of the market, which is critically important for our business.

Source de l’article sur DZONE

Back in the day, books were the only way to gain knowledge. I remember spending hundreds of hours in book stores and in the local library, digging up old books about programming. Fast forward to 2019 and my focus has almost entirely shifted to blogs. Here’s my personal list of my recommendations for .NET blogs to follow.

  1. Scott Hanselman: He really doesn’t need any introduction. Scott’s blog is one of the best resources for .NET developers. Besides blogging about .NET, Scott also writes a lot of interesting posts about productivity.

    Source de l’article sur DZONE

In this post, I’ll show you how to receive webhooks in real time from GitHub.com, even if your CloudBees Core stuff is behind a firewall. You can generalize this to other services too — such as BitBucket or DockerHub, or anything really that emits webhooks, but the instructions will be for GitHub projects hosted on github.com. The benefit, of course, is that you can use these public hosted services if you like, but your Core instances do not necessarily have to be directly open to the internet.

What Are Webhooks?

Just a very quick refresher on what webhooks are: Messages (often JSON, but not always) typically posted by HTTP(S) from a server to a client that is listening for events.

Source de l’article sur DZONE