Ghost Theme Development Using Visual Studio Code Remote Development With Containers Earlier, I've introduced Visual Studio Remote Developmen [https://geeklearning.io/introduction-to-visual-studio-code-remote-development/]t and you might be wondering what a practical use case would be. In this post, I'll try to guide you through
vscode Introduction to Visual Studio Code Remote Development A couple of weeks ago, Microsoft released an extension for Visual Studio Code [https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack] which enables Remote development. Remote development, what's that? Is it to develop
React React with Typescript in 2019 I recently change the main framework I work with from Angular to React. And to be honest I quite enjoy React and I can now understand the popularity of the framework. However there's
Continuous delivery for your Ghost Theme I've had so many drafts and blog post ideas about ghost. However, they never went through. Why? Most of it was related to me self hosting it and I was wondering if the
What the hell!? I can't deploy my dacpac to Azure SQL! When dealing with databases in the cloud, you have various choices of strategy to update its schema and run data migrations. Most of people will pick some ORM migration tooling. However if the
security Hardening the security of your Asp.Net Core apps I recently had to go through a third party penetration testing process. This is something you will eventually have to do as part of you development lifecycle if you have a customer who
monitoring Application Insights extensibility : tricks worth knowing #2 In my previous post [https://geeklearning.io/application-insights-extensibility-tricks-worth-knowing-1/] about Application insights, I showed how to drop irrelevant dependency telemetry events. In this post we will do quite the opposite. We will enrich existing
monitoring Application Insights extensibility : tricks worth knowing #1 Application Insights [https://azure.microsoft.com/fr-fr/services/application-insights/] is a great web application monitoring and analytics tool. If you are not familiar with it, you should definitely have a look. You can
azure Monitor your Angular app with Application Insights You've built an amazing product or app. Now it's live time but how do you support an application in production? On part of the answer to that question is with a good monitoring
Angular AOT / Webpack memory trick If you're dealing with a growing javascript app, you might reach that point where your build scripts will run out of memory. Wait what? I have 16 GB on my machine, how can
devops Generate Your Icons And Splashcreens Or Any Scaled Assets In this article you'll learn on of our trained monkey trick to handle a boring task such as generating Icons, Splashscreens or any kind of assets you must produce in various sizes. But
Our story about delivering open source software. It's been a few months since we launched our first Visual Studio Team Services Extensions. We are thrilled to see you already love them with a bit more than 1 thousand downloads and
devops Npm Install Drives You Crazy? Yarn And Chill! If you ever dealt with npm install in continuous integration environment, you know the pain. Facebook just introduced Yarn [https://code.facebook.com/posts/1840075619545360/yarn-a-new-package-manager-for-javascript/?pnref=story] . When I tried it, it
azure Make your Azure preproduction environment a useful reality A few months ago, Adrien wrote about a good way to deploy your web apps to Azure [https://geeklearning.io/a-successful-azure-web-app-deployment-process/]. If you haven't already, this is definitely worth reading. The thing is,
dotnet Dotnet Core Storage, cloud or file system storage made easy If you ever dealt with file storage during cloud development, you are probably familiar with solutions like Azure blob storage or Amazon S3. They are powerful solutions to store large amount of files
webdev Asp.net 5.0 install SecretManager The Asp.net documentation is still in progress and it is not always accurate or up to date. If you try to work with SecretManager and beta7 you might find trouble installing it.
azure Geek Learning @ //Build/ We had the chance to attend //Build/ 2015, the Microsoft annual developer conference. Once again, it took place at the Moscone Center, right in the heart of San Francisco. This year, there was
javascript The solution to get mixpanel-js to work in your cordova app I updated mixpanel-js to support localStorage and proper cordova support. This code is available on my fork and I submitted a pull request. It's likely to be merged soon. Let's discover together why
nodejs Nodejs Logging with Bunyan and Azure In this article you will learn how to install bunyan, store your logs in azure tables and perform log queries. A while ago we started a mobile app development and we decided to
guidance Internationalization and localization, take a good start ! This article will guide you through internationalization (i18n) and localization process. Discover 4 good reasons to do it now and learn how to do it right. Why should I care now? Let's imagine