Forem

icncsx profile picture

icncsx

<༼ つ ◕_◕ ༽つ />

Location Remote Joined Joined on  github website twitter website
Five Year Club
Four Year Club
Writing Debut
Three Year Club
Two Year Club
One Year Club
4 Week Writing Streak
DEV Contributor
Parameter usage for default args in JS
Cover image for Parameter usage for default args in JS

Parameter usage for default args in JS

6
Comments
1 min read

Want to connect with icncsx?

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

Already have an account? Sign in
Boolean coercion
Cover image for Boolean coercion

Boolean coercion

4
Comments 2
1 min read
Assignment has a return value in JS
Cover image for Assignment has a return value in JS

Assignment has a return value in JS

14
Comments 3
1 min read
Difference between parameter and argument
Cover image for Difference between parameter and argument

Difference between parameter and argument

5
Comments
1 min read
Uploading Docker Images to AWS ECR
Cover image for Uploading Docker Images to AWS ECR

Uploading Docker Images to AWS ECR

10
Comments
1 min read
Lambda container approach in AWS
Cover image for Lambda container approach in AWS

Lambda container approach in AWS

7
Comments
1 min read
What is manylinux?
Cover image for What is manylinux?

What is manylinux?

18
Comments 1
2 min read
Python Packaging: sdist vs bdist
Cover image for Python Packaging: sdist vs bdist

Python Packaging: sdist vs bdist

20
Comments 2
2 min read
pip stuff you might need to know
Cover image for pip stuff you might need to know

pip stuff you might need to know

14
Comments
1 min read
Program vs Process vs Thread
Cover image for Program vs Process vs Thread

Program vs Process vs Thread

10
Comments 1
1 min read
Functions are first class objects
Cover image for Functions are first class objects

Functions are first class objects

7
Comments
1 min read
What determines the truthiness of an object in Python?

What determines the truthiness of an object in Python?

9
Comments 4
1 min read
Equality by Value vs Equality by Identity
Cover image for Equality by Value vs Equality by Identity

Equality by Value vs Equality by Identity

12
Comments
1 min read
Why I use a static type checker for Python code
Cover image for Why I use a static type checker for Python code

Why I use a static type checker for Python code

8
Comments
1 min read
Best advice I've gotten from managers
Cover image for Best advice I've gotten from managers

Best advice I've gotten from managers

8
Comments
1 min read
Is Python a compiled language?
Cover image for Is Python a compiled language?

Is Python a compiled language?

7
Comments 3
1 min read
What are race conditions?
Cover image for What are race conditions?

What are race conditions?

9
Comments 2
1 min read
What is duck typing?
Cover image for What is duck typing?

What is duck typing?

16
Comments 3
1 min read
Python is strongly, dynamically typed. What does that mean?
Cover image for Python is strongly, dynamically typed. What does that mean?

Python is strongly, dynamically typed. What does that mean?

19
Comments 2
1 min read
The concepts that React tutorials usually skip over
Cover image for The concepts that React tutorials usually skip over

The concepts that React tutorials usually skip over

401
Comments 8
3 min read
Reagent 101 / why Form 2 components need to return a function
Cover image for Reagent 101 / why Form 2 components need to return a function

Reagent 101 / why Form 2 components need to return a function

7
Comments 1
1 min read
Expanding the idea of open source contribution
Cover image for Expanding the idea of open source contribution

Expanding the idea of open source contribution

6
Comments 1
2 min read
Reagent 101 / why square brackets?
Cover image for Reagent 101 / why square brackets?

Reagent 101 / why square brackets?

6
Comments
2 min read
The "other" reason to learn niche languages
Cover image for The "other" reason to learn niche languages

The "other" reason to learn niche languages

9
Comments 3
1 min read
Commitment dread: what keeps me hyper motivated
Cover image for Commitment dread: what keeps me hyper motivated

Commitment dread: what keeps me hyper motivated

7
Comments
1 min read
Reagent 101 / when does a component re-render?
Cover image for Reagent 101 / when does a component re-render?

Reagent 101 / when does a component re-render?

7
Comments
2 min read
Reagent 101 / pt 3. / component
Cover image for Reagent 101 / pt 3. / component

Reagent 101 / pt 3. / component

5
Comments
1 min read
Reagent 101 / Hiccup vs. JSX
Cover image for Reagent 101 / Hiccup vs. JSX

Reagent 101 / Hiccup vs. JSX

4
Comments
1 min read
Reagent 101 / pt. 2 / Three Forms
Cover image for Reagent 101 / pt. 2 / Three Forms

Reagent 101 / pt. 2 / Three Forms

8
Comments
3 min read
Reagent 101 / pt. 1 / Hiccup
Cover image for Reagent 101 / pt. 1 / Hiccup

Reagent 101 / pt. 1 / Hiccup

9
Comments
2 min read
Writing more Clojure docs in the future
Cover image for Writing more Clojure docs in the future

Writing more Clojure docs in the future

10
Comments
1 min read
It's OK if your plans change
Cover image for It's OK if your plans change

It's OK if your plans change

9
Comments
1 min read
A selfish reason to contribute to open source
Cover image for A selfish reason to contribute to open source

A selfish reason to contribute to open source

47
Comments 11
2 min read
Clojure 101 / atom
Cover image for Clojure 101 / atom

Clojure 101 / atom

5
Comments
1 min read
Clojure 101 / threading macros
Cover image for Clojure 101 / threading macros

Clojure 101 / threading macros

23
Comments 3
1 min read
Clojure 101 / ! and ?
Cover image for Clojure 101 / ! and ?

Clojure 101 / ! and ?

6
Comments 2
1 min read
Clojure 101 / logical true or false
Cover image for Clojure 101 / logical true or false

Clojure 101 / logical true or false

5
Comments
1 min read
Clojure 101 / operator precedence
Cover image for Clojure 101 / operator precedence

Clojure 101 / operator precedence

7
Comments
1 min read
Clojure 101 / destructuring
Cover image for Clojure 101 / destructuring

Clojure 101 / destructuring

24
Comments
2 min read
ES6 Modules in Node
Cover image for ES6 Modules in Node

ES6 Modules in Node

25
Comments 1
2 min read
We need to share our rough drafts
Cover image for We need to share our rough drafts

We need to share our rough drafts

10
Comments 1
1 min read
JS / explain for loop leak
Cover image for JS / explain for loop leak

JS / explain for loop leak

9
Comments
2 min read
OS / How I made my first PR to DEV as a code newbie
Cover image for OS / How I made my first PR to DEV as a code newbie

OS / How I made my first PR to DEV as a code newbie

83
Comments 15
3 min read
JS / explain undefined, null, and NaN
Cover image for JS / explain undefined, null, and NaN

JS / explain undefined, null, and NaN

9
Comments
2 min read
JS / explain closures
Cover image for JS / explain closures

JS / explain closures

6
Comments
2 min read
Venturing into front-end land
Cover image for Venturing into front-end land

Venturing into front-end land

34
Comments 8
2 min read
loading...