dev.to
1. Writing a Technical Blog
I wrote about how I structure my writing in general last November, as part of the 14,584 words I wrote for Virtual Coffee's blogging monthly challenge. This will be my 14th blog this November, and I found myself reflecting on how I get my ideas and turn them into published technical blogs.
Ideas
Anytime you solve a problem or learn something new is great time for a blog. Write a blog when you:
Explain something to a coworker
Finish a big feature at work
Dive down a research rabbit hole
Want…
#tutorial #writing #beginners
2. 7 Advent Calendars in 2022
It is already a tradition in many programming communities to
create an Advent calendar and publish a new article ever day of December till Christmas.
In addition to the calendars there are also a few Advent Code Challenges collected by Chris Jarvis. There you can also show your knowledge.
This year
Advent of Code of small programming puzzles.
Java
JavaScript by James L
Lean UXmas
Perl
Raku
Ruby in Japanese
Python in Japanese
Enjoy the reading!
From 2021
Advent of Code of small programm…
#programming #beginners
3. SPVM 0.9664 is released
SPVM 0.9664 is released.
New Features and Enhancement
Changes
0.9664 2022-12-01
[Internal Compatible Changes]
* Added spvm_inline_api.h and use it in spvm_api.c, spvm_api_vm.c, spvm_precompile.c
[New Features]
* Added the new syntax of the octal escape character and 3digit is allowed.
\1, \2, \3, \4, \5, \6, \7, \8, \9
\377
\o{377}
[Imcompatible New Features and Changes]
* \1, \2, \3, \4, \5, \6, \7, \8, \9 is not raw escape character.
This becomes the part of the octal escape cha…
#perl #spvm #language
1. Writing a Technical Blog
I wrote about how I structure my writing in general last November, as part of the 14,584 words I wrote for Virtual Coffee's blogging monthly challenge. This will be my 14th blog this November, and I found myself reflecting on how I get my ideas and turn them into published technical blogs.
Ideas
Anytime you solve a problem or learn something new is great time for a blog. Write a blog when you:
Explain something to a coworker
Finish a big feature at work
Dive down a research rabbit hole
Want…
#tutorial #writing #beginners
2. 7 Advent Calendars in 2022
It is already a tradition in many programming communities to
create an Advent calendar and publish a new article ever day of December till Christmas.
In addition to the calendars there are also a few Advent Code Challenges collected by Chris Jarvis. There you can also show your knowledge.
This year
Advent of Code of small programming puzzles.
Java
JavaScript by James L
Lean UXmas
Perl
Raku
Ruby in Japanese
Python in Japanese
Enjoy the reading!
From 2021
Advent of Code of small programm…
#programming #beginners
3. SPVM 0.9664 is released
SPVM 0.9664 is released.
New Features and Enhancement
Changes
0.9664 2022-12-01
[Internal Compatible Changes]
* Added spvm_inline_api.h and use it in spvm_api.c, spvm_api_vm.c, spvm_precompile.c
[New Features]
* Added the new syntax of the octal escape character and 3digit is allowed.
\1, \2, \3, \4, \5, \6, \7, \8, \9
\377
\o{377}
[Imcompatible New Features and Changes]
* \1, \2, \3, \4, \5, \6, \7, \8, \9 is not raw escape character.
This becomes the part of the octal escape cha…
#perl #spvm #language
dev.to
1. A hacker view of your github profile
For my next project while learning React.js. I created a app where you can view your github profile with greenish ui.
I just started to create the app and it's not yet done, but I want to share it anyway since it is already deployed in vercel.
Check your own profile with the following link format.
https://githux.vercel.app/{username}
Github profile: https://githux.vercel.app/github
Repo: https://github.com/junsantilla/githux…
#webdev #javascript #react #uiweekly
2. Advent of Code Day 3
Hello Everyone :)
I've completed Day 3 of Advent of Code
The language used is Rust and the code can be found here…
#rust #beginners #showdev #adventofcode
3. The Perl outlook for next year is favorable
The Perl outlook for next year is favorable for me.
AI, machine learning and IoT need more and more C/C++ for calculation in low level layer.
SPVM is a Perl module that is created by me. This module ease the binding C/C++/CUDA.
And Perl is good at text processing on Linux that is not good at for C/C++.
The combination of Perl and C/C++ is very good because they complement each other perfectly…
#perl #c #cpp #linux
1. A hacker view of your github profile
For my next project while learning React.js. I created a app where you can view your github profile with greenish ui.
I just started to create the app and it's not yet done, but I want to share it anyway since it is already deployed in vercel.
Check your own profile with the following link format.
https://githux.vercel.app/{username}
Github profile: https://githux.vercel.app/github
Repo: https://github.com/junsantilla/githux…
#webdev #javascript #react #uiweekly
2. Advent of Code Day 3
Hello Everyone :)
I've completed Day 3 of Advent of Code
The language used is Rust and the code can be found here…
#rust #beginners #showdev #adventofcode
3. The Perl outlook for next year is favorable
The Perl outlook for next year is favorable for me.
AI, machine learning and IoT need more and more C/C++ for calculation in low level layer.
SPVM is a Perl module that is created by me. This module ease the binding C/C++/CUDA.
And Perl is good at text processing on Linux that is not good at for C/C++.
The combination of Perl and C/C++ is very good because they complement each other perfectly…
#perl #c #cpp #linux