background preloader

Fiddler - Free Web Debugging Proxy - Telerik

Fiddler - Free Web Debugging Proxy - Telerik
Related:  OUTILS UTILES

The developer tools you need to know right now When it comes to web development, it is pretty easy to assume that JavaScript is top dog. But, obviously it's not that simple. Imagine turning up for an interview and saying 'I'm great at JavaScript'. We think they might want to know a little more than that. There's a few that spring immediately to mind, such as React and Angular. Skill Up 2017 Global tech publisher Packt recently released Skill Up 2017, its developer skills and salary report. The report is based on replies from over 4,700 respondents from across the globe. The big earners by role were big data engineers, security engineers and information architects Looking further into the report, what else did we learn? To put this into some kind of perspective, it wasn't web developers that topped the list. Docker, Angular and React More importantly, what tools were popular? Other notable tools included React, Jenkins, Sublime Text and PHP. But, as we have mentioned, it's not all about the money. Related articles:

Configure Fiddler to decrypt HTTPS traffic Enable HTTPS traffic decryption: Click Tools > Fiddler Options > HTTPS.Click the Decrypt HTTPS Traffic box. Skip traffic decryption for a specific host Click Tools > Fiddler Options > HTTPS.Type the hostname in the Skip Decryption. Skip traffic decryption for an application Add a rule like this inside the OnBeforeRequest function*: if (oSession.HTTPMethodIs("CONNECT") && oSession["X-PROCESSINFO"] && oSession["X-PROCESSINFO"].StartsWith("outlook")) { oSession["x-no-decrypt"] = "boring process"; } Decrypt traffic from one hostname only if (oSession.HTTPMethodIs("CONNECT") && ! See also Responding to requests with client certificates

.::dev.arqendra.net::. .:: dev.arqendra.net > goodies ::. Contact: TrV Developed softwares MultiLogMonitor v1.0 (2011/01) MultiLogMonitor is aimed to be the ultimate frontend monitor for all applications or services running on a single computer which logs messages in a dedicated log text file. MultiLogMonitor Win_x86|2000, XP, 2003, Vista, 2008, 7|48.1 ko|(1543 hits)|Download MultiLogMonitor sources .Net_v2.0+|143.8 ko|(1012 hits)|Download W32TimeManager v1.1 (2010/11) W32TimeManager is a frontend monitor and manager for Microsoft Windows time service (W32Time). W32TimeManager Win_x86|XP, 2003, Vista, 2008, 7|52.8 ko|(1317 hits)|Download W32TimeManager sources .Net_v2.0+|89.8 ko|(1027 hits)|Download W32TimeManager2000 is the Microsoft Windows 2000 version of W32TimeManager specially dedicated for this W32Time version. W32TimeManager2000 Win_x86|2000|45.7 ko|(889 hits)|Download W32TimeManager2000 sources .Net_v2.0+|78.7 ko|(871 hits)|Download ACLCron v1.7 (2011/01) ACLCron(+ SetACL) ACLCron sources(+ SetACL) v2.12 (2016/02) m3u2cue

Lighthouse  |  Tools for Web Developers  |  Google Developers Lighthouse is an open-source, automated tool for improving the quality of web pages. You can run it against any web page, public or requiring authentication. It has audits for performance, accessibility, progressive web apps, SEO and more. You can run Lighthouse in Chrome DevTools, from the command line, or as a Node module. You give Lighthouse a URL to audit, it runs a series of audits against the page, and then it generates a report on how well the page did. From there, use the failing audits as indicators on how to improve the page. You can also use Lighthouse CI to prevent regressions on your sites. Run Lighthouse In Chrome DevTools bug_report File an issue Check out the video below from Google I/O 2019 to learn more about how to use and contribute to Lighthouse. Get started Choose the Lighthouse workflow that suits you best: In Chrome DevTools. Run Lighthouse in Chrome DevTools Lighthouse powers the Audits panel of Chrome DevTools. Install and run the Node command line tool Add ?

Configure Fiddler for Windows 8 Follow two steps to configure Fiddler for Windows 8: Create a Loopback ExemptionPlace Fiddler Root Certificate in the Machine's Trusted Root Store Create a Loopback Exemption (Fiddler2 Only:) Install and launch the EnableLoopback Utility by clicking the Win8 Config button. Now these applications can send traffic to Fiddler. To allow Unit Tests in Visual Studio 2012 to send traffic to Fiddler, click the AppContainer Loopback Exemption Utility Refresh button while the Unit Test is running. Place Fiddler Root Certificate in the machine's Trusted Root store Enable Fiddler HTTPS-decryption feature.

4 Best Code Snippet Manager Software For Windows 10 User Ratings: [Total: 0 Average: 0/5] Due to the inherent nature of their profession, programmers have to use lots of specialized software and files, such as SDKs, IDEs, and then some more. In addition to that, they also have to work with library files, and of course, code snippets. And if you happen to be a programmer who happens to concur with the above statement, you’re in luck; because as that’s all what this blog post is all about. Gisto Sponsored Links Regardless of whether you’re a novice programmer or an experienced one, chances are extremely high that you actively use the massive online code repository GitHub. Snippet Manager Want an easy to use yet powerful program to take care of all your code snippet management needs? Code Vault If you need a code snippet management tool that gets the basic done right, and has just the right number of features to not become overwhelming, Code Vault might be just what you’re looking for. Snippets Concluding Thoughts

Grid Designer 2 If you're familiar with the grid, a bit of design and basic typography, using this script should be pretty easy - most of the functions are pretty self-explanatory. If you're unfamiliar with grids in general, you could start by reading an excellent series of articles by web designer Mark Boulton. For those who want a real understanding of the theory of grids in relation to design and typography, I strongly recommend this book. On the Columns tab, you can start your design in two ways: Fill in the number of columns, total width, gutters and margin widths, all specified in pixels - then press the design button. The grid preview on the Columns tab will display the widths of each area, in pixels. Use the Typography tab to adjust and calculate basic typographic settings for your design. Finally, on the Export tab, you can generate copy-and-paste ready CSS, and a sample XHTML template.

Hyperlink

Related: