programming.md
July 15, 2021 · View on GitHub
Bookmarks tagged [programming]
www.codever.land/bookmarks/t/programming
GitHub - charlax/professional-programming resources
https://github.com/charlax/professional-programming
A collection of full-stack resources for programmers. - charlax/professional-programming
- tags: programming, resources
- :octocat: source code
Écrire un code lisible et facile à maintenir en Java • Dev Java - Freelance Java
https://dev-java.fr/bonnes-pratiques-code-java-lisible-maintenable/
Il n’est pas facile d’écrire du code propre, il doit être lisible et maintenable, pour soi-même et surtout pour les ... Lire la suite
- :calendar: published on: 2021-06-23
- tags: java, programming
Comprendre les Optional en Java • Dev Java - Freelance Java
https://dev-java.fr/comprendre-optional-java/
Introduction Optional, une classe introduite dans Java 8, est souvent mal utilisée. L’élimination des valeurs nulles n’est pas un objectif ... Lire la suite
- :calendar: published on: 2021-06-17
- tags: java, programming
Fundamentals of Software Architecture — Neal Ford and Mark Richards - 57min
https://www.youtube.com/watch?v=fvSZ7gocaxI
Software architecture is frequently highlighted as one of the most desirable careers. But there's never been a handbook that gives you everything you need to know to succeed — until now. In this webin...
- :calendar: published on: 2020-04-17
- tags: programming, architecture
Branchless Programming: Why "If" is Sloowww... and what we can do about it! - Invidious
https://invidious.snopyta.org/watch?v=bVJ-mWWL7cE
- tags: branchless, programming
Learn Code the Hard Way
https://learncodethehardway.org/
- tags: programming, how-to, course, book
ELI5: What is Big O notation? : explainlikeimfive
https://www.reddit.com/r/explainlikeimfive/comments/1fxgvv/eli5_what_is_big_o_notation/
19.3m members in the explainlikeimfive community. Explain Like I'm Five is the best forum and archive on the internet for layperson-friendly …
- tags: programming, computer-science, bigonotation
Algorithm Complexity and Big O Notation
https://flaviocopes.com/complexity-big-o-notation/
Let’s discuss algorithms complexity, and in particular how we measure it in the context of algorithms. Different algorithms, given the same problem to solve and the same inputs, take a different time ...
- :calendar: published on: 2021-04-19
- tags: programming, bigonotation, computer-science
My Programming Journal
http://waynewallace.sdf.org/programming-blog.html
Open source Bookmarks and Code Snippets Manager for Developers & Co. Easy bookmarking with bookmarklets, browser extensions and IDE plugins. Quick retrieval of dev bookmarks with custom and rapid sear...
- :calendar: published on: 2021-04-18
- tags: programming, journal, web-application, fullstack, developer
Java Annotated Monthly – December 2020 | JetBrains Blog
https://blog.jetbrains.com/idea/2020/12/java-annotated-monthly-december-2020/
- :calendar: published on: 2020-12-02
- tags: java, programming
La meilleure technique de résolution de problèmes en programmation - Je suis un dev
https://www.jesuisundev.com/resolution-de-problemes/
La résolution de problèmes est ta principale activité en tant que développeur. Devenir bon là-dedans, c'est obligatoire.
- :calendar: published on: 2020-12-14
- tags: programming, methodology
GitHub - EbookFoundation/free-programming-books: Freely available programming books
https://github.com/EbookFoundation/free-programming-books?utm_campaign=explore-email&utm_medium=emai...
:books: Freely available programming books. Contribute to EbookFoundation/free-programming-books development by creating an account on GitHub.
- tags: programming, development
Keynote - Jacob Kaplan-Moss - Pycon 2015 - 35min
https://www.youtube.com/watch?v=hIJdFxYlEKE
- :calendar: published on: 2015-04-12
- tags: programming, pycon
Essays on programming I think about a lot | benkuhn.net
https://www.benkuhn.net/progessays/
- :calendar: published on: 2020-07-01
- tags: programming
Why Programmers Need Limits - Charles Scalfani - Medium
https://medium.com/@cscalfani/why-programmers-need-limits-3d96e1a0a6db
We come from a culture of No Limits or Push the Limits, but actually we need limits. We’re better off with them, but they need to be the right limits.
- :calendar: published on: 2016-08-06
- tags: programming
resources · master · Edinson E. Padrón Urdaneta / My Journey to the Core · GitLab
https://gitlab.com/EPadronU/my-journey-to-the-core/-/tree/master/resources
- tags: resources, programming
The Algorithms
https://github.com/TheAlgorithms
- tags: programming, algorithm
Hipsters Ponto Tech - Discussões acaloradas sobre startups, programação, ux, gadgets e as últimas tendências em tecnologia.Hipsters Ponto Tech
Discussões acaloradas sobre startups, programação, ux, gadgets e as últimas tendências em tecnologia.
- tags: podcasts, programming, ux, gadgets, startup
GitHub - sindresorhus/awesome: 😎 Awesome lists about all kinds of interesting topics
https://github.com/sindresorhus/awesome?utm_campaign=explore-email&utm_medium=email&utm_source=newsl...
😎 Awesome lists about all kinds of interesting topics - sindresorhus/awesome
- tags: programming, dev
Tools | the New DynamicTwitter_Logo_Blue
https://www.thenewdynamic.org/tool/
A curated collection of tools and services
- tags: dev, development, programming, tools
the New Dynamic
https://www.thenewdynamic.org/
- tags: dev, development, programming, tools
Job negotiation for programmers: the basic principles
https://codewithoutrules.com/2019/11/27/job-negotiation-for-programmers/
You need to negotiate at a new job: for your salary, or benefits, or my personal favorite, a shorter workweek. You’re not sure what to do, or how to approach it, or what to say when the company says “...
- :calendar: published on: 2019-11-27
- tags: job-interview, programming
GitHub - hellerve/programming-talks
https://github.com/hellerve/programming-talks
Awesome & interesting talks about programming.
- tags: programming, talk
- :octocat: source code
Rails Conf 2013 How to Talk to Developers by Ben Orenstein - YouTube
https://www.youtube.com/watch?v=l9JXH7JPjR4
Nearly every developer will be asked to present to his or her peers at some point. Those that do it well will tend to have an outsized influence on their team, company, and community. This talk will d...
- :calendar: published on: 2013-05-29
- tags: programming
Level-triggered and edge-triggered
https://gengnosis.blogspot.com/2007/01/level-triggered-and-edge-triggered.html
Edge triggered things happen when some stimulus changes; level-triggered things happen when some stimulus crosses a threshold.
- :calendar: published on: 2007-10-21
- tags: distributed-computing, programming, architecture
Code Smells
https://blog.codinghorror.com/code-smells/
Developing your "code nose" is something that happens early in your programming career, if it's going to happen at all. I combined all the documented code smells I could find into this reference; most...
- :calendar: published on: 2006-05-18
- tags: programming
Perlisisms - "Epigrams in Programming" by Alan J. Perlis
http://www.cs.yale.edu/homes/perlis-alan/quotes.html
- One man's constant is another man's variable.
- Functions delay binding; data structures induce binding. Moral: Structure data late in the programming process.
- Syntactic sugar causes cancer of ...
- tags: programming
Berufe der ICT – Berufe der ICT
https://www.berufe-der-ict.ch/
Branchenübliche ICT- und Organisations-Berufsbilder mit erforderlichen Kompetenzen und Ausbildungen
- tags: programming, architecture
Coding bookmarks, aka #codingmarks
Efficiently manage and retrieve your coding bookmarks. Contribute by sharing and voting the worthy ones, so others can benefit
- tags: software-development, free-programming-books, programming
- :octocat: source code
Things You Should Never Do, Part I – Joel on Software
https://www.joelonsoftware.com/2000/04/06/things-you-should-never-do-part-i/
Netscape 6.0 is finally going into its first public beta. There never was a version 5.0. The last major release, version 4.0, was released almost three years ago. Three years is an awfully long time i...
- :calendar: published on: 2000-04-06
- tags: programming, software-development
Programming, Motherfucker - Do you speak it?
http://programming-motherfucker.com/
We are a community of motherfucking programmers who have been humiliated by software development methodologies for years.
We are tired of XP, Scrum, Kanban, Waterfall, Software Craftsmanship (aka XP-...
- tags: programming, book, free-programming-books
Revenge of the Nerds
http://www.paulgraham.com/icad.html
In the software business there is an ongoing struggle between the pointy-headed academics, and another equally formidable force, the pointy-haired bosses. Everyone knows who the pointy-haired boss is,...
- :calendar: published on: 2002-05-01
- tags: programming
Project Euler
A website dedicated to the fascinating world of mathematics and programming.
- tags: puzzles, math, programming, challenge
Lobsters
Awesome community for programmers.
- tags: compsci, plt, feed, news, aggregator, community, programming, coding
- :octocat: source code
The programming talent myth
https://lwn.net/Articles/641779/
Jacob Kaplan-Moss is known for his work on Django but, as he would describe in his PyCon 2015 keynote, many think he had more to do with its creation than he actually did. While his talk ranged quite ...
- :calendar: published on: 2014-04-25
- tags: programming
計算機プログラムの構造と解釈
http://sicp.iijlab.net/fulltext/
Gerald Jay Sussman et al.
Programming on SAT
https://ledyba.gitbooks.io/programming-on-sat/
ψ(プサイ)