CloudOpsAcademycloudopsacademy.online·Nov 17, 2023Project 8 - End To End DevOps CI/CD ProjectStep 1 :- Launch an ec2 instance (t2.medium, ubuntu ) and login to it and allow all traffic in security group . Step2 — install jenkins on it and login to it. sudo apt-get update curl -fsSL https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key | ...DiscussProjectsDevops
Jhordy Gavinchublog.jhordyess.com·Oct 11, 2023Web Design for Mobile: Adding Custom Devices in FirefoxOne of the key best practices in developing websites is to consider mobile devices as the primary platform, given the increased usage of smartphones for internet browsing. This tutorial focuses on adding custom devices in Firefox for testing your web...DiscussResponsive Web Design
Richard H Shillrichardshill.hashnode.dev·May 22, 2023Top 5 Online Debugging Tools for jQueryjQuery is among the most widely used JavaScript libraries making web development faster, easier, and more efficient. The library abstracts away the complexity of using the DOM, allowing developers to write cleaner, shorter code. One of the many benef...Discuss·44 readsjQuery
Prasad Suman Mohan blog.prasadsuman.me·Apr 23, 2023From Challenge to Reward: Meetup with Shubham Londhe Sir 😃I would like to express my gratitude to Shubham Sir for initiating the #90daysofDevOps challenge. As a member of the DevOps community, I have greatly benefited from this challenge and am honoured to be mentored by Shubham Sir. Moreover, I would like ...Discuss·19 likes·542 readsBeginner Developers
Thulasikumarreddy Cncntkr.hashnode.dev·Mar 28, 2023Git-101let's understand what is Version Control System(VCS) & Why 'GIT' came into the picture? Version control systems (VCS) are tools that help developers manage changes to their code over time. They allow developers to track the history of their code, col...Discuss·10 likes·33 readsMastering Version Control with Git and GitHubdev tools
Jimil Shahdev-diaries.hashnode.dev·Mar 26, 2023Useful git commands to keep in your toolbelt - Part 1Often when working on projects, it’s always a good idea to have feature branches for each repository. As priorities change while working and bugs are reported, there is a possibility that you might have to work on something while some work was alread...Discuss·91 readsDev BoostGit
Justin TrugmanforSoftware Testing AIsoftwaretestingai.hashnode.dev·Jan 31, 2023Why every software development team needs to try SoftwareTesting.aiAs a software development team, you're always looking for ways to improve your processes and deliver better quality software to your customers. One of the most critical aspects of this is testing. Testing ensures that your code is thoroughly tested a...DiscussSoftware Testing
Foyerfoyer.hashnode.dev·Jan 9, 2023The Role of a Dev Team Lead: What You Need to KnowIntroduction Being a dev team lead is an incredibly important role in any organization. As a dev team lead, you’ll be responsible for leading a team of developers and ensuring that they’re working together to achieve their goals. You’ll be responsibl...Discuss·35 readsDeveloper
Ngozichukwu Uzoigwengozichukwuzoigwe.hashnode.dev·Dec 23, 2022Update On My 2022 And Plans For My 2023 Dv.What The Year Was Like For Me!!! 2022 for me has been a year full of Hope and most of all, Trust in God! I have had many challenges and very many great stuff which God has brought my way. I began the year 2022 with many expectations and possibilities...Discuss·57 readsProgramming Blogs
Mads Akselsenmadsakselsen.hashnode.dev·Dec 23, 2022How to see localStorage usagewindow.localStorage is great for persisting data in the browser on the client side. But browsers limit the local storage to hold only 5 MB. Due to this limit, big chunks of data can easily exceed the limit. Local storage is therefore used largely for...Discuss·2 likes·75 readslocalstorage