DEV Community

Lukas Gaucas profile picture

Lukas Gaucas

IT pilgrim / physio / blogger

Education

Baltic Technology Institute (BIT)

Git bash for Windows users PS1 variable (aka prompt) customization

Git bash for Windows users PS1 variable (aka prompt) customization

Comments
1 min read

Want to connect with Lukas Gaucas?

Create an account to connect with Lukas Gaucas. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
PHP-like namespaces in JavaScript using Unicode identifiers + variadic function (2.2 ed.) | 2024 revision

PHP-like namespaces in JavaScript using Unicode identifiers + variadic function (2.2 ed.) | 2024 revision

Comments
1 min read
More explicit interface implementation in Go using simple function signature | 3 ed.

More explicit interface implementation in Go using simple function signature | 3 ed.

1
Comments
1 min read
Most sophisticated embedding pattern in Go: embedded interface within a struct

Most sophisticated embedding pattern in Go: embedded interface within a struct

2
Comments
2 min read
Golang encapsulation for protected fields – quick insight

Golang encapsulation for protected fields – quick insight

2
Comments
1 min read
TypeScript for prototyping: bijective function example with generics' notation

TypeScript for prototyping: bijective function example with generics' notation

1
Comments
1 min read
Carbon-design-system for Svelte: dynamic import is your only solution !

Carbon-design-system for Svelte: dynamic import is your only solution !

2
Comments
1 min read
Type checking in Go – alternative approach

Type checking in Go – alternative approach

1
Comments
1 min read
JavaScript web__constants (Node.js-friendly)

JavaScript web__constants (Node.js-friendly)

2
Comments
1 min read
Initial konva-svelte public pre-release

Initial konva-svelte public pre-release

2
Comments
1 min read
Map-based (functional) namespacing

Map-based (functional) namespacing

2
Comments
1 min read
Git : feature-branch is nth commits behind

Git : feature-branch is nth commits behind

Comments
2 min read
Svelte : declare component without tags

Svelte : declare component without tags

Comments
1 min read
Bash tips

Bash tips

Comments
2 min read
Golang perk series : underlying type #8

Golang perk series : underlying type #8

1
Comments
1 min read
Git bash for Windows : cwd

Git bash for Windows : cwd

Comments
1 min read
Golang perk series : structs – pass_by_reference #7 | (pointers-again)

Golang perk series : structs – pass_by_reference #7 | (pointers-again)

4
Comments
1 min read
Golang perk series : structs & partial inheritance with embedded structs #6.1

Golang perk series : structs & partial inheritance with embedded structs #6.1

4
Comments 1
1 min read
Golang perk series : *pointers in Go – basics #5

Golang perk series : *pointers in Go – basics #5

3
Comments
1 min read
Golang perk series : simple read-line (CLI) in Golang vs. Node.js #4

Golang perk series : simple read-line (CLI) in Golang vs. Node.js #4

4
Comments
1 min read
Golang perk series : (typed) arrays – JS vs. GO #3

Golang perk series : (typed) arrays – JS vs. GO #3

4
Comments
2 min read
Golang perk series : prefix-less functions #2.1 (2023ed.)

Golang perk series : prefix-less functions #2.1 (2023ed.)

4
Comments
1 min read
Golang perk series : intro #1

Golang perk series : intro #1

4
Comments
1 min read
I/O redirections on Node.js via Git Bash for Windows (Windows-users oriented)

I/O redirections on Node.js via Git Bash for Windows (Windows-users oriented)

3
Comments
1 min read
Flexbox almanac

Flexbox almanac

1
Comments
1 min read
Instance of program : abstract journey from program to CPU (2 ed.)

Instance of program : abstract journey from program to CPU (2 ed.)

4
Comments
2 min read
Software engineering : principle of precedence

Software engineering : principle of precedence

4
Comments
1 min read
Node.js fundamentals allegorically

Node.js fundamentals allegorically

3
Comments
2 min read
Dark side of WWW glossary

Dark side of WWW glossary

3
Comments
1 min read
Webpack devServer : writeToDisk

Webpack devServer : writeToDisk

7
Comments
1 min read
Prototypeless namespaces examples in JS | 2 ed.

Prototypeless namespaces examples in JS | 2 ed.

8
Comments
1 min read
Token is your plastic chip card – idiomatic approach to tokens

Token is your plastic chip card – idiomatic approach to tokens

5
Comments
1 min read
Store-in-Svelte : unsubscribe method pseudo-c0de

Store-in-Svelte : unsubscribe method pseudo-c0de

9
Comments
1 min read
Computer's electronics is your body with emotions - give some hormone (code) & see what happens !

Computer's electronics is your body with emotions - give some hormone (code) & see what happens !

1
Comments
1 min read
Couple of custom written prototype methods for TypedArrays in JavaScript

Couple of custom written prototype methods for TypedArrays in JavaScript

5
Comments 2
2 min read
output.target vs. output.chunkFormat in Webpack5

output.target vs. output.chunkFormat in Webpack5

1
Comments
1 min read
Don't use explicit const in global scope of JavaScript

Don't use explicit const in global scope of JavaScript

5
Comments
1 min read
CJS's __dirname & __filename for ESM – beginners friendly constants

CJS's __dirname & __filename for ESM – beginners friendly constants

5
Comments
1 min read
Easy-to-grasp Playwright boilerplate for testing

Easy-to-grasp Playwright boilerplate for testing

Comments
1 min read
CJS & ESM modules cross-compatibility

CJS & ESM modules cross-compatibility

3
Comments
1 min read
Installed apps vs. Web apps in Google Cloud Platform (GCP)

Installed apps vs. Web apps in Google Cloud Platform (GCP)

1
Comments
3 min read
Constructorless namespaces in ES5 & ES6 | 2.1 ed.

Constructorless namespaces in ES5 & ES6 | 2.1 ed.

6
Comments
2 min read
JavaScript prototype demystified once and forever

JavaScript prototype demystified once and forever

7
Comments
3 min read
Static vs. Singleton in JavaScript

Static vs. Singleton in JavaScript

5
Comments
3 min read
Stringify global objects – debugging helpers

Stringify global objects – debugging helpers

6
Comments
2 min read
Content-Security-Policy (CSP) warning in Electron – how to disable it?

Content-Security-Policy (CSP) warning in Electron – how to disable it?

Comments
1 min read
Svelte stores: console-level & UI-level

Svelte stores: console-level & UI-level

3
Comments
1 min read
Context may be reactive in Svelte if...

Context may be reactive in Svelte if...

1
Comments
1 min read
Svelte – props downlifting (pattern) & uplifting (anti-pattern)

Svelte – props downlifting (pattern) & uplifting (anti-pattern)

3
Comments
1 min read
Svelte component forwarding for event bubbling + forwardRef

Svelte component forwarding for event bubbling + forwardRef

1
Comments
1 min read
undefined vs. null in JS – don't get confused

undefined vs. null in JS – don't get confused

Comments
1 min read
Two ways to launch Electron app

Two ways to launch Electron app

3
Comments
1 min read
JavaScript functional binding(thisExplained)

JavaScript functional binding(thisExplained)

6
Comments
3 min read
Svelte referential identity

Svelte referential identity

7
Comments
1 min read
Delay console.log()

Delay console.log()

5
Comments
1 min read
Package.json practical side clarified (2 ed.)

Package.json practical side clarified (2 ed.)

6
Comments
2 min read
Visibility modifiers, keyword of static – all in one of JavaScript ES5 standard you need for today ! [2021-12-30] (2 ed.)

Visibility modifiers, keyword of static – all in one of JavaScript ES5 standard you need for today ! [2021-12-30] (2 ed.)

5
Comments
2 min read
Promise chaining (2 ed.)

Promise chaining (2 ed.)

Comments
3 min read
Reactify your checkbox !

Reactify your checkbox !

Comments
1 min read
Node.js module system + purge the cache for CJS

Node.js module system + purge the cache for CJS

Comments
1 min read
loading...