Shaarli
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
19 results tagged developers  ✕
Sunsetting Atom | The GitHub Blog https://github.blog/2022-06-08-sunsetting-atom/
Wed Jun 8 19:12:30 2022
QRCode
archive.org
thumbnail
developers devtools github
La CNIL publie une nouvelle version de son guide RGPD pour les développeurs https://www.cnil.fr/fr/la-cnil-publie-une-nouvelle-version-de-son-guide-rgpd-pour-les-developpeurs
Tue Dec 14 11:24:50 2021
QRCode
archive.org

Cette révision majeure du guide intègre des fiches inédites ainsi que des extraits de code pour illustrer de manière pratique certaines exigences du RGPD.

RGPD france developers web
What’s New In Python 3.9 https://docs.python.org/release/3.9.0/whatsnew/3.9.html
Tue Oct 6 14:17:17 2020
QRCode
archive.org
developers python
How to Copy a big Object or Array from console to clipboard https://dev.to/vtrpldn/how-to-copy-a-big-object-or-array-from-console-to-clipboard-3hi
Fri Sep 4 08:50:46 2020
QRCode
archive.org
thumbnail

Have you ever found yourself trying to Ctrl-C a console.log() output, only to get mad when it doesn't really work with long Objects and Arrays?

developers devtools
“Let’s use Kubernetes!” Now you have 8 problems https://pythonspeed.com/articles/dont-need-kubernetes/
Sat Mar 7 13:20:05 2020
QRCode
archive.org
thumbnail

There is no such thing as best practices in general; there are only best practices for a particular situation. Just because something is trendy and popular doesn’t mean it’s the right choice for you.

docker kubernetes developers
Like `console.log` But Better https://dev.to/leirasanchez/like-console-log-but-better-nhm
Thu Feb 27 08:52:28 2020
QRCode
archive.org
thumbnail

Did you know the console has more properties than log? Try it yourself! Write this into your console and be amazed. console.log(console);

developers devtools
Google's new Android Flash Tool installs AOSP images on Pixels straight from your web browser https://www.androidpolice.com/2020/01/28/googles-new-android-flash-tool-installs-aosp-images-on-pixels-straight-from-your-web-browser/
Tue Jan 28 22:06:57 2020
QRCode
archive.org
thumbnail

Google just released a new browser tool for developers that enjoy mucking about with AOSP test builds. It's called the Android Flash Tool, and it works almost entirely inside your browser, allowing you to quickly and easily pull down AOSP images and flash them to your phone.

android chrome google developers
Npm bans terminal ads and Mozilla CEO will step down at the end of the year | Front End News #16 https://dev.to/adriansandu/npm-bans-terminal-ads-and-mozilla-ceo-will-step-down-at-the-end-of-the-year-front-end-news-16-46mm
Mon Sep 2 08:40:01 2019
QRCode
archive.org
thumbnail
  • The main headline is about the controversy over using terminal ads to fund Open Source maintainers.
  • Mozilla CEO will step down at the end of 2019
  • Microsoft announces TypeScript 3.6
  • Dojo 6 is now available
developers javascript
How to cut onions without tears (using Oracle) http://turnoff.us/geek/how-to-cut-onions-without-tears/
Fri Jul 26 17:20:49 2019
QRCode
archive.org
thumbnail
comics funny developers oracle
CORS Explained http://turnoff.us/geek/cors-explained/
Thu Jul 11 08:31:39 2019
QRCode
archive.org
thumbnail
developers funny comics
I charged $18,000 for a Static HTML Page https://idiallo.com/blog/18000-dollars-static-web-page
Thu May 16 07:49:25 2019
QRCode
archive.org
thumbnail

... and got away with it.

tech developers funny
VSCodeThemes, l'annuaire des thèmes pour Visual Studio Code https://blog.shevarezo.fr/post/2018/08/20/vscodethemes-annuaire-themes-visual-studio-code
Fri Aug 24 18:36:52 2018
QRCode
archive.org
thumbnail

Le marketplace de Visual Studio Code n'est vraiment pas pratique pour trouver son bonheur dans les différents thèmes que la communauté met à notre disposition. Découvrez le site VSCodeThemes, qui permet de choisir beaucoup plus facilement son thème pour Visual Studio Code !

microsoft developers
Google Cloud has been experiencing an outage, resulting in widespread problems with several services https://www.androidpolice.com/2018/07/17/google-cloud-experiencing-outage-resulting-widespread-problems-several-services/
Tue Jul 17 22:20:01 2018
QRCode
archive.org
thumbnail

Many products and services these days relies on third-party platforms like Amazon's AWS and Google Cloud to work. After all, everything that can be turned into a subscription can be made into a business, and not everyone wants to run their own data centers or software platforms just to make an app. Unfortunately, that means that when one of those big players runs into a problem, it hits a pretty wide audience. Just earlier this hour, Google Cloud ran into a bit of a snag, and that has trickled over into other products like Snapchat, Discord, Evernote, Pokemon Go, and many others, though it should be resolving.

google cloud discord developers
Oh Javascript... 🙄 https://dev.to/kspeakman/oh-javascript--3404
Sun Jun 17 16:58:06 2018
QRCode
archive.org
thumbnail

Just ran across this little gem.

new Date('2018-01-01')
<- Sun Dec 31 2017 18:00:00 GMT-0600 (Central Standard Time)

new Date('2018/01/01')
<- Mon Jan 01 2018 00:00:00 GMT-0600 (Central Standard Time) 
developers javascript
MapKit JS | Apple Developer Documentation https://developer.apple.com/documentation/mapkitjs
Tue Jun 5 17:27:20 2018
QRCode
archive.org
thumbnail
apple developers sdk
Elixir vs Ruby - where to use? https://dev.to/iriskatastic/elixir-vs-ruby---where-to-use-3pjb
Thu May 10 23:17:15 2018
QRCode
archive.org
thumbnail

I work in a Ruby on Rails agency, and we choose Ruby as our main programming language. But at the same time, we do use Elixir for a big part of our projects. How do we know when to use one of these programming languages? Here is the summary of the decision-making process. Elixir vs Ruby - where to use?

ruby elixir developers
Who Cares? https://dev.to/patrickbjohnson/who-cares
Tue Sep 19 16:10:10 2017
QRCode
archive.org
thumbnail
developers
Prototyping the Future of DevTools https://medium.freecodecamp.org/prototyping-the-future-of-devtools-f54ba4d51891
Sat Sep 16 11:22:10 2017
QRCode
archive.org
thumbnail

12 years ago web development had almost no tooling. There was no easy way to inspect the DOM, monitor the network or even console.log…

developers devtools chrome
11 Things Developers Love Hearing From Non-Developer Co-Workers https://hackernoon.com/11-things-developers-love-hearing-from-non-developer-co-workers-ea94805cf05d
Tue Sep 12 10:59:23 2017
QRCode
archive.org
thumbnail

“The client needs this to work on IE 6.”

developers funny
4566 links
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn