Coding articles

35 bookmarks
Custom sorting
The Death of the Junior Developer
The Death of the Junior Developer
LLMs are putting pressure on junior tech jobs. Learn how to stay ahead.
·sourcegraph.com·
The Death of the Junior Developer
How to append multiple lines to a file
How to append multiple lines to a file
I am writing a bash script to look for a file if it doesn't exist then create it and append this to it: Host localhost ForwardAgent yes So "line then new line 'tab' then text" I think its a
·unix.stackexchange.com·
How to append multiple lines to a file
What's the difference between using "let" and "var"?
What's the difference between using "let" and "var"?
ECMAScript 6 introduced the let statement. I've heard that it's described as a local variable, but I'm still not quite sure how it behaves differently than the var keyword. What are the differences...
·stackoverflow.com·
What's the difference between using "let" and "var"?
Learn the Basics of Git in Under 10 Minutes
Learn the Basics of Git in Under 10 Minutes
by Gowtham Venkatesan Learn the Basics of Git in Under 10 Minutes Yes, the title is a clickbait. There is no way you can understand the basics of git technology in just 10 minutes. But you can get pretty close in about 25 minutes. And that is the purpose of
·freecodecamp.org·
Learn the Basics of Git in Under 10 Minutes
How to Create a Website
How to Create a Website
Want to know how to build a website? This step-by-step guide will help you create your own website, using the right tools. Updated for 2022.
·websitesetup.org·
How to Create a Website
Aligning Icons to Text: Example 2
Aligning Icons to Text: Example 2
Almost there. Everything is aligned but the music note is closer to the text than the other icons....
·codepen.io·
Aligning Icons to Text: Example 2
15 CSS Speech Bubbles
15 CSS Speech Bubbles
Collection of hand-picked free HTML and CSS speech bubble code examples. Update of April 2020 collection. 4 new examples.
·freefrontend.com·
15 CSS Speech Bubbles
Object-Oriented Languages | Encyclopedia.com
Object-Oriented Languages | Encyclopedia.com
Object-Oriented Languages An object-oriented language is a computer programming language that revolves around the concept of an object. Object-oriented languages were developed to make it easier to develop, debug, reuse, and maintain software than is possible with earlier languages. Understanding objects, and object-oriented languages, requires knowledge of the evolution of computer programming languages and data structures. Source for information on Object-Oriented Languages: Computer Sciences dictionary.
·encyclopedia.com·
Object-Oriented Languages | Encyclopedia.com
Git Commands | Gitkraken
Git Commands | Gitkraken
Visit this Git commands cheat sheet to learn common Git commands like clone, push, pull, branch, etc.
·gitkraken.com·
Git Commands | Gitkraken
Indent a sub-header (H1>H2>H3) blocks in Markdown (wiki)?
Indent a sub-header (H1>H2>H3) blocks in Markdown (wiki)?
I'm looking for a way to indent a Sub-Header and a text block in a gitit wiki An example: gitit example I do not like that H2 (and it's text block) is indented the same as the H1 I'd like H2 to...
·stackoverflow.com·
Indent a sub-header (H1>H2>H3) blocks in Markdown (wiki)?
An Introduction to Deep Learning
An Introduction to Deep Learning
Companies are turning to deep learning to solve hard problems, like speech recognition, object recognition, and machine translation.
·algorithmia.com·
An Introduction to Deep Learning
Course Introduction - Scrimba.com
Course Introduction - Scrimba.com
Learn to code with interactive screencasts. Our courses and tutorials will teach you React, Vue, Angular, JavaScript, HTML, CSS, and more. Scrimba is the fun and easy way to learn web development.
·scrimba.com·
Course Introduction - Scrimba.com
Export Facebook's Birthday (fb2cal)
Export Facebook's Birthday (fb2cal)
Context Around 20 June 2019, Facebook removed their Facebook Birthday ics export option. This change was unannounced and no reason was ever released. As a heavy user of this feature I was very upset. I use the birthday export feature to be reminded of upcoming birthdays so I can congratulations friends and family. After it...read more.
·mobeigi.com·
Export Facebook's Birthday (fb2cal)
Godot Editor running in a web browser
Godot Editor running in a web browser
Bringing the Godot Editor to the web: lowering the barrier for newcomers while enhancing the HTML5 export.
·godotengine.org·
Godot Editor running in a web browser