coding

The Core of Web Development (HTML, CSS, and JavaScript)

When building a webpage, HTML provides the structure. It’s where you define the basic elements of the page, like the , , and various other tags that organize content. CSS comes in to define how those elements should appear visually on the page. It handles styling—everything from colors and fonts to positioning and layout. CSS

The Core of Web Development (HTML, CSS, and JavaScript) Read More »

Ansible Module in Configuring ACL

I just recently learned about this module, which is both powerful and allows me to simplify my code for updating ACL. There are numerous states/actions available depending on your requirements. refer to ansible link. https://docs.ansible.com/ansible/latest/collections/cisco/ios/ios_acls_module.html One of my use cases is to create a proposed configuration that parse data from a file and run it.

Ansible Module in Configuring ACL Read More »