Blog

Page 519 of my articles, tutorials, and thoughts

Latest Articles

Cover Image for How does data binding work in AngularJS?
angularjsjavascript

How does data binding work in AngularJS?

Published on September 2, 2023

# ๐ŸŒŸDecoding Data Binding in AngularJS So, you want to unravel the magic behind data binding in AngularJS, huh? You've come to the right place! ๐ŸŽ‰ ## The Mysterious Connection Data binding is one of the most powerful features of AngularJS that makes it

Cover Image for Can"t bind to "ngModel" since it isn"t a known property of "input"
javascript

Can"t bind to "ngModel" since it isn"t a known property of "input"

Published on September 2, 2023

# ๐Ÿ˜• Can't bind to 'ngModel' since it isn't a known property of 'input'. ๐Ÿ˜• So you're working on your Angular project, feeling all excited and ready to go. You create a simple input field in your component and use [(ngModel)] to bind it to a variable call

Cover Image for Detecting an "invalid date" Date instance in JavaScript
datejavascript

Detecting an "invalid date" Date instance in JavaScript

Published on September 2, 2023

# Detecting an "Invalid Date" Date instance in JavaScript ๐Ÿ˜•๐Ÿ“… Have you ever come across a situation where you needed to validate if a Date instance in JavaScript is valid or invalid? ๐Ÿง It can be quite tricky to distinguish between the two, but fret not!

Cover Image for How do I get cURL to not show the progress bar?

How do I get cURL to not show the progress bar?

Published on September 2, 2023

๐Ÿ”ฎ How to Get cURL to Not Show the Progress Bar Are you tired of seeing that pesky progress bar when using cURL in your scripts? Well, you're definitely not alone! Many developers have come across this issue and spent precious time trying to find a soluti

Cover Image for Disable same origin policy in Chrome
ajaxjavascript

Disable same origin policy in Chrome

Published on September 2, 2023

# ๐Ÿšง How to Disable Same-origin Policy in Chrome ๐Ÿšง ๐Ÿ‘‹ Hey there, tech enthusiasts! Today we have an interesting question to tackle: "Is there any way to disable the Same-origin policy on Google's Chrome browser?" ๐Ÿค” If you're not familiar with the Same-

Cover Image for How to download a file from server using SSH?

How to download a file from server using SSH?

Published on September 2, 2023

# How to Download a File from Server Using SSH? ๐Ÿš€ Downloading files from a server using SSH may seem daunting at first, but fear not! In this guide, we will walk you through the process step by step, so you can retrieve that precious file and have it rea

Cover Image for How do I write standard error to a file while using "tee" with a pipe?

How do I write standard error to a file while using "tee" with a pipe?

Published on September 2, 2023

๐Ÿ“ **Tech Blog: Writing Standard Error to a File with Tee and Pipe** Hey there tech enthusiasts! ๐Ÿ‘‹ Are you struggling to write standard error to a file while using the "tee" command with a pipe? ๐Ÿค” Well, worry no more! In this guide, we'll address this c

Cover Image for Check if a value is an object in JavaScript
javascriptjavascript-objectstypes

Check if a value is an object in JavaScript

Published on September 2, 2023

## ๐Ÿค” How to Check if a Value is an Object in JavaScript JavaScript is a versatile programming language that allows flexibility in data types. When working with code, you may come across situations where you need to check if a value is an object. This can

Cover Image for How does JavaScript .prototype work?
javascript

How does JavaScript .prototype work?

Published on September 2, 2023

# How does JavaScript `.prototype` work? ๐Ÿค” If you've delved into JavaScript, you might have come across the concept of `.prototype` and wondered what it really does. ๐Ÿคทโ€โ™‚๏ธ Don't worry, you're not alone! In this blog post, we'll demystify the JavaScript `

Cover Image for How do I know the script file name in a Bash script?
shell

How do I know the script file name in a Bash script?

Published on September 2, 2023

# ๐Ÿ” How to Know the Script File Name in a Bash Script? You're running a ๐Ÿš Bash script and you want to know the name of the script file itself. It's pretty cool to make your script aware of its own name, right? ๐Ÿค” ## Identifying the Script File Name ๐Ÿ“