JWP

JWP @jwp

About: WebCompnents and AI

Location:
Minneapolis, MN
Joined:
Jul 30, 2019

JWP
articles - 250 total

Best Way to Fly

🚀 Best of the Web: Essential Development Tools & Platforms Developers, innovators, and...

Learn More 1 1Mar 16

Great Article on CSS selectors

CSS Selectors

Learn More 0 0Feb 28

30 Python Libraries

30 Python Libraries

Learn More 0 0Feb 28

The Platform Explosion: A Fragmented Tech Landscape

"Navigating the growing complexity of tech platforms, AI tools, cloud services,

Learn More 1 0Feb 25

Navigating the Pressure of Delivery: A Software Developer's Perspective

The world of software development is fast-paced and dynamic, and the pressure to deliver high-quality...

Learn More 0 0Feb 23

Hallucination Engineer

In the realm of software development, the coveted title of Senior Software Engineer once symbolized...

Learn More 3 0Feb 20

Create a Question/Answer Chatbot in Python

Using the NTLK Natural Language Toolkit Step 1: Install Required...

Learn More 1 0Sep 11 '24

Free online Maui discussion 09/12/24 10:00am CST

https://www.linkedin.com/events/freemauiintroduction7238972144041312256/ 30 Minute demo. Open for...

Learn More 0 0Sep 10 '24

Separation of Concerns

One of the best things I've learned in my career is the Separation of Concerns Principal which guides...

Learn More 3 0Dec 31 '22

Styling

In the previous article we introduced the Display-Grid Web Component which supports markup like...

Learn More 3 0Dec 31 '22

Display-Grid

Is there a way we can automatically utilize the grid css component but do it using only HTML? ...

Learn More 0 0Dec 29 '22

Add ChatGPT to Visual Studio Code

Open Visual Studio Code and click on the Extensions Icon Search for ChatGPT Helper and install. Go...

Learn More 0 1Dec 29 '22

Observed Attributes

We created a ColorSpan Web Component defined here; which allows us to change the background color...

Learn More 8 0Dec 28 '22

Web Components

A Simple Web Component's folder structure may look like this: The HTML file for the layout and the...

Learn More 1 0Dec 26 '22

Blazor Custom Components

In the last post we showed how to create a Blazor Web App. Today we will look into creating a custom...

Learn More 12 0Feb 23 '22

VS2022 .NET 6.0, Blazor 02-02-2022

Prerequisites: VS2022, .NET 6.0 Open Visual Studio 2022 and create a new project. Select Blazor...

Learn More 8 0Feb 23 '22

React : The Redux/Flux Scofflaw

It was at first, an opinion I had. The Redux/Flux design pattern was ugly. Slightly difficult to...

Learn More 0 0Dec 4 '21

WASM : The End of Javascript?

Microsoft has been working on WASM for a long time now. Their project named Blazor was doing well...

Learn More 1 0Dec 4 '21

VS2022 and Blazor Review: 11/25/2021

Today we look at VS2022 which contains .NET 6.0 and Blazor. It was released to GA on November 18th,...

Learn More 0 0Nov 26 '21

Maui Review 09/11/2024

Good news, Maui has been working recently. More to come...

Learn More 1 1Sep 19 '21

VS2022: WPF WebView2, thumbs down

Finally out-of-the box (if you use NuGet package manager) the newer WebView2 works with WPF. Per...

Learn More 1 0Sep 6 '21

VS2022: WPF WebBrowser still wrong!

To recreate, simply create a new WPF project in VS2022. Open up the tool box and drag a WebBrowser...

Learn More 0 0Sep 6 '21

Visual Studio 2022 and .NET Maui 9/11/2024 update

09/11/2024 Getting Started with Maui Creating the new Maui solution Using the (dotnet...

Learn More 0 0Sep 6 '21

WPF DataGrid in 2 minutes

Create a folder named Models, then create a class definition like this: class IWebElementList :...

Learn More 4 0Mar 1 '21

WPF WebView2

The new Chrome based (Edge) browser wrapper named WebView2 (still not fully baked) is coming. WebVie...

Learn More 6 0Feb 28 '21

WPF XAML Code Snippets

After having worked in HTML for past 4 years, returning to WPF is quite a contrast. XAML is probably...

Learn More 6 0Feb 28 '21

WPF DataGrid Binding

The WPF DataGrid is the goto grid-like control for desktop development. Create the columns first...

Learn More 13 3Feb 28 '21

WPF User Control Injection

Injecting small parts into a MainWindow is easy in WPF (once we know how). We have to import the c...

Learn More 0 0Feb 26 '21

Hey Dev.to!

I'm thinking a new media query is needed for 27" monitors as in this size for a Samsung. Experim...

Learn More 1 0Feb 26 '21

VSCode and Visual Studio Folders

Visual Studio Code is my defacto editor for anything Typescript or Javascript. Visual Studio is the...

Learn More 3 0Feb 26 '21