Code Monkey home page Code Monkey logo

andirkh's Introduction

Hi there ๐Ÿ‘‹

andirkh's People

Contributors

andirkh avatar

Watchers

 avatar  avatar

andirkh's Issues

Figuring out how to migrate Blog from old Hugo to Bun

Background :

  • Current stack is using Go and Hugo. managing the blog is harder because it's using Go and Hugo version from 6 years ago. furthermore, it's using modified template from other developer.
  • Bun use javascript and fast. I just more familiar with Javascript than Go and their templating engine.
  • I want to use tailwind and reusable daisyUI than super customized css

Objectives :

  • plan
  • implementation
  • deploy it to netlify
  • add portofolio page (not blog only)

Figuring out how Nix can be applied in development workflow

Nix is package management and system configuration https://nixos.org/

it's useful if your projects needs multiple version of tool. e.g project A needs python3.10 and project B needs python3.11

defined by a shell.nix file. here's my typical example :

{ pkgs ? import <nixpkgs> {} }:

pkgs.mkShell {
	packages = with pkgs; [
		git
		python311
		pkgs.pdm
	];
}

installation :

sh <(curl -L https://nixos.org/nix/install)

how to run :
shell-nix

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.