How to create Icon Hover Effects with Transitions and Animations using HTML & CSS?

In this blog, I am creating a Icon Hover Effects with Transitions and Animations & awesome pulse effect using HTML & CSS. So, Let’s create an index.html & style.css below-

Awesome pulse effect using css animations
Icon Hover Effects with CSS Transitions and Animations before hover
Icon Hover Effects with CSS Transitions and Animations after hover
Tagged : / / / / / /

How to create a button-shaking hover effect animation & lighting text animation using HTML & CSS?

In this blog, I am creating a button-shaking hover effect animation & lighting text animation using HTML & CSS. So, Let’s create an index.html & style.css below-

Animated button with CSS animation before hover

Animated button with CSS animation after hover

Animated text background with css animation
Lighting text with CSS animation
Button shaking hover effect with CSS animation before hover

Button shaking hover effect with CSS animation after hover

Tagged : / / / / / /

How to Uninstall/Remove Package in Laravel?

composer remove VenderName/PackageName – The remove command removes packages from the composer.json file from the current directory.

Syntax :- composer remove VenderName/PackageName

Syntax:- composer remome VenderName/PackageName1

VenderName/PackageName2

If you want to remove more than one package then you have to run this command.

Ex:- composer remove fzaninotto/faker

–dev: It remove packages form require-dev

This means, if it is in require-dev, then you have to remove it from there, then for this, you have to flag the dev.

Ex: composer remove fzaninotto/faker –dev

Tagged : / / /

What are the roles and responsibilities of Azure DevOps?

Azure DevOps has a great growth in coming times and promising future. The practise of DevOps is increasing day by day in IT domain. The demand for the Azure DevOps is well shown in the salary structure in India for them. This particular blog is all about the future of Azure DevOps in different areas of the IT industry and opportunities you have.

Azure DevOps is a modern DevOps tool which is used to developing, testing and deploying modern apps through optimized cycle to provide a quality delivery of applications to users. It provides so many of tool which can helpful in tracking software building progress and also helpful for taking decision to deliver great software to the end users. The main thing is Azure DevOps services are not dependent on cloud platform.

Who is an Azure DevOps Engineer?

An Azure DevOps engineer responsible for processes, tools, and introduces methodologies to balance requirement during the period of the software development, from coding and deployment, to maintenance and updates. As we know development teams and IT operations teams have different skills and different goals at the time of working.

They help you by streamline product delivery by optimizing practices, improving communications and collaboration, and also creating automation.

What are the roles and responsibilities of Azure DevOps?

DevOps Engineer are someone who work with developers or IT team to oversee the releases of code. Azure DevOps Engineer is someone who understand the Software Development Lifecycle and also familiar with various automation tools for developing digital pipelines known as CI/ CD pipelines.

Responsibilities of an Azure DevOps Engineer

Management

  • This role of a DevOps to involves coordinating the efforts of product design and also  for development with more business oriented operations and successful  launches new product.

Design and Development

  • For an organization, Design and development of infrastructure is one of the most important responsibilities of a DevOps Engineer, they also deploy automation which reduces risk management and uphold the infrastructure of the organization.

Collaboration and Support

  • Extensive collaboration is required to achieve good results. All of this monitoring from technical analyses to deployment and handled, done with the focus to improve overall system scalability and reliability.

Knowledge

  • DevOps engineers have to stay on top of industry trends and best practices recognizing opportunities for automation, design development, and other solutions in a comprehensive manner to boost operational efficiency.

Versatile Duties

  • DevOps Engineers have to be adaptive and always ready to take variety of work with time.

Roles of Azure DevOps Engineer

Designing DevOps Strategy—

  • Recommend a migration and consolidation strategy for DevOps tools
  • Design Associate in Nursing implement an Agile work management approach
  • Make a top quality strategy
  • Design a secure development method
  • Create a tool integration strategy

Implementing DevOps Development Processes—

  • Design a version management strategy
  • Integrate supply management
  • Manage build infrastructure
  • Implement code flow
  • Implement a mobile DevOps strategy
  • Managing application configuration and secrets
  • Also check: our web log on Azure DevOps For Beginners

Implementing Continuous Integration—

  • Manage code quality and security policies
  • Implement a instrumentation build strategy
  • Implement a build strategy

Implementing Continuous Delivery—

  • Design a unleash strategy
  • Set up a unleash management advancement
  • Implement Associate in Nursing acceptable readying pattern

Implementing Dependency Management—

  • Design a dependency management strategy
  • Manage security and compliance
  • Also check: summary of AZ-300 examination

Implementing Application Infrastructure—

  • Design Associate in Nursing infrastructure and configuration management strategy
  • Implement Infrastructure as Code (IaC)
  • Manage Azure Kubernetes Service infrastructure
  • Implement infrastructure compliance and security

Implementing Continuous Feedback—

  • Recommend and style system feedback mechanisms
  • Implement a method for routing system feedback to development groups
  • Optimize feedback mechanisms

Conclusion

So many big fortune companies along with many start-ups or small businesses are required with an Azure DevOps Engineer who is certified. Not to worry about the job you get or salary offer to you after the completion as a certified Azure DevOps Engineer, just focus on enhancing your real-time experience if you planned to be a part of any big renowned organizations and dream job with the salary you wished for.

As an Azure DevOps engineer, the national average salary is $105,114.

If you want to know more about the world of DevOps and planning to be an Azure DevOps Engineer, then I would like to suggest you DevOpsSchool, one the top institute for Mater in Azure DevOps Certification and training program (AZ-400). We provide you the best instructors who are highly qualified professionals, have more than 10 years of working and teaching experience.

If hope you find this blog helpful and informative about Azure DevOps.

Thank you!!

Tagged : / / / / / /

Bootstrap: Utilities “Flex”

Bootstrap utilities Flex utility can be used to manage the layout, alignment, grid columns, navigation, and other components of the page.

All flex classes come with additional responsive classes, which makes it easy to set a specific flex class on specific screen size.

The * the symbol can be replaced with sm, md, lg or xl, which represents small, medium, large or xlarge screens.

Class Description
.d-*-flexCreates a flexbox container for different screens
.d-*-inline-flexCreates an inline flexbox container for different screens
.flex-*-rowDisplay flex items horizontally on different screens
.flex-*-row-reverseDisplay flex items horizontally, and right-aligned, on different screens
.flex-*-columnDisplay flex items vertically on different screens
.flex-*-column-reverseDisplay flex items vertically, with reversed order, on different screens screens
.justify-content-*-startDisplay flex items from the start (left-aligned) on different screens
.justify-content-*-endDisplay flex items at the end (right-aligned) on different screens
.justify-content-*-centerDisplay flex items in the center of a flex container on different screens
.justify-content-*-betweenDisplay flex items in “between” on different screens
.justify-content-*-aroundDisplay flex items “around” on different screens
.flex-*-fillForce flex items into equal widths on different screens
.flex-*-grow-0Don’t make the items grow on different screens
.flex-*-grow-1Make items grow on different screens
.flex-*-shrink-0Don’t make the items shrink on different screens
.flex-*-shrink-1Make items shrink on different screens
.order-*-0-12Change the order from 0 to 12 on small screens
.flex-*-nowrapDon’t wrap items on different screens
.flex-*-wrapWrap items on different screens
.flex-*-wrap-reverseReverse the wrapping of items on different screens
.align-content-*-startAlign gathered items from the start on different screens
.align-content-*-endAlign gathered items at the end on different screens
.align-content-*-centerAlign gathered items in the center on different screens
.align-content-*-aroundAlign gathered items “around” on different screens
.align-content-*-stretchStretch gathered items on different screens
.align-items-*-startAlign single rows of items from the start on different screens
.align-items-*-endAlign single rows of items at the end on different screens
.align-items-*-centerAlign single rows of items in the center on different screens
.align-items-*-baselineAlign single rows of items on the baseline on different screens
.align-items-*-stretchStretch single rows of items on different screens
.align-self-*-startAlign a flex item from the start on different screens
.align-self-*-endAlign a flex item at the end on different screens
.align-self-*-centerAlign a flex item in the center on different screens
.align-self-*-baselineAlign a flex item on the baseline on different screens
.align-self-*-stretchStretch a flex item on different screens
Tagged : / / / / / / / /

Bootstrap: Utilities “Embed”

Bootstrap embeds is a utility that helps you insert video or slideshow in the page keeping width of the parent and scales on any device.

Tagged : / / / / / / / / / /

Bootstrap: Utilities “Display”

Bootstrap utility display changes the value of the property with our responsive display utility classes. We purposely support only a subset of all possible values for display. Classes can be combined for various effects as you need.

Screen SizeClass
Hidden an element.d-none
Hides an element on a specific screen size.d-*-none
Hidden only on xs.d-none .d-sm-block
Hidden only on sm.d-sm-none .d-md-block
Hidden only on md.d-md-none .d-lg-block
Hidden only on lg.d-lg-none .d-xl-block
An element inline.d-inline
An element inline on a specific screen size.d-*-inline
An element inline-block.d-inline-block
An element inline-block on a specific screen size.d-*-inline-block
An Element display as a table.d-table
An element display as a table on a specific screen size.d-*-table
An element display as a table cell.d-table-cell
An element display as a table cell on a specific screen size.d-*-table-cell
An element display as a table row.d-table-row
An element display as a table row on a specific screen size.d-*-table-row
Creates a flexbox container and transforms direct children into flex items.d-flex
Creates a flexbox container on a specific screen size.d-*-flex
Creates an inline flexbox container.d-inline-flex
Creates an inline flexbox container on a specific screen size.d-*-inline-flex

Syntax:-

<div class="container mt-4">
  <h2>Display Inline Block</h2>
  <p>Use the d-inline-block class.</p>
  <div class="d-inline-block">Inline block DIV.</div>
  <div class="d-inline-block">Inline block DIV.</div>
</div>
Tagged : / / / / / / / /

Bootstrap: Utilities “Color”

Check the enhanced Bootstrap 4 Text colors — Convey meaning through color with a handful of color utility classes.

The classes for text colors are:

:- .text-muted, .text-primary.text-success.text-info.text-warning.text-danger, .text-secondary.text-white.text-dark.text-body (default body color/often black) and .text-light.

The classes for background colors are: 

:- .bg-primary.bg-success.bg-info.bg-warning.bg-danger.bg-secondary.bg-dark and .bg-light.

Tagged : / / / / / / /