Paul Beck's Avatar

Paul Beck

@paulbeck1.bsky.social

Tech guy based in London looking at architecture , Azure, power platform, Pulumi, playwright, low code, automation, Microsoft Fabric. πŸ‡¬πŸ‡§πŸ‡ΏπŸ‡¦πŸ’»πŸ˜πŸ‘¨β€πŸ’»πŸ§ͺ☁️πŸͺ 

188 Followers  |  329 Following  |  48 Posts  |  Joined: 07.11.2024  |  1.8354

Latest posts by paulbeck1.bsky.social on Bluesky

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.

05.03.2025 18:14 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Nice post on setting up webhooks from Azure Monitor

22.02.2025 08:21 β€” πŸ‘ 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.

29.01.2025 14:45 β€” πŸ‘ 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.

29.01.2025 14:43 β€” πŸ‘ 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

29.01.2025 14:41 β€” πŸ‘ 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.

10.01.2025 23:44 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Token theft protection with Microsoft Entra, Intune, Defender XDR & Windows
YouTube video by Microsoft Mechanics Token theft protection with Microsoft Entra, Intune, Defender XDR & Windows

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

08.01.2025 13:11 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Generate an OpenAPI spec for any API using Dev Proxy
YouTube video by Garry Trinder Generate an OpenAPI spec for any API using Dev Proxy

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...

28.12.2024 17:35 β€” πŸ‘ 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...

27.12.2024 22:29 β€” πŸ‘ 313    πŸ” 52    πŸ’¬ 13    πŸ“Œ 9

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

28.12.2024 09:43 β€” πŸ‘ 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...

26.12.2024 10:47 β€” πŸ‘ 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.

25.12.2024 23:13 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Power Query Dataflows - Connectors

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

24.12.2024 14:34 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image 23.12.2024 03:01 β€” πŸ‘ 533    πŸ” 105    πŸ’¬ 8    πŸ“Œ 7

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.

23.12.2024 14:20 β€” πŸ‘ 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

23.12.2024 13:14 β€” πŸ‘ 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; }

23.12.2024 12:57 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0
πŸš€ Never Write Test Code Again! Testron + AI + Playwright
YouTube video by Testron AI πŸš€ Never Write Test Code Again! Testron + AI + Playwright

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

Might be useful, let’s see how it evolves

22.12.2024 21:14 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
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...

21.12.2024 16:43 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

Fantastic news

20.12.2024 22:55 β€” πŸ‘ 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...

17.12.2024 07:59 β€” πŸ‘ 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

10.12.2024 15:28 β€” πŸ‘ 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/...

09.12.2024 18:32 β€” πŸ‘ 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...

07.12.2024 17:56 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

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

07.12.2024 13:39 β€” πŸ‘ 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...

06.12.2024 23:16 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

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

03.12.2024 11:33 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Wish I could make this London Pulumi meetup

03.12.2024 11:28 β€” πŸ‘ 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

03.12.2024 11:26 β€” πŸ‘ 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

02.12.2024 20:04 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@paulbeck1 is following 18 prominent accounts