Skip to content
Navigation menu
Log in
Create account
DEV Community
Close
#
programmingtips
Follow
Hide
Posts
Left menu
👋
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
Undefined Vs Not Defined in Javascript
Ashlyn Joshy
Ashlyn Joshy
Ashlyn Joshy
Follow
Sep 17 '24
Undefined Vs Not Defined in Javascript
#
javascript
#
beginnerdevelopers
#
webdev
#
programmingtips
1
reaction
Comments
Add Comment
1 min read
Simplifying Union Types and Arrays in TypeScript
mktoho
mktoho
mktoho
Follow
Oct 12 '24
Simplifying Union Types and Arrays in TypeScript
#
typescript
#
javascript
#
uniontypes
#
programmingtips
1
reaction
Comments
3
comments
2 min read
Python Fundamentals: Theory Overview
Seyed Ahmad
Seyed Ahmad
Seyed Ahmad
Follow
Sep 28 '24
Python Fundamentals: Theory Overview
#
programming
#
tutorial
#
python
#
programmingtips
4
reactions
Comments
1
comment
21 min read
map(), filter(), and reduce() in Javascript
Ashlyn Joshy
Ashlyn Joshy
Ashlyn Joshy
Follow
Sep 2 '24
map(), filter(), and reduce() in Javascript
#
javascript
#
webdev
#
programmingtips
14
reactions
Comments
6
comments
3 min read
Intuition VS. Guesstimate - Why are projects more late than not.
Slobi
Slobi
Slobi
Follow
Jul 29 '24
Intuition VS. Guesstimate - Why are projects more late than not.
#
softwaredevelopment
#
projectmanagement
#
timeestimation
#
programmingtips
1
reaction
Comments
Add Comment
6 min read
Understanding Go's Garbage Collector: A Detailed Guide
Ashish Singh
Ashish Singh
Ashish Singh
Follow
Jul 6 '24
Understanding Go's Garbage Collector: A Detailed Guide
#
go
#
garbagecollection
#
memorymanagement
#
programmingtips
4
reactions
Comments
1
comment
4 min read
Tips for collaborating with a new project codebase
Mariana Caldas
Mariana Caldas
Mariana Caldas
Follow
for
Web Dev Path
Jun 21 '24
Tips for collaborating with a new project codebase
#
codereview
#
softwaredevelopment
#
programmingtips
10
reactions
Comments
Add Comment
5 min read
How to Switch from HTTPS to SSH for GitLab Repositories
Geoffrey Kim
Geoffrey Kim
Geoffrey Kim
Follow
May 31 '24
How to Switch from HTTPS to SSH for GitLab Repositories
#
git
#
ssh
#
versioncontrol
#
programmingtips
5
reactions
Comments
Add Comment
2 min read
Moving Work from the Main Branch to a New Branch in Git
Geoffrey Kim
Geoffrey Kim
Geoffrey Kim
Follow
May 31 '24
Moving Work from the Main Branch to a New Branch in Git
#
git
#
versioncontrol
#
softwaredevelopment
#
programmingtips
Comments
Add Comment
2 min read
Reverting File Changes in Git: A Comprehensive Guide
Geoffrey Kim
Geoffrey Kim
Geoffrey Kim
Follow
May 16 '24
Reverting File Changes in Git: A Comprehensive Guide
#
git
#
versioncontrol
#
devops
#
programmingtips
8
reactions
Comments
1
comment
3 min read
PyStructures
Justin L Beall
Justin L Beall
Justin L Beall
Follow
Apr 2 '24
PyStructures
#
python
#
datastructures
#
codingskills
#
programmingtips
Comments
Add Comment
11 min read
Effective Error 🚨 Handling Strategies in [Your Preferred Programming Language]
Hemant
Hemant
Hemant
Follow
Mar 9 '24
Effective Error 🚨 Handling Strategies in [Your Preferred Programming Language]
#
errors
#
programmingtips
#
softwareengineering
5
reactions
Comments
Add Comment
1 min read
Understanding Object-Oriented Programming Concepts: A Comprehensive Guide for Interviews
M ZUNAIR TARIQ
M ZUNAIR TARIQ
M ZUNAIR TARIQ
Follow
Dec 17 '23
Understanding Object-Oriented Programming Concepts: A Comprehensive Guide for Interviews
#
csharp
#
dotnet
#
oopconcepts
#
programmingtips
2
reactions
Comments
4
comments
1 min read
5 Git Commands You Shouldn’t Ignore
Mainul Hasan
Mainul Hasan
Mainul Hasan
Follow
Sep 12 '23
5 Git Commands You Shouldn’t Ignore
#
git
#
programmingtips
#
versioncontrol
#
coding
9
reactions
Comments
2
comments
2 min read
Entry-7: Different Ways to Collections in C#
ibenge Uforo
ibenge Uforo
ibenge Uforo
Follow
Jul 23 '23
Entry-7: Different Ways to Collections in C#
#
programmingtips
#
dotnet
#
csharp
#
productivity
1
reaction
Comments
3
comments
4 min read
The Right Way to Check for Null in C#
Wael Habbal
Wael Habbal
Wael Habbal
Follow
Jun 13 '23
The Right Way to Check for Null in C#
#
csharp
#
dotnet
#
programmingtips
49
reactions
Comments
1
comment
4 min read
Programming Tip #5: Sleep
Jesse Warden
Jesse Warden
Jesse Warden
Follow
May 3 '22
Programming Tip #5: Sleep
#
sleep
#
programmingtips
#
softwarequality
9
reactions
Comments
Add Comment
1 min read
Programming Tip #4: Domain Modeling using And and Or types
Jesse Warden
Jesse Warden
Jesse Warden
Follow
May 2 '22
Programming Tip #4: Domain Modeling using And and Or types
#
fsharp
#
programmingtips
6
reactions
Comments
Add Comment
1 min read
Programming Tip #3: Functional Core, Imperative Shell for AWS Lambdas
Jesse Warden
Jesse Warden
Jesse Warden
Follow
May 1 '22
Programming Tip #3: Functional Core, Imperative Shell for AWS Lambdas
#
python
#
programmingtips
7
reactions
Comments
Add Comment
1 min read
Programming Tip #2: Avoid globals for dependencies; instead inject them as function arguments.
Jesse Warden
Jesse Warden
Jesse Warden
Follow
Apr 30 '22
Programming Tip #2: Avoid globals for dependencies; instead inject them as function arguments.
#
javascript
#
testing
#
programmingtips
3
reactions
Comments
6
comments
1 min read
Understand more magic methods: __callStatic()
Ngo Dinh Cuong
Ngo Dinh Cuong
Ngo Dinh Cuong
Follow
Aug 24 '21
Understand more magic methods: __callStatic()
#
programming
#
php
#
magicmethods
#
programmingtips
8
reactions
Comments
Add Comment
2 min read
Importing Modules In Python
Emmanuel Tanimowo
Emmanuel Tanimowo
Emmanuel Tanimowo
Follow
Aug 8 '21
Importing Modules In Python
#
python
#
pythonbeginner
#
pythonmodules
#
programmingtips
7
reactions
Comments
1
comment
3 min read
Create a React drag and drop file upload component from scratch 🥊
milindsoorya
milindsoorya
milindsoorya
Follow
May 20 '21
Create a React drag and drop file upload component from scratch 🥊
#
javascript
#
react
#
programmingtips
45
reactions
Comments
1
comment
3 min read
Programming Case Types !Explained
Mahesh Sv
Mahesh Sv
Mahesh Sv
Follow
May 1 '21
Programming Case Types !Explained
#
programmingtips
#
camelcase
#
pascalcase
#
programming
2
reactions
Comments
Add Comment
2 min read
On Readability
Harry Dennen
Harry Dennen
Harry Dennen
Follow
Aug 30 '19
On Readability
#
readability
#
programmingtips
#
javascript
#
programming
8
reactions
Comments
Add Comment
2 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account