These are public posts tagged with #codesnippets. You can interact with them if you have an account anywhere in the fediverse.
#Development #Guidelines
Rules for writing software tutorials · Crafting a great tutorial is easier than you think https://ilo.im/161nru
_____
#Software #Tutorials #Terminology #CodeSnippets #Content #Blog #WebDev #Frontend #Backend
It's easier than you think to write an exceptional…
refactoringenglish.comYou can find all these steps detailed in an article I published on my blog at https://allaboutcoding.ghinda.com/add-code-snippet-in-rubymine-and-visual-studio-code-to-bindingbreak
Learn how to add a code snippet for adding binding.break…
allaboutcoding.ghinda.comEffortlessly divide a list into chunks in Python using chunk(lst, size). It splits lst into sublists of size using map and lambda. The ceil function ensures even the last chunk is captured, no matter the list size. #Python #Programming #CodeSnippets
5 CSS snippets every front-end developer should know in 2024
by Adam Argyle @argyleink at @ChromiumDev
#webdev #codesnippets #coding
https://web.dev/articles/5-css-snippets-every-front-end-developer-should-know-in-2024
Cross Platform Snippet Management with Espanso
Since I added Linux to my operating system workflow I am no longer able to have all my text snippets, including code, only available on macOS. I need a cross-platform snippet tool and today we're going to look at Espanso which is my current option for a cross-platform snippet manager.
Installing Espanso
On macOS, you have two
https://curtismchale.ca/2023/06/14/cross-platform-snippet-management-with-espanso/
#Apps #CodeSnippets #espanso
#Development #Techniques
How I write alt text for code snippets on social media · Should the alt text just be a copy of the full code? https://ilo.im/14zusz
_____
#WebDev #Frontend #Backend #Code #CodeSnippets #Accessibility #AltText #SocialMedia
Because blind and low-vision programmers deserve a…
ilo.imCross Platform Snippet Management with Espanso
Since I added Linux to my operating system workflow I am no longer able to have all my text snippets, including code, only available on macOS. I need a cross-platform snippet tool and today we're going to look at Espanso which is my current option for a cross-platform snippet manager.
Installing Espanso
On macOS, you have two
https://curtismchale.ca/2023/06/14/cross-platform-snippet-management-with-espanso/
#Apps #CodeSnippets #espanso
My RStudio code snippets to get an object from a character string and get the object name as a strong from the object:
snippet string2obj
eval(parse(text = "${1:obj_name}"))
snippet obj2string
deparse(substitute(${1:obj_name}))
I just published my small collection of #Xcode #CodeSnippets. Grab them, extend them or ignore them.
// @swift @swiftui
A set of Xcode CodeSnippets I use. Contribute to phranck/Xcode-CodeSnippets…
github.com