slaveOftime

Make more names - part 3

2023-03-24Views 7
machine_learningtorchsharpfsharpnotes

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

Make more names - part 2

2023-03-21Views 6
machine_learningtorchsharpfsharpnotes

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

Make more names - part 1

2023-03-13Views 48Likes 1
machine_learningtorchsharpfsharpnotes

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

How easy it is to make dialog and toast in blazor

2023-02-12Views 130Likes 2
blazorfsharpblazor

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

How to create RSS feed in dotnet

2023-02-09Views 24
noteswebRSSdotnet

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

Paragraph p in html

2023-02-06Views 33Likes 2Comments 2
noteswebhtml

Mistakes for mindset about html tags

A post for describe the post site itself

2023-02-01Views 22Likes 4
blogfsharp

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

Mix Giraffe, HTMX and blazor together

2023-01-28albertwooViews 182Likes 4
fsharpGiraffeHTMXblazor

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

Make blazor lazy with custom elements

2022-11-05albertwooViews 233Likes 1
fsharpblazorcustom 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?

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

2022-11-03albertwooViews 44Likes 1
CICDdotnetfsharp脚本

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

Use OData with fsharp and swagger in frontend and backend

2022-05-29albertwooViews 564Likes 1
fsharpodataswagger

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

Real enterprise application with Fun.Blazor

2022-05-25albertwooViews 676
fsharpblazoraspnetcore

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

Blazor 另类使用 小结

2022-03-25albertwooViews 236Likes 2
blazor.NET

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

Use SignalR to improve hot-reload for Fun.Blazor

2022-03-07albertwooViews 340
fsharpblazorSignalR

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

Hot-reload in Fun.Blazor

2022-02-28albertwooViews 285
fsharpblazorFun.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.

Recreated blog site with Fun.Blazor V2

2022-02-20albertwooViews 327
fsharpblazor

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

Blazor和树莓派是个好搭配👍

2022-01-09albertwooViews 145
blazor樹莓派

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

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

2021-07-19albertwooViews 186
blazortailwindcss暗黑模式

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

Experiment on computation expression style for Blazor with F#

2021-07-18albertwooViews 262
felizfsharpblazorcomputation_expression

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

Improve computation expression style DSL for Fun.Blazor

2021-07-18albertwooViews 203
computation_expressionfsharpdsl

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

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

2021-07-18albertwooViews 159
blazorfsharpdsl

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

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

2021-07-18albertwooViews 754Likes 3
blazorfsharp

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

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

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

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

Giraffe style routing for Fun.Blazor

2021-07-01albertwooViews 132
fsharpblazorgiraffe

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.

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

2021-02-23albertwooViews 311
.NETGC垃圾回收

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

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

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

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

三十惑不立,面试有点惨

2021-01-19albertwooViews 289
时间笔记面试

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

漫谈 BASE64

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

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

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

2020-05-09albertwooViews 400
.NET全栈

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2020-02-22albertwooViews 754Likes 1
reactfSharpfableMVU俄罗斯方块tetris

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