2022-03-2551albertwoo
最近一段时间都在折腾 Blazor 的另类使用 Fun.Blazor,现在 2.0 beta 快差不多了,也是时候做一个小结了。
2022-03-07208albertwoo
SignalR client can support blazor wasm, so if use that we may have hot-reload for Fun.Blazor in wasm mode.
2022-02-28211albertwoo
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.
2022-02-20268albertwoo
Fun.Blazor V2 is in beta, I want to use it and try more real stuff
2022-01-0929albertwoo
我摸鱼想做的就是当我离开家的时候,我用手机可以远程连接到我的树莓派,然后通过浏览器登录后,来控制四轮机器人运动,并实时预览摄像头画面
2021-07-19102albertwoo
最近几年黑暗模式越来越流行,不管是系统成面还是 UI 设计趋势,感觉不光是程序员喜欢黑色主题,大家都好这口,可能是因为大家都越来越喜欢晚睡了吧
2021-07-18238albertwoo
Before I use Feliz style for the auto generated dsl but find its a little redundant, so let`s try CE style
2021-07-18185albertwoo
Still trying to mess around with the frontend DSL powered by fsharp computation expression
2021-07-1884albertwoo
上回说到我用blazor重写了个人博客,当时用的是fsharp,我暴力生成了MudBlazor的DSL来使用。。。
2021-07-18348albertwoo
近年来 Blazor 越发火热,虽然不及 react, vue, angular等,但是在 .net 生态,它却是如此特别和重要
2021-07-06256albertwoo
我一直被站点安全相关的的名词困惑着,一方面是觉得它们很神秘,另一方面它们本身也很抽象。
2021-07-01115albertwoo
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.
2021-02-23275albertwoo
.NET GC 一直都是面试必问题,虽然我不知道有什么意义,但是由于行业内卷逐渐严重,我也只能大概学习一番,有备无患
2021-01-28202albertwoo
我们经常会听说登陆(login), 验证(authenticate), 授权(authorize)。他们的区别和具体的实现到底是怎么做的呢?以及和单点登陆(SSO)的关系又是什么呢?和cookie, session, JWT又有怎样的联系呢?
2020-05-03391albertwoo
这次的分享主要是后端的实现,以及与前端的集成。另外,为了学习Orleans,我在后端的实现上用了它,虽然这样会增加复杂度,并且显得过度设计,但是出于学习的目的,还是很有趣的。
2020-03-17365albertwoo
实现俄罗斯方块的方式很多,但是用event-sourcing的方式做的还是很少,毕竟我没有见过,所以在此做一个简单的尝试
2020-03-04385albertwoo
这次的分享主要是项目搭建,以及根据先前的设计做主页的实现
2020-02-25419albertwoo
通过简单的UI设计,明确自己要实现的功能,理清自己的思路
2020-02-22717albertwoo
React 这么流行,生态如此之广,资料也很多,在此我就分享一个比较另类的使用姿势。。。