syncfusionsyncfusion-blogs.hashnode.dev·Mar 20, 2024Effortless Remote Debugging with Dev Tunnel in Visual Studio 2022TLDR: Learn how Visual Studio 2022’s Dev Tunnel simplifies remote debugging, enhances collaboration, and streamlines workflows for developers. Remote collaboration has become a crucial component of software development in today’s connected world. Deb...DiscussBlazor
Lokesh Sharmalokeshkavisth.hashnode.dev·Mar 20, 2024Top 15 Chrome Extensions for Developers: Supercharge Your WorkflowBeing productive and efficient are key components of being a developer. The correct Chrome extensions could assist you save time, manage your workflow, and perhaps write better code. The top 15 Chrome extensions that every developer needs to have in ...Discusschrome extension
CloudOpsAcademyprashanth2227.hashnode.dev·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
Jhordyessblog.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...Discuss·219 readsResponsive Web Design
Tung Sugartungsugar.com·Sep 2, 2023Flutter: Khởi tạo Model nhanh chóng với Freezed Model GeneratorTrong dự án thực tế, việc bạn phải parse JSON cồng kềnh là chuyện rất thường xuyên xảy ra. Do đó, việc tạo model bằng cơm hoặc sử dụng package freezed nhưng vẫn phải viết từng field của model sẽ tốn khá nhiều thời gian. Vì vậy, bài viết này dành cho ...Discussdev tools
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·46 readsjQuery
Prasad Suman Mohan blog.prasadsuman.site·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·20 likes·521 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·20 likesMastering 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·80 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