devops
23 TopicsHow to Set-up and Host Your Own Website with an SQL Server on Azure for Students
First published on MSDN on Jul 19, 2017 Guest post by James Tavernor, Microsoft Student Partner from Imperial College LondonAbout MeHi, I’m James, I’ve just completed my first year studying Joint Mathematics and Computer Science at Imperial College London.19KViews0likes0CommentsGet started with Docker and Containers.
Docker solves a lot of problems like: - Creating a reproduceable environment, great if you want Dev, Staging and Pro environment to look the same. - Helps with onboarding. Onboarding developers used to take weeks, before they had installed all the programs, all the libraries, configured everything correctly. - Works on my machine AND in the Cloud. The Docker container is a black box that runs the same everywhere because you specify what's in there from, variables, libs, your app, and hosting layer. - Microservice architecture, a lot of system today are split up into many small pieces APIs. To build all of these small pieces you need a container technology like Docker. As a new developer, learning about using containers is a must as so many Companies use it and it's used evreywhere from Web, to ML to IoT. Here's a collection of tutorials that takes you from the very beginning.8.1KViews3likes0CommentsJupyter Notebook Workflow - DevOps for Data Science
DevOps is popular technology best practice and it is often used in combination with Python. The center of the universe for DevOps is the build server. The build server enables automation. This automation includes linting, testing, reporting, building and deploying code. This process is called continuous delivery.5.7KViews0likes0CommentsDevOps Primer (Part 1)
What is DevOps DevOps enables better communications between developers, operations, quality and security professionals in an organisation, it is not software or hardware and not just a methodology, it is so much more! What it does is bring together the people in your teams (both developers and ops people), products and processes to deliver value to your end users.5.1KViews0likes1CommentTop Tips for working with Deploying Azure App Services CI/CD Deployment Slots
The cloud enables you to minimize the cost of maintaining a test environment because you only pay for the environment resources as long as you're using them. Azure DevOps provides integration with popular open source and third-party tools and services across the entire DevOps workflow. Use the tools and languages you know. Spend less time integrating and more time delivering higher-quality software, faster.5.1KViews0likes0CommentsUnlocking the Power of Spatial Data: Azure Cache for Redis Geospatial Indexing
In the digital age, spatial data management and analysis have become integral to a wide array of technical applications. From real-time tracking to location-based services and geospatial analytics, efficient handling of spatial data is pivotal in delivering high-performance solutions.3.6KViews1like1Comment