Advertisement Β· 728 Γ— 90

Posts by Paul Beck

I’ve always liked the idea of Dgraph (relational database with graphQL). I’m looking at Dgraph hosted slash graphQL vs ms fabric SQL with GraphQL enabled.

1 year ago 0 0 0 0

Nice post on setting up webhooks from Azure Monitor

1 year ago 0 0 0 0

Bing/M365 copilot was solid similar to ChatGPT response but missing a key point and I didn’t like the way the result was presented.

Deepseek, first time I’ve used. It wouldn’t do the calc/response. It worked on simple queries. Might be too busy due to its recent release but it failed miserably.

1 year ago 3 0 0 0

Thoughts:
Claude won, factually correct, nice break down, offered facts that could affect the tax calculation. First time I’ve used Claude.

ChatGPT was good, slightly unclear on a point and the follow-up was not brilliant.

Perplexity is my default and I love it but the results was disappointing.

1 year ago 3 0 0 0

I’m comparing AI engines today:
I’ve built a prompt relating to a fairly complex UK tax query. And a follow on prompt.

My scoring was:
Claude.io : 10/10
ChatGPT 4 (free) : 8/10
Bing/MS copilot (free) : 7/10
Perplexity Pro (paid) : 6/10
Deekseek : 2/10

1 year ago 3 0 2 0

Is this platform getting every fruit loop from Twitter? I just want a platform where I get relevant content I can use.

1 year ago 2 0 0 0
Token theft protection with Microsoft Entra, Intune, Defender XDR & Windows
Token theft protection with Microsoft Entra, Intune, Defender XDR & Windows YouTube video by Microsoft Mechanics

Great 8 min video on token theft.

youtu.be/gPcNlm0CyOw?...

Good info on token theft, and then using Entra to prevent reuse of token using conditional policy or services

1 year ago 0 0 0 0
Generate an OpenAPI spec for any API using Dev Proxy
Generate an OpenAPI spec for any API using Dev Proxy YouTube video by Garry Trinder

Need a Swagger/OpenAPI specification for an API. Garry Trinder has a good tool walk thru of Dev Proxy (5min)

m.youtube.com/watch?v=qKiR...

1 year ago 1 0 0 0
Preview
Node.js Now Supports TypeScript By Default TypeScript is coming to Node 23. Let's break down what that means.

Node now supports TypeScript by default:

By @mattpocock.com

www.totaltypescript.com/typescript-i...

1 year ago 313 52 13 9
Advertisement

Had an initial look at windsurf.io as an IDE. Basically, it’s a branch of VSCode with AI coupled in.

1 year ago 0 0 0 0
Preview
Demo Time - Product Information, Latest Updates, and Reviews 2024 | Product Hunt Run your coding demos confidently and precisely using this Visual Studio Code extension. Designed to eliminate typos, misplaced clicks, or forgotten steps, it allows you to focus on presenting instead...

Demo Time created by @eliostruyf.com looks fantastic for VSCode demos. If you do coding presentations it will help as I tend to forget steps and need to call out areas. www.producthunt.com/products/dem...

1 year ago 6 1 1 1

HSTS is used for enforcing HTTPS usage and protecting against security threats. HSTS improves the security of websites and improves user trust.

1 year ago 0 0 0 0
Preview
Power Query Dataflows - Connectors

Power Bi write back learn.microsoft.com/en-us/connec...

1 year ago 1 0 0 0
Post image
1 year ago 527 104 8 6

Low code is a key tool for businesses. There is a place for programming languages and the same applies to low code. Lowcode coupled with api, and eventing can build maintainable apps in a less time and expense. All technology can put your company’s future at risk, low code is no different.

1 year ago 1 0 0 0

New annotations:
AllowedValues: Specifies a list of acceptable values for a property.
DeniedValues: Defines values that are not permitted for a property.
Base64String: Validates that a string is Base64 encoded.
Super useful

1 year ago 0 0 0 0

Building a C# app in .Net 8 as a holiday project.
I see there are new data annotation properties
I remember the good old days of using Regex to validate simple data input, so much effort use to go into email
[EmailAddress(ErrorMessage = "Invalid email address.")]
public string Email { get; set; }

1 year ago 2 0 2 0
πŸš€ Never Write Test Code Again! Testron + AI + Playwright
πŸš€ Never Write Test Code Again! Testron + AI + Playwright YouTube video by Testron AI

m.youtube.com/watch?v=05fv...

Might be useful, let’s see how it evolves

1 year ago 0 0 0 0
Advertisement
Preview
GitHub - bhadmus/postwright: The plugin helps convert postman collections into playwright scripts. Contributions are welcomed. Just have fun while at it. The plugin helps convert postman collections into playwright scripts. Contributions are welcomed. Just have fun while at it. - bhadmus/postwright

Postwright - Tool to convert Postman Collections into Playwright scripts github.com/bhadmus/post...

1 year ago 1 1 0 0

Fantastic news

1 year ago 0 0 0 0
Preview
Effortless scheduling with Copilot – transform email threads into productive meetings | Microsoft Community Hub Learn how to use Copilot to quickly turn long email chains into actionable agendas, leading to more efficient meetings and effective collaboration.

techcommunity.microsoft.com/blog/microso...

1 year ago 0 0 0 0

#Playwright E2E testing release 1.49 has important and useful features. The biggest being the extra assert option using the Aria snapshots based on the accessibility. It also adjusts to the chromium changes (headless engine), and a useful retain-on-first-failure time to upgrade to the lates

1 year ago 0 0 0 0
Preview
API Testing with Playwright and OpenAPI-Generated Types This article demonstrates how to create a robust API testing framework using PlayWright and OpenAPI documentation. Examples are based on…

Here is an interesting post for testing test #APIs without a swagger contract . I use #postman for api testing but I’m going to look at #playwright for api testing

medium.com/@adam_pajda/...

1 year ago 5 0 0 0
Preview
Unlocking the power of Real-Time Data with OneLake Events | Microsoft Fabric Blog | Microsoft Fabric Preview is now available: you can now subscribe to OneLake events! In today’s fast-paced digital landscape, timely data processing is crucial for maintaining competitive advantage.  ...

support.fabric.microsoft.com/en-US/blog/u...

1 year ago 0 0 0 0

100% and sometimes years later, something clicks and my understanding changes

1 year ago 1 0 0 0
Preview
Announcing the general availability of Microsoft Fabric API for GraphQL with exciting new features | Microsoft Fabric Blog | Microsoft Fabric API for GraphQL is a data access layer in Microsoft Fabric that enables quick and efficient querying of multiple data sources with a widely adopted and familiar API technology. The API allows you to a...

blog.fabric.microsoft.com/en-us/blog/a...

1 year ago 0 0 0 0

Postman’s infrastructure is awesome, I’ll be attending the Europe webinar on 12 dec #postman.

1 year ago 2 0 1 0
Advertisement

Wish I could make this London Pulumi meetup

1 year ago 0 0 0 0

I still find C# the best for me but I’m 100% thinking of making TypeScript my 1st choice. Great point on c# debugging in vs code

1 year ago 2 0 1 0

Nice post, I really like bicep. For the last 12 months I’ve been using #pulumi for my #iac, I can’t recommend it enough

1 year ago 1 0 0 0