Code Quality: Its Importance in Custom Software Development
Simform
DECEMBER 26, 2019
The post Code Quality: Its Importance in Custom Software Development appeared first on Insights on Latest Software Technologies - Simform Blog.
Simform
DECEMBER 26, 2019
The post Code Quality: Its Importance in Custom Software Development appeared first on Insights on Latest Software Technologies - Simform Blog.
SQL Shack
DECEMBER 23, 2019
This article targets the beginners and gives an introduction of the clustered index in SQL Server. Introduction An index plays a crucial role in SQL Server query performance. Consider a book library with thousands of books. You want to search for a specific book that contains the keyword “adventure” in the title. The books in […].
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
SQL Performance
DECEMBER 27, 2019
Recently someone at work asked for more space to accommodate a rapidly growing table. At the time it had 3.75 billion rows, presented on 143 million pages, and occupying ~1.14TB. Of course we can always throw more disk at a table, but I wanted to see if we could scale this more efficiently than the current linear trend. Sounds like a great job for compression, right?
TechBeacon Testing
DECEMBER 27, 2019
Many organizations that have implemented agile development practices are struggling to derive full value from them because of a variety of factors, including a slowness to jettison conventional approaches and a failure to adopt best practices.
Dynatrace
DECEMBER 22, 2019
Dynatrace news. AWS offers a broad set of global, cloud-based services including computing, storage, networking, Internet of Things (IoT), and many others. You can use these services in combinations that are tailored to help your business move faster, lower IT costs, and support scalability. But to understand if your cloud-based applications, as well as environments they run in, are working as designed, you need to see how every single application component communicates and interacts with the ot
Brendan Gregg
DECEMBER 22, 2019
For my AWS re:Invent talk on BPF Performance Analysis at Netflix, I began with a demo of "BPF superpowers" (aka eBPF). The video is on [youtube] and the demo starts at [0:50] (the sildes are on [slideshare]): I'm demonstrating a tool I developed to turn my laptop's wifi signal strength into audio. I first developed it as this [bpftrace] one-liner: bpftrace -e 'k:__iwl_dbg /str(arg4) == "Rssi %d, TSF %llun"/ { printf("strength: %dn", arg5); }'.
Tasktop
DECEMBER 27, 2019
Today we’re heading to Nashville to meet our Senior Manager of Technical Account Management, Lori! She discusses how she works across multiple time zones, her love for working with customers on their integration journeys, and where to get the best lunch in Austin. How do you start your day before work? I start my day by making sure my teenagers have had breakfast, have all their electronics (preferably fully charged), have their backpacks, and make it out the door on time with my husband to head
Technology Performance Pulse brings together the best content for technology performance professionals from the widest variety of industry thought leaders.
Dynatrace
DECEMBER 22, 2019
Dynatrace news. AWS offers a broad set of global, cloud-based services including computing, storage, networking, Internet of Things (IoT), and many others. You can use these services in combinations that are tailored to help your business move faster, lower IT costs, and support scalability. But to understand if your cloud-based applications, as well as environments they run in, are working as designed, you need to see how every single application component communicates and interacts with the ot
MachMetrics
DECEMBER 27, 2019
The Web Almanac by HTTP Archive is a free, open-source collaborations featuring input from over 80 contributors. It is one of the most complete “state of the web” reports currently available. Offering 20 chapters with insights into Page Content, User Experience, Content Publishing, and Content Distribution, it can also be overwhelming, so we’ll be summarizing the web performance section in an easy-to-understand manner.
Brendan Gregg
DECEMBER 21, 2019
For my AWS re:Invent talk on BPF Performance Analysis at Netflix, I began with a demo of "BPF superpowers" (aka eBPF). The video is on [youtube] and the demo starts at [0:50] (the slides are [here] or as a [PDF]): I'm demonstrating a tool I developed to turn my laptop's wifi signal strength into audio (someone described this as a BPF [theremin].) I first developed it as this [bpftrace] one-liner: bpftrace -e 'k:__iwl_dbg /str(arg4) == "Rssi %d, TSF %llun"/ { printf("strength: %dn", arg5); }' Att
The Polyglot Developer
DECEMBER 27, 2019
While working on a bug in one of my projects recently, I found an issue that I could only recreate on an Android device. However, due to some cross-origin resource sharing (CORS) issues on my server, I had to serve my development environment from a changed hostfile that had a specific subdomain of my project. With the ability to use a remote Chrome debugger from your desktop to a mobile device, you can use an emulator and still have your full Chrome debugging capabilities.
Addy Osmani
DECEMBER 26, 2019
Tip: Avoid large pull requests. Find ways to break them up into smaller ones.
Brendan Gregg
DECEMBER 21, 2019
For my AWS re:Invent talk on BPF Performance Analysis at Netflix, I began with a demo of "BPF superpowers" (aka eBPF). The video is on [youtube] and the demo starts at [0:50] (the sildes are on [slideshare]): I'm demonstrating a tool I developed to turn my laptop's wifi signal strength into audio (someone described this as a BPF [theremin].) I first developed it as this [bpftrace] one-liner: bpftrace -e 'k:__iwl_dbg /str(arg4) == "Rssi %d, TSF %llun"/ { printf("strength: %dn", arg5); }'.
The Polyglot Developer
DECEMBER 25, 2019
Last year, in my article titled, The Community Contributions of 2018 , I highlighted 11 tutorials that were contributed by the community. To show my appreciation towards the guest contributors on The Polyglot Developer , I wanted to highlight the content that they’ve produced in 2019. If you found any of the following tutorials valuable, I encourage you to reach out to the author on social media and thank them for taking the time to produce such great content.
Addy Osmani
DECEMBER 27, 2019
Tip: Break tasks you procrastinate into smaller, low-energy ones. It helps.
Let's personalize your content