article_text stringlengths 10 100k | tags stringlengths 6 263 |
|---|---|
Read this post by Ryan Pei, originally published on the Armory blog, for a guide to Spinnaker plugins and all the resources available to plugin developers. Learn how plugins enable maintainable custom stages, resource handlers, cloud provider and SDLC tool integrations, and custom dashboards for Spinnaker.
Before plug... | ['DevOps', 'Continuous Delivery', 'Spinnaker', 'Software Development', 'Site Reliability Engineer'] |
Expo is a really cool tool used in creating mobile and web applications, this tool comes pre-built with amazing API's that makes development way too easy.
When building with Expo the need to set up Continuous Integration (CI) and Continuous Delivery (CD) becomes visible especially when working on a large project with ... | ['Continuous Delivery', 'Travis Ci', 'Continuous Integration', 'Expo'] |
Let’s get started!
1. Create IAM Role for EC2 instance & CodeDeploy
From AWS Console, navigate to Identity and Access Management (IAM) .
. Select Access management then Role .
then Select Create role .
Create Role for EC2 instance
T his role will allow EC2 to communicates with CodeDeploy
Select EC2 as a use case... | ['AWS', 'Web Development', 'Continuous Delivery', 'Continuous Integration', 'DevOps'] |
Photo by Louis Reed on Unsplash
In the previous blog, we discussed some of the Unit Testing approaches Spring Boot Reactive stack using JUnit. Till this point, we have achieved the first phase of our Continuous Testing journey. In this part, we are going to discuss the next two phases -
Integration Testing, and
Comp... | ['Automation Testing', 'Microservices', 'Continuous Delivery', 'Spring', 'Reactive Programming'] |
Content
Overview and Tips
Rules!
be fast, avoid creating yaml manually from scratch use only kubernetes.io/docs for help. check my solution after you did yours. You probably have a better one!
Notices
This challenge was tested on k8s 1.18. Please let us know should you encounter any issues in the comments
how to ... | ['Continuous Deployment', 'Continuous Integration', 'Continuous Delivery', 'Cka', 'Kubernetes'] |
Content
Overview and Tips
Rules!
be fast, avoid creating yaml manually from scratch use only kubernetes.io/docs for help. check my solution after you did yours. You probably have a better one!
Notices
This challenge was tested on k8s 1.18. Please let us know should you encounter any issues in the comments
how to ... | ['Continuous Deployment', 'Continuous Integration', 'Continuous Delivery', 'Cka', 'Kubernetes'] |
The CKA exam is all about getting enough hands-on experience
Content
Overview and Tips
Be fast with Kubectl ≥ 1.18
You’ll spin up your own cluster
Every task has instructions at the beginning explaining how you set up the test environment using Vagrant and VirtualBox. This is a great way to explore Kubernetes deep... | ['Docker', 'Continuous Delivery', 'Cka', 'Kubernetes', 'DevOps'] |
Content
Overview and Tips
Rules!
be fast, avoid creating yaml manually from scratch use only kubernetes.io/docs for help. check my solution after you did yours. You probably have a better one!
Notices
This challenge was tested on k8s 1.18. Please let us know should you encounter any issues in the comments
how to ... | ['Docker', 'Continuous Integration', 'Continuous Delivery', 'Cka', 'Kubernetes'] |
Do you need your developing team to convey sans bug-free at high speed? A quick and dependable CI/CD pipeline is pivotal for doing that economically after some time.
What is a CI/CD pipeline?
A CI/CD pipeline causes you automation steps in your product conveyance process, for example, starting code constructs, runnin... | ['Continuous Deployment', 'Continuous Delivery', 'Continuous Integration', 'DevOps'] |
When Some Best Practices Break
Package manager
npm is the de facto solution to manage modules with Node.js. It’s simple and works great for independent production-grade modules.
However, it has some drawbacks when it comes to managing packages during development, particularly on a large ecosystem.
First, the proces... | ['Javascrip', 'Web Development', 'Programming', 'Continuous Delivery', 'Continuous Integration'] |
Continuous GitOps, the way to do DevOps in Kubernetes
Continuous GitOps, the new age DevOps practice to increase the delivery velocity by achieving an end to end “Git source of truth” with Zero manual changes into the Kubernetes cluster 🏄 Arun Ramakani Follow Jan 19, 2020 · 8 min read
It’s been 10 years now from the... | ['K8s', 'Gitops', 'Continuous Delivery', 'Kubernetes', 'DevOps'] |
In image 5 all the istio-proxy containers have been programmed by the Istio Control Plane and contain all necessary routing information like seen in image 3/4. The nginx container from pod1-nginx makes a request to service service-python .
The request gets intercepted by the istio-proxy container of pod1-nginx and red... | ['Kubernetes', 'Istio', 'Continuous Delivery', 'Continuous Integration', 'DevOps'] |
Mate, we all use GitFlow.
Indeed. And we all hate it sometimes, too.
How many times have you been on a project where your Pre-Prod and Staging environments have been so far behind your latest code sitting in the develop branch that you end up running demos from your Dev environment, or even on localhost ?
Here are a... | ['Continuous Deployment', 'Gitflow', 'Continuous Integration', 'Continuous Delivery', 'Branching Strategy'] |
Many development teams skip having a staging environment for their applications. They submit a PR, potentially run tests in a CI system, merge to master, and then deploy to production. This is a risky pipeline because there is no true integration environment or integration testing being performed. What’s worse is that ... | ['Staging Environments', 'Continuous Delivery', 'Hackernoon Top Story', 'Staging', 'Continuous Integration'] |
Author – Roman Rodomansky, CTO at Ralabs.
What’s the Two-Part Piece About?
We’re practicing using CI/CD (continuous integration and continuous delivery/deployment) in many projects at Ralabs. With this tool, you get to save lots of time and effort on testing and delivering applications to end-users. We want to share ... | ['Continuous Delivery', 'Docker', 'Continuous Integration', 'React'] |
Introduction
Kubernetes is getting adopted rapidly across the software industry and is becoming the most preferred option for deploying and managing containerized applications. Once we have a fully functional Kubernetes cluster we need to have an automated process to deploy our applications on it. In this blog post, w... | ['Continuous Integration', 'Circleci', 'Continuous Delivery', 'Helm', 'Kubernetes'] |
Delivery pipeline we will do
In this article, you will learn how to deploy an Angular app as static site using Staticfile buildpack on Cloud Foundry in continuous deployment approach.
There are 2 main parts :
Deploy Angular App using CLI Deploy using delivery pipeline
I will use IBM Cloud DevOps Services for automa... | ['Static Site', 'Continuous Delivery', 'Ibm Cloud', 'Angular', 'Cloud Foundry'] |
Introduction
I’m no expert on the subject, in fact I’ve only known what DevOps is for about a year. This is what lead me to having a really tough time setting this up. The goal with this article, is to both explain how to set up, but also what problems I ran into. Seeing how things update so fast in this field, I feel... | ['Jenkins', 'Continious Integration', 'Docker', 'Continuous Delivery', 'Kubernetes'] |
🤖 Service Account
Before you go ahead with submitting a new request for your IT infrastructure change, make sure you have a service account as well.
Unlike normal user accounts, service accounts are not tied to a particular employee. This is very important. When a person leaves a company, their account eventually ge... | ['iOS App Development', 'Heartbeat', 'Programming', 'Continuous Delivery', 'Fastlane'] |
So, what should a pipeline do?
I’m glad you asked. Each of the features I have included here are necessary to realise the benefits of a CI/CD pipeline. I have tried to be exhaustive but expect some variation.
Tests
This one is obvious, it should run some tests against your code. Wanna know if your code is working? R... | ['DevOps', 'Programming', 'Continuous Delivery', 'Continuous Integration', 'Software Engineering'] |
By: Chad Rempp, David Giffin and Joshua Go
This is the first in a multi-part series dedicated to explaining the “why” and “how” TrueCar moved to true CI/CD and away from Sporadic (whatever your favorite antonym of continuous is) Software Development.
It’s winding…but worth it.
For a while, it seemed like everyone wa... | ['Continous Deployment', 'Automated Testing', 'Continuous Delivery', 'Continuous Integration', 'Software Development'] |
When we introduce new releases to the production environment, there are few things that we need to watch out for. Minding how the new releases affect the overall availability of the whole system and how they affect our end users are important before deploying a new version of our software. We can minimize the risk of g... | ['Engineering Insights', 'Istio', 'Canary Deployments', 'Flagger', 'Continuous Delivery'] |
Photo by Pat Whelen on Unsplash
At TouchBistro we use a microservices approach for new products that we build. You can read more about how and why we do this in this blog post. This has allowed each team to own their code and services without disrupting other teams.
One challenge we have come across with microservice... | ['Microservices', 'Command Line', 'Continuous Delivery', 'Touchbistro', 'Software Development'] |
Since our latest release, it is possible to connect Humanitec to any existing CI pipeline to deploy container images to different environments. Read more how we help development teams to adopt DevOps best practices by allowing everyone to manage day-to-day tasks without getting lost in the complexity of Kubernetes.
Th... | ['Cloud Native', 'Continuous Delivery', 'Deployment', 'Kubernetes', 'DevOps'] |
I am a big fan of Continuous Deployment; the practice where every push of commits is automatically deployed to production. From time to time, I get the question how to get the testing procedure right in this way of working.
Leveling up in integrating code changes
Continuous Deployment is the highest level of maturity... | ['QA', 'Testing', 'Continuous Delivery', 'Ci Cd Pipeline', 'Software Development'] |
As part of a social psychology experiment carried out by Stanford University in 1969 a team of researchers left two identical cars of the same model and same color in different streets. One was left in the Bronx of New York, the other was left in a wealthy neighborhood in California. Two identical cars abandoned in two... | ['Privacy', 'DevOps', 'Continuous Delivery', 'Agile', 'Software Engineering'] |
Originally published on the Infopulse blog.
The traditional approaches to software delivery were never designed to deal with the ever-evolving environment businesses are now facing. Agile development and Continuous Delivery (CD) are the aspirational goals of many companies today. However, such operational transformati... | ['Automation', 'Automated Testing', 'Continuous Delivery', 'Software Development', 'Manual Testing'] |
How Pact works?
Pact consists of a central server which is called as broker to store and keep track of contract files between consumers and providers.
A consumer, as its name, is a service which consumes a provider which is another service which provides the expected functionality. In order to verify the compatibilit... | ['Trunk Based Development', 'Consumer Driven Contract', 'Pipeline', 'Continuous Delivery', 'Pact'] |
Steps to follow in the post
Create App Store Connect API Setup Fastlane environment (create an App ID, an App in iTunes Connect..) Setup Github Actions (set secrets) Configure Github workflow yml file Trigger workflow
1. Using App Store Connect API with Fastlane Match
Starting February 2021, two-factor authenticatio... | ['Github Actions', 'Continuous Delivery', 'Testflight', 'iOS', 'Fastlane'] |
There are plenty of articles on the internet to explain CI/CD with great details. While I was pondering to write about this topic, it didn’t make sense to add one more article in this already crowded space. So I thought of focusing on the key points which usually people misunderstand.
Just to give a little background ... | ['Continuous Deployment', 'Continuous Delivery', 'Ci Cd Pipeline', 'Agile Development', 'Continuous Integration'] |
Whenever we want to solve a problem or build something useful, we have decisions to make about the tools we choose. Choosing the right tools requires a good understanding of the problems. Often though, there is a tendency to jump to familiar tools regardless of the problem. “I love the balance of this hammer. It just w... | ['Testing', 'Software Development', 'Continuous Delivery', 'Continuous Integration', 'DevOps'] |
Technology facts:
Most of the known browsers announced they will run on Chromium. Accordingly, V8 became the base engine for most of the known browsers:
https://blog.sessionstack.com/how-javascript-works-inside-the-v8-engine-5-tips-on-how-to-write-optimized-code-ac089e62b12e
https://blog.sessionstack.com/how-javascr... | ['Plugin Architecture', 'Continuous Delivery', 'Future Architecture', 'Angular', 'Micro Frontends'] |
Full disclaimer — I don’t dislike testers! In fact, I love them! But in this story, I am going to share an experience where we had no functional testers left in my team and the net result of that was that we got better at automation, continuous delivery, DevOps and closer as a team.
A couple of months ago, the last re... | ['Automation', 'Automated Testing', 'Continuous Delivery', 'Continuous Integration', 'DevOps'] |
Why CI for gitops is not more common?
CI has been a common practice in software engineering for more than 10 years now. Hudson/Jenkins, which played a key part in popularizing it, is more than 15 years old. But still, in 2021 you’ll find plenty of git repositories used in a gitops workflow — representing an environmen... | ['Gitops', 'Continuous Integration', 'Continuous Delivery', 'Kubernetes', 'Software Engineering'] |
Serverless has brought about new horizons that were just not possible pre-cloud. A small team of developers, or even a single developer can develop a mature application in a fairly short time: “Maturity” here encompassing scaling as needs arise, security, availability, reliability, cost-effectiveness, etc. In an age wh... | ['AWS', 'Agility', 'Continuous Delivery', 'Serverless', 'Software Development'] |
By CteachC — Own work, CC BY-SA 4.0, https://commons.wikimedia.org/w/index.php?curid=8097864
Code coverage is the measure of the amount of code being executed by tests. It’s an easy number to measure and a minimum value is frequently set as a goal. What is the actual value of code coverage?
True story, I was once in ... | ['QA', 'Quality', 'Continuous Delivery', 'Continuous Integration', 'DevOps'] |
The solution
In order to safeguard productivity, you need to stay focused only on the code, and find issues quickly by receiving regular feedbacks on what you release. This is achievable only by delegating the delivery to someone specialised in it, someone that observers developers and deploys a new version every time... | ['Productivity', 'Gitlab', 'Continuous Delivery', 'Netlify', 'Continuous Integration'] |
Terraform is trendy. Many ops use it: Multi cloud support, up-to-date, large community and templates,… Its advantages are multiple. However, I’m a big fan of serverless and I preferred Deployment manager. My ops did not, because it’s sticky to GCP. And they are right.
In fact, I never liked Terraform because of this e... | ['Cloud Computing', 'Google Cloud Platform', 'Continuous Delivery', 'Terraform', 'Serverless'] |
Jenkins Cheat Sheet — Edureka
Are you a DevOps Enthusiast looking to explore different tools? If yes, then you have landed at the right place. DevOps Engineers are the most demanded and paid professionals all around the world. With this in mind let me introduce you to the most popular DevOps Tool, Jenkins. This Jenkin... | ['Jenkins Cheat Sheet', 'Jenkins', 'Continuous Delivery', 'Continuous Integration', 'DevOps'] |
Photo by Samuel Sianipar on Unsplash
In the first part of this guide, we’ve built & uploaded our iOS project locally via command line with the tools that Apple provided. But we don’t want to run these on our local machine and we don’t want to type in commands to terminal each time we want to upload an iOS app to the s... | ['Jenkins', 'Automation', 'Continuous Delivery', 'iOS', 'Continuous Integration'] |
Build Rules
To let Docker Hub know how and when to automatically build your images you can specify Build rules. You may have multiple rules that apply in parallel, effectively having multiple tags assigned to your images with just one git-push:
Build rules for tag-based and master branch automated builds
On the abov... | ['Containers', 'Docker', 'Github', 'Continuous Delivery', 'Continuous Integration'] |
Content
Part1: Merge multiple YAML files into one
Part 2 (this article): Change base YAML config for different environments
Install Kustomize
Make sure to have the latest kubectl installed because Kustomize is already included ( kubectl kustomize ). Otherwise install it manually.
What does Kustomize need server si... | ['Containers', 'Kustomize', 'Continuous Integration', 'Continuous Delivery', 'Kubernetes'] |
The real life
Whether SGML, Docbook, HTML, LaTeX, Word texts, Illustrator or any other documentation format — every format, every application and every documentation system for writing and managing texts has its advantages and disadvantages. First of all probably the entry step to learn the syntax and/or the system fo... | ['Documentation', 'Automation', 'Continuous Delivery', 'Mkdocs', 'DevOps'] |
Ever since Grady Booch coined the term Continuous Integration in his 1991 method, CI tools have been slowly taking over the workflow of programmers. However, 2011 saw the emergence of Jenkins from Oracles Hudson and hence marked a new era of wider community involvement as well as rapid adoption of tools and pipelines f... | ['Continuous Deployment', 'Continuous Delivery', 'Opinion', 'Continuous Integration', 'Software Development'] |
DevOps defines the set of principle which combines the development and Operations teams to work together
The advantage of DevOps is that it reduces the number of project required to develop the project. When compared with traditional software methodology devops uses agile methodology to speed up the work process. So l... | ['Continuous Deployment', 'Continuous Feedback', 'Continuous Delivery', 'Continuous Integration', 'DevOps'] |
ArgoCD
We were doing Helm releases using ArgoCD in combination with Flux Helm Operator. The ability to be able to get Helm values from secrets plus being able to programmatically generate Helm releases using Jsonnet made this combination really suitable for a pure GitOps workflow. It did however have one drawback. The... | ['Argo', 'Continuous Delivery', 'Helm', 'Flux', 'Kubernetes'] |
On Quality and Speed
Photo by Kevin Bhagat on Unsplash
Agile frameworks promise both higher quality and increased delivery speed. But applying a run-of-the-mill agile framework to your software development teamwork is only a first step.
What follows is a summary of a decade of readings on what your next steps might ... | ['Programming', 'Startup', 'Continuous Delivery', 'Agile', 'Software Development'] |
Earlier this year, we open-sourced the Jenkins Config-Driven Pipeline Plugin to share some work we did internally to make it easy to provide a flexible pipeline setup for engineers. Our main goal was to allow engineers to easily onboard themselves onto Jenkins without having to know Jenkinsfile or write a single line o... | ['Jenkins', 'Continuous Delivery', 'Open Source', 'Continuous Integration', 'Configuration Management'] |
Some programmers claim that there is always a dilemma between building good software and writing code quickly to achieve business goals. With CI/CD (Continuous Integration/Continuous Delivery) developers are empowered to write better software and also build products faster, which is a win for everyone.
This article is... | ['Cicd', 'Flutter', 'Continuous Delivery', 'Flutter App Development', 'Continuous Integration'] |
The buzzword you hear every other day — Continuous delivery. Everybody does it — Google, Facebook, but nobody is sharing the nitty-gritty details of how they are doing it.
In Wandera, we moved from one release done every 2 weeks to 25+
releases a week and in this article I will describe our path and what impact it ha... | ['Continuous Delivery', 'Release Management', 'Process Improvement', 'DevOps'] |
If you use Azure DevOps one of their related CI/CD offerings within this service is Azure Pipelines. I’ve been doing prototyping of various CI/CD offerings on the market and Azure Pipelines was one of them.
If you look out into the world of CI/CD it can be a vast, intimidating and confusing array of platforms and offe... | ['Azure Pipelines', 'Azure Devops', 'Continuous Delivery', 'Continuous Integration', 'DevOps'] |
The app.json file
An app.json must exist in your project directory to enable Review Apps. This configuration file specifies how each app should be built. At Clutter, our app.json file looks like this:
Sample app.json file with scripts specified
The app.json file gives us the ability to specify a postdeploy script to... | ['DNS', 'Heroku', 'Continuous Delivery', 'Ruby on Rails', 'Custom Domain'] |
With an increasing number of organisations adopting the Ambassador API Gateway as their main ingress solution on Kubernetes, we are now starting to see a series of patterns emerge in relation to continuous delivery and the testing and releasing of new functionality. The canary releasing pattern is one of the most popul... | ['Cloud Native', 'Continuous Delivery', 'Api Gateway', 'Canary Release', 'Kubernetes'] |
When you first start using CI pipelines you get addicted to them. It’s easy to see why. After all you have made a great improvement to your process and it’s so fast! Soon you start doing more and more and you realize your pipeline is not so fast. It takes 30 minutes!
Waiting 30 minutes for a pipeline to be ready is bo... | ['Continuous Deployment', 'Gitlab Ci', 'Continuous Delivery', 'Continuous Integration', 'DevOps'] |
I was asked recently about the best practice for using GitFlow with continuous integration. For those who do not know, this is GitFlow:
Post from 2010: https://nvie.com/posts/a-successful-git-branching-model/
There is no CI good practice that includes GitFlow. For continuous integration to meet the definition, these ... | ['Gitflow', 'Continuous Delivery', 'Git', 'Continuous Integration', 'DevOps'] |
Important: Make sure you have signed up & received an invitation for the Github Actions beta here to be able to follow the article.
In this tutorial, we’ll look into how to integrate Github Actions with Google Cloud App Engine to continuously deliver a (React) web application.
Our main goal is to understand how Githu... | ['Github Actions', 'React', 'Google Cloud Platform', 'Continuous Delivery', 'Software Development'] |
Acceptance testing also called user acceptance testing (UAT), determines whether a system satisfies user needs, business requirements, and authorized entity criteria. The tests are repeated every time there’s a new design when the application is developed through software development lifecycle (SDLC). In many companies... | ['Continuous Delivery', 'Agile', 'Accpetancetest', 'DevOps'] |
Software development: best practices in a deep learning environment
Deep learning systems are now being used extensively in many environments. They differ from traditional software systems in the manner through which output is generated: decisions which are made to produce results are learned from training data, rathe... | ['Continuous Delivery', 'Docker', 'Software Testing'] |
Getting started
I’m going to keep it as simple as possible and will try to explain most things as well as I can so there is not much required except:
Basic knowledge of docker
Basic knowledge of Gitlab CI (see my other post)
Have a basic understanding of how .NET Core projects are built
The project structure we wi... | ['Gitlab', 'Docker', 'Continuous Delivery', 'Net Core', 'DevOps'] |
Lean management and continuous delivery practices create the conditions for delivering software faster and sustainably. High performing IT companies, deploy releases more frequently with smaller lead times. Let’s deep dive into the meaning behind this, and how AWS helps.
Continuous Integration
Continuous Integration ... | ['Continuous Delivery', 'Docker', 'AWS', 'Continuous Integration'] |
It’s time to get involved with the Continuous Pipeline.
As a DBA, I’m sure you’re not yet intimately involved in building out the Continuous Delivery pipeline. I’m here to tell you that you should be. As you already know, your impact to the software release process is no different than a developer’s. The question you ... | ['Database Development', 'Continuous Delivery', 'Continuous Integration', 'Microservices'] |
One of the feature provided by Jenkins X is to rely exclusively on GitOps to manage environments. Let’s talk about this practice. As promised, I’ll illustrate this blog with my own drawings.
Developers and Ops used to be considered a separate group of people based on distinct mindset. Developers always want to change ... | ['Continuous Delivery', 'Jenkins X', 'Gitops'] |
Delivery
Version Control by GitHub
To effectively work on a project, we need a service that allows us to store code, connect various services to automate the development process, and provides a convenient environment for project management. GitHub is the most suitable for us.
Creating and viewing pull requests, revi... | ['Automation', 'Continuous Delivery', 'Agile', 'Workflow', 'Software Development'] |
In this blog we will try to learn how we can install TeamCity Server and Agent as docker image and required configuration.
What is TeamCity?
TeamCity is a build management and continuous integration server from JetBrains.
CI/CD Pipeline
Features of TeamCity
It provides several ways to reuse the settings of the par... | ['Continuous Delivery', 'Teamcity', 'Continuous Integration', 'Mulesoft'] |
However, someone else “accidentally” merged another pull request before and didn’t ship it to production (no issues until now), and the previously merged code contained a bug that caused a serious incident.
The first action is to revert the last known pull request, which doesn’t solve the problem and the next actions ... | ['Logistics', 'Technology', 'Sre', 'Continuous Delivery', 'Site Reliability Engineer'] |
On-Demand feature environments
In this current world, when people are moving towards trunk-based development patterns and using feature flags to have frequent deployments to reduce the time to market, Is it worth to think about having feature environments?
Short Answer: YES!!!!
Continuous Delivery has always been a ... | ['Feature Flags', 'Feature Environments', 'Continuous Delivery', 'Ci Cd Pipeline', 'Continuous Integration'] |
CI/CD (Continuous Integration, Continuous Delivery) is the practice of frequently deploying software to environments using automated deployments. Organisations use CI/CD to deploy application updates but they can also use CI/CD to deploy infrastructure updates.
In this post, we will use Terraform and Azure DevOps to b... | ['Continuous Delivery', 'Terraform', 'Azure', 'Continuous Integration', 'DevOps'] |
At Palantir, our approach to software has undergone a radical transformation in the past few years. When we first launched Gotham in 2008, cloud computing was in its infancy, and most enterprise software was still installed on customer-owned hardware. This was especially true in the large governmental organizations tha... | ['Palantirtech', 'Continuous Delivery', 'Palantir', 'Engineering', 'SaaS'] |
Make sure the role you added are as below:
AmazonEC2RoleforAWSCodeDeploy
AmazonS3FullAccess
AWSCodeDeployFullAccess
AWSCodeDeployRole
AWSCodeDeployDeployerAccess
When finish, next you must add the IAM Role to your EC2 instance. Don’t forget to reboot it to get the side effects.
Then create an access key. Enter t... | ['Continuous Deployment', 'Nodejs', 'Continuous Delivery', 'Bitbucket', 'Continuous Integration'] |
Setting up and running the Android Emulator on continuous integration (CI) or deployment (CD) is now easier than ever before with our pre-built Android Emulator Containers. These containers allow you to find and run the right version of the Emulator without the headache of dependency management, which makes it easy to ... | ['Android Emulator', 'Docker', 'Continuous Delivery', 'Android Development', 'Continuous Integration'] |
Why is bringing machine learning code into production hard?
Machine Learning applications are becoming popular in all industries, however, the process for developing, deploying, and continuously improving them is more complex compared to more traditional software, such as a web service or a mobile application. They ar... | ['Machine Learning', 'Continuous Delivery', 'Data Science', 'Artificial Intelligence', 'Open Data'] |
I recently set up Github Actions for Laravel.io so I thought I’d share what it takes to set up a Continuous Delivery pipeline with Github Actions. First, before we continue, I suggest you read this excellent blog post by my buddy Freek Van der Herten where he already explains Github Actions in great detail. A lot of my... | ['Github Actions', 'Laravel', 'Github', 'Continuous Delivery', 'Continuous Integration'] |
SEVEN NOTES FOR UNLOCKING CREATIVITY IN THE WORKPLACE.
The times when I’ve felt most alive in my business were those when we generated a creative buzz, when everyone was excited about an idea. That idea carried with it an aura, enthusiasm and its own momentum. It was always infectious and left everyone with a positive... | ['Workplace', 'Psychological Safety', 'Design Thinking', 'Creative Thinking', 'Workplace Culture'] |
Becoming the GOAT in Your Workplace
While building Blue Light over the last 7 years, I’ve had the opportunity to work with a ton of incredible people both within our walls and externally. And through that, I’ve seen some fantastic professionals and ones I’ve felt that maybe haven’t grown into their job title yet. So I... | ['Workplace Culture', 'Career Advice', 'Professional Development'] |
Pros and Cons: Working for a Big Company vs a Small Business CareerAddict Mar 22·10 min read
When it comes to our professional development, choosing a suitable career path is only one part of the equation. Another factor that is just as important is deciding the type of business we want to work for.
Unless you decide... | ['Workplace', 'Job Hunting', 'Work', 'Job Search', 'Workplace Culture'] |
Adults spend most of their waking hours at work, which is why companies are constantly thinking of innovative ways to ensure that their workers are happy and motivated in their workplace. Traditional workspaces are starting to lose their popularity, as new startups and established enterprises alike are now opting for f... | ['Workplace', 'Productivity', 'Lighting', 'Workplace Environment', 'Workplace Culture'] |
Our previous article explained that workplace bullying is a harmful, targeted behaviour that happens at work. It might be spiteful, offensive, mocking, or intimidating. It forms a pattern, and it tends to be directed at one person or a few people.
Workplace bullying is harmful to the physical and mental health of empl... | ['Employee Well Being', 'Workplace Culture', 'Workplace Bullying', 'Workplace Wellness', 'Mental Health Awareness'] |
My Goal for Women’s History Month — Create More Gender Advocates
Business team taking a selfie. Image — Bigstock/deagreez
Are you getting stuck in your efforts to advance women in your organization?
You are not alone!
What if you could:
Engage more men (and women) as advocates for gender equality?
Increase the im... | ['Inclusion', 'Change Management', 'Womens History Month', 'Workplace Culture', 'Women In Business'] |
Australia being a land of variety, has developed its own way of doing things and because of that it has come up with her own way of doing things, which includes workplace etiquette. Although there are many aspects in it, I think the most important ones are how they value punctuality, how they go about hierarchy and how... | ['Workplace', 'Team Collaboration', 'Workplace Culture', 'Teamwork', 'Leadership'] |
Charity donations from companies and corporate philanthropy provide vital funds that help nonprofit organizations fuel their missions. However, philanthropic donations go beyond the nonprofit and also help foster a sense of community and social responsibility that can have a powerful effect on the full organization. Be... | ['Nonprofit', 'Employee Engagement', 'Social Responsibility', 'Workplace Culture', 'Charity'] |
March 8th is International Women’s Day and while we think showing support for all women every day is important, today is special. On this day, we celebrate the accomplishments and achievements of inspiring women who span many generations. We celebrate the economic, cultural, and political efforts around the world, whil... | ['Company Culture', 'International Womens Day', 'Employee Engagement', 'Women In Tech', 'Workplace Culture'] |
Photo by Campaign Creators on Unsplash
It’s been 13 years since Google added the Chief Culture Officer title to HR head Stacy Sullivan. Since then, companies large and small have inserted a CCO position into their teams to preserve the “sanctity,” as Fortune magazine calls it, of a company’s corporate culture.
Is the... | ['Nonprofit', 'Workplace', 'Leadership', 'Workplace Culture'] |
The recent college admission scandal has the nation reflecting on bias and elite entitlement. For some, the story evokes visceral reactions born out of a lifetime working twice as hard to be given half a chance to succeed. Others, wrestling with their privilege, feel painfully complicit in supporting social disparities... | ['Workplace Culture', 'Inclusion', 'Diversity', 'College Scandal'] |
Klyde Rivera, Hira Durvesh and Steph Collings
We’re big on both learning and contributing here at Flipp. Culture is core to everything we do and two things we focus heavily on are coaching and fostering an owners’ culture. When it comes to coaching, our team-first attitude allows team members of all levels to share th... | ['Company Culture', 'Management And Leadership', 'Meet Flipp', 'Workplace Culture', 'Learning And Development'] |
Today, Henrike Diers is a Director in Supply Chain Management for Mobility and is a member of the Management Team in the UK. But her Siemens journey began in Berlin Schaltwerk, where she worked as an intern while earning her degree in Industrial Engineering and Management.
Talking about her career journey through Euro... | ['Travel', 'Working Abroad', 'Workplace Culture', 'Graduate School', 'Work Life Balance'] |
Imagine this: you’re given a Ziploc bag filled with pieces of coloured paper of different shapes and sizes and 15 minutes to build something. What can you create?
The 8 coloured paper cut outs of different shapes and sizes we gave participants (Patrick Dunphy/ CBC)
This was the question we posed to a group of people ... | ['Web Accessibility', 'Workplace Culture', 'Accessibility', 'A11y', 'Digital'] |
Image Credit: Pexels.com
It’s every hiring manager’s nightmare — you have found the perfect candidate for an open position, but your dream hire has another offer on the table. At this point, the candidate is weighing every element of what each company has to offer, including salary, benefits, work culture, room to gro... | ['Potential Hires', 'Employees', 'Workplace Culture', 'Employer Branding', 'Employeevalueproposition'] |
by Tatyana Frid
Photo by Nicole Wolf on Unsplash
Work can be stressful at times, and it’s even more prevalent when your once happy workplace feels uncomfortable due to tensions with a coworker or higher up. While no workplace is perfect, you shouldn’t feel as though it is ok to subjected to uncomfortable situations. ... | ['Human Resources', 'Workplace Diversity', 'Workplace Culture', 'Diversity And Inclusion', 'Toxic Workplaces'] |
From having a few screens showing content to a full company and remote-employee rollout, here’s what we’ve learned.
The phrase “Eating our own dog food” is one we use a lot in SaaS and product development. It basically means practicing what you preach; using your own tool is validation that you honestly believe it is ... | ['Workplace', 'Startup', 'Internal Communications', 'Workplace Culture', 'Digital Signage'] |
An image from Babor Cosmetic’s All Women Project included in the sample project mentioned below.
I understand how it sounds when I say that until a few weeks ago, the possibility of being turned down for a job based on the color of my skin had never crossed my mind. Not once. That my friends is privilege, and that sne... | ['Everlane', 'Workplace Diversity', 'Workplace Culture', 'Diversity And Inclusion', 'Fashion Industry'] |
Thanksgiving is the only time when having too much on your plate is a good thing
Image courtesy of Obi Onyeador
Sometimes it can feel like you’re treading water simply trying to keep yourself afloat at work. Your schedule leaves you feeling exhausted and frustrated. You don’t know when you’re going to have the time t... | ['Stress Management', 'Workplace', 'Workplace Culture'] |
The majority of tech companies have adjusted to a remote workforce during COVID-19. Some have even announced a permanent WFH option that extends beyond this pandemic.
Many of us (myself included) are spending more time than ever on video conferences that have replaced in-person meetings. As a consequence, some people ... | ['Workplace Culture', 'WFH', 'Virtual Meetings', 'Wfhcovid19'] |
Millions of LGBTQ people will have new civil rights following a decision by the Supreme Court that found employers cannot discriminate on the basis of workers being transgender or gay. On Monday, June 15, the Supreme Court ruled that it breaks federal law for employers to discriminate against people because of sexual o... | ['Workplace Culture', 'LGBT Rights'] |
My relationship with Susan was strained from the time of our initial phone conversations in May 2017. In our second conversation, on the day I accepted the position, I asked for her guidance regarding a particular issue. I don’t remember what the issue was, but I clearly remember her response. She refused to offer me, ... | ['Mistreatment', 'Workplace Culture', 'Lies', 'Academia', 'Adjuncts'] |
Three years’ worth of moving parts were set into motion with the director’s voicemail, and my skin crawls when I consider slogging through it all chronologically. The road isn’t linear; it winds excessively. In order to make sense of these last three years, it is more helpful to look at the events set in motion on May ... | ['Adjuncting', 'Workplace Culture', 'Academia', 'Classical Music'] |
Dear Andy Jassy and Adam Selipsky,
Congratulations to both of you on your new roles as the CEOs of Amazon and Amazon Web Services (AWS), respectively. This change in leadership invites reflection on where the company has fallen short in recent years while it aims to become “Earth’s Best Employer.” Sadly, Amazon termin... | ['Amazon', 'Amazon Web Services', 'Workplace Culture', 'Gender Discrimination', 'Diversity'] |
(Note that this document was originally released to IRC Leadership, via IRC’s internal website platform, in October 2020.)
FOR INTERNAL PURPOSES
To: International Rescue Committee (IRC) Leadership Board
David Miliband, President and CEO; Jeannie Annan, Chief Research and Innovation Officer, Airbel Impact Lab; Ricard... | ['Workplace Culture', 'Irc', 'Racism'] |
Image via Leeor Wild
Companies say they want employees with passion, something Guy Incognito* was happy to bring to his job. When he got a job offer for a managerial role in the tech arm of a Canadian conglomerate, he was ready to go — and delivered consistently for 10 months. Then he was called ‘too emotional’ for le... | ['Workplace', 'HR', 'Workplace Culture', 'Career Advice', 'Careers'] |
After sending this email, I was extremely anxious and nervous because I knew it would eventually get to Alex. The emails I did receive back, though not from all Board members, were supportive. I also scheduled a phone call with three of the four Board members the following Sunday to discuss. In the phone call, I encour... | ['Nonprofit', 'Board Of Directors', 'Workplace Culture', 'Sexual Harassment', 'Animal Rights'] |
Corporate wellness programs today have become extremely basic and simplistic. It’s a bunch of one-off assessments, “workshops”, and challenges. These are great until the employees don’t get long term results and a bunch of time and energy is wasted. Health effects work and work affects health! Employers are therefore l... | ['Culture', 'Workplace Culture', 'Mental Health', 'Corporate Culture', 'Health'] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.