slaveOftime

Explorer Server Sent Event (SSE)

In dotnet 9 there is an official support for SSE, but this concept is quit new to me before, need to explore ...

webssehtmxblazorfsharpdotnet
2024-11-22

The usage of Blazor.Diagrams

With Blazor.Diagrams, I can easily create customizable dashboards for users

blazordotnetdiagrams
2024-06-11

Summary some use cases of Fun.Blazor

It takes some time and hard work to get this point, but the release 4.0.0 of Fun.Blazor makes me very happy and satisfy.

fsharpblazorFun.Blazor
2024-02-08

Navigation and form enhancement in dotnet 8 blazor is not enough

I tried to get the benefit from the navigation and form enhancement of blazor in dotnet 8 for my blog site, but with no luck...

blazorfsharpblazorhtmx
2023-11-25

dotnet native AOT 加 minimal API 加 blazor 初体验

最近 dotnet 8 preview 5 发布,想尝试一下在 native AOT 模式下,asp.net core minimal API + blazor 的效果。

dotnetblazorcsharp
2023-06-26

Learn rust by building a simple load test tool

After I tried rust by rebuilding my recipe website, I thought I know enough to use rust to build more stuff, at least will not spend too much time. So I tried to build a load test tool ...

rustload-testhttp-clientdotnet
2023-06-15

Try use rust to rebuild my recipe website

Rust is on my radar for many years, but never had opportunities to use it, but recently I found a chance.

rusthtmxactix-web
2023-06-07

Make more names - part 3

Yeah... maybe it is time to start to learn machine learning. Will follow the star Andrej Karpathy

machine_learningtorchsharpfsharpnotes
2023-03-24

Make more names - part 2

Yeah... maybe it is time to start to learn machine learning. Will follow the star Andrej Karpathy

machine_learningtorchsharpfsharpnotes
2023-03-21

Make more names - part 1

Yeah... maybe it is time to start to learn machine learning. Will follow the star Andrej Karpathy

machine_learningtorchsharpfsharpnotes
2023-03-13

How easy it is to make dialog and toast in blazor

How to implement simple dialogs and toasts functions with fsharp and blazor, it can be very simple and fully controlled by your self.

blazorfsharpblazor
2023-02-12

How to create RSS feed in dotnet

There are so many ways to create RSS, here I choose the internal solution with dotnet

noteswebRSSdotnet
2023-02-09

Paragraph p in html

Mistakes for mindset about html tags

noteswebhtml
2023-02-06

A post for describe the post site itself

This blog site is rebuilt for many times, now, there is one more to go ...

blogfsharp
2023-02-01

Mix Giraffe, HTMX and blazor together

It may look very weird to combine those stuff together, but when I found this hammer and looking for nails, there really are some...

fsharpGiraffeHTMXblazor
2023-01-28

Make blazor lazy with custom elements

Blazor server is good, but for some use cases it is a little bit heavy. What if I can run blazor host only when necessary?

fsharpblazorcustom elements
2022-11-05

介绍一个简单的 CICD 脚本帮助库

自己做项目的时候经常要写一些自动化脚本,但是一直没有用到一个满意的,于是自己妄图来写了一个。

CICDdotnetfsharp脚本
2022-11-03

Use OData with fsharp and swagger in frontend and backend

Use the new Fun.OData.Query computation expression DSL to consume the apis which is setup with OData MVC and swagger

fsharpodataswagger
2022-05-29

Real enterprise application with Fun.Blazor

Enough counter demo, let's have a look for a real enterprise application which is build with Fun.Blazor

fsharpblazoraspnetcore
2022-05-25

Blazor 另类使用 小结

最近一段时间都在折腾 Blazor 的另类使用 Fun.Blazor,现在 2.0 beta 快差不多了,也是时候做一个小结了。

blazor.NET
2022-03-25

Use SignalR to improve hot-reload for Fun.Blazor

SignalR client can support blazor wasm, so if use that we may have hot-reload for Fun.Blazor in wasm mode.

fsharpblazorSignalR
2022-03-07

Hot-reload in Fun.Blazor

Hot-reload is very important for building frontend application, because it can save life. Here is the journey for how I make it work and hot to use it.

fsharpblazorFun.Blazor
2022-02-28

Recreated blog site with Fun.Blazor V2

Fun.Blazor V2 is in beta, I want to use it and try more real stuff

fsharpblazor
2022-02-20

Blazor和树莓派是个好搭配👍

我摸鱼想做的就是当我离开家的时候,我用手机可以远程连接到我的树莓派,然后通过浏览器登录后,来控制四轮机器人运动,并实时预览摄像头画面

blazor樹莓派
2022-01-09

使用 tailwindcss 为我的 blazor 博客添加黑暗模式

最近几年黑暗模式越来越流行,不管是系统成面还是 UI 设计趋势,感觉不光是程序员喜欢黑色主题,大家都好这口,可能是因为大家都越来越喜欢晚睡了吧

blazortailwindcss暗黑模式
2021-07-19

Experiment on computation expression style for Blazor with F#

Before I use Feliz style for the auto generated dsl but find its a little redundant, so let`s try CE style

felizfsharpblazorcomputation_expression
2021-07-18

Improve computation expression style DSL for Fun.Blazor

Still trying to mess around with the frontend DSL powered by fsharp computation expression

computation_expressionfsharpdsl
2021-07-18

不用模板写blazor的尝试,折腾无止境

上回说到我用blazor重写了个人博客,当时用的是fsharp,我暴力生成了MudBlazor的DSL来使用。。。

blazorfsharpdsl
2021-07-18

使用 Blazor 重写了个人博客后的感想

近年来 Blazor 越发火热,虽然不及 react, vue, angular等,但是在 .net 生态,它却是如此特别和重要

blazorfsharp
2021-07-18

漫谈 XSS(跨站点脚本攻击),CSRF(跨站点请求伪造,跨域攻击)

我一直被站点安全相关的的名词困惑着,一方面是觉得它们很神秘,另一方面它们本身也很抽象。

时间笔记XSS跨站点脚本攻击CSRF跨站点请求伪造跨域攻击
2021-07-06

Giraffe style routing for Fun.Blazor

Before I experimented Feliz.Router with Fun.Blazor and find some inconvenience so this time I tried to use giraffe style to see how it is going on.

fsharpblazorgiraffe
2021-07-01

“我爸是在微软收垃圾的”,.NET GC开创人的儿子说

.NET GC 一直都是面试必问题,虽然我不知道有什么意义,但是由于行业内卷逐渐严重,我也只能大概学习一番,有备无患

.NETGC垃圾回收
2021-02-23

漫谈登录、验证、授权、 SSO

我们经常会听说登陆(login), 验证(authenticate), 授权(authorize)。他们的区别和具体的实现到底是怎么做的呢?以及和单点登陆(SSO)的关系又是什么呢?和cookie, session, JWT又有怎样的联系呢?

时间笔记单点登录SSO
2021-01-28

三十惑不立,面试有点惨

距离上一次面试已经三年多了,换工作的原因可以说很多,也可以说很少;面试的结果可以说有点惨,也可以说特别惨。

时间笔记面试
2021-01-19

漫谈 BASE64

前几天参加了三年来第一次面试,二面面试回答如抢答,被问及base64的目的时顿时语塞

时间笔记BASE64面试扎💔F#
2021-01-19

对于全栈开发一点不成熟的抱怨和自我安慰

作为全栈开发多年,会写几个后端服务,会写一点前端交互,对其中的快乐与痛苦也略有感悟。

.NET全栈
2020-05-09

React 的另类用法系列(俄罗斯方块)- 5 (全栈)

这次的分享主要是后端的实现,以及与前端的集成。另外,为了学习Orleans,我在后端的实现上用了它,虽然这样会增加复杂度,并且显得过度设计,但是出于学习的目的,还是很有趣的。

reactfSharpfableMVU俄罗斯方块tetrisorleans
2020-05-03

React 的另类用法系列(俄罗斯方块)- 4 (Event sourcing)

实现俄罗斯方块的方式很多,但是用event-sourcing的方式做的还是很少,毕竟我没有见过,所以在此做一个简单的尝试

reactfSharpfableMVU俄罗斯方块tetris
2020-03-17

React 的另类用法系列(俄罗斯方块)- 3 (项目搭建&主页逻辑构建)

这次的分享主要是项目搭建,以及根据先前的设计做主页的实现

reactfSharpfableMVU俄罗斯方块tetris
2020-03-04

React 的另类用法系列(俄罗斯方块)- 2 (UI设计)

通过简单的UI设计,明确自己要实现的功能,理清自己的思路

reactfSharpfableMVU俄罗斯方块tetris
2020-02-25

React 的另类用法系列(俄罗斯方块)- 1

React 这么流行,生态如此之广,资料也很多,在此我就分享一个比较另类的使用姿势。。。

reactfSharpfableMVU俄罗斯方块tetris
2020-02-22