6840 links
243 private links
  • Wanderings - Lost and Found Links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Play Videos
Links per page: 20 50 100
◄Older
page 2 / 4
Newer►
72 results tagged programming x
  • I Follow This Method Whenever My Brain Is struggling With A Complicated Programming Task. I Thought It Is Worth Sharing With The Community.
    January 12, 2020 at 12:32:13 AM PST - permalink - archive.org -
    QRCode
    - https://www.reddit.com/r/learnprogramming/comments/encuei/i_follow_this_method_whenever_my_brain_is/
    programming problem solving
  • thumbnail
    What's the BEST programming language to LEARN in 2020? - YouTube
    December 31, 2019 at 6:01:15 PM PST - permalink - archive.org -
    QRCode
    - https://www.youtube.com/watch?v=8CM7uNGzbhk
    programming language
  • thumbnail
    Are Developers TOO OLD at 50? - YouTube
    December 29, 2019 at 2:15:11 PM PST - permalink - archive.org -
    QRCode
    - https://www.youtube.com/watch?v=tqiMXrHsjac
    age programming
  • The old guy wants to be a python developer.
    December 24, 2019 at 7:59:39 AM PST - permalink - archive.org -
    QRCode
    - https://www.reddit.com/r/learnpython/comments/eeto7x/the_old_guy_wants_to_be_a_python_developer/
    programming python age
  • thumbnail
    GOTO 2018 • Functional Programming in 40 Minutes • Russ Olsen - YouTube

    Really good overview of functional programming principles and how they are implemented. Not sure I got the bridge part and will need to review, but the idea of creating a functional domain and then reaching to the outside (side effect world) that we are paid to affect is clear.

    Immutable data structures
    functions with a given output always produce the same output. If input is 2 the output is always 4. If input is 7 the function output is always 21. No state changes.
    Therefore, functions are data (output) and can manipulated as data.

    Long list? how do we change? We make copies. What if list is 1 million. Then we create a tree of data chunks that are assembled into the 1 million list. So instead of needing to copy the entire list, we just copy the appropriate chunk.

    But this doesn't work when we have a counter

    December 5, 2019 at 7:58:25 PM PST * - permalink - archive.org -
    QRCode
    - https://www.youtube.com/watch?v=0if71HOyVjY
    functional programming
  • How can I make an Amazon price webscraper
    November 26, 2019 at 6:12:19 AM PST - permalink - archive.org -
    QRCode
    - https://www.reddit.com/r/learnpython/comments/e1r1nr/how_can_i_make_an_amazon_price_webscraper/
    python programming scraping web
  • thumbnail
    Ultimate Guide to Web Scraping with Python Part 1: Requests and BeautifulSoup – LearnDataSci

    Request and wrangling HTML using two of the most popular Python libraries for web scraping: requests and BeautifulSoup.

    November 22, 2019 at 8:20:28 PM PST - permalink - archive.org -
    QRCode
    - https://www.learndatasci.com/tutorials/ultimate-guide-web-scraping-w-python-requests-and-beautifulsoup/
    python programming web scraping
  • thumbnail
    Build APIs You Won't… by Phil Sturgeon [Leanpub PDF/iPad/Kindle]

    Tasked with building an API for your company but don't have a clue where to start? Taken over an existing API and hate it? Built your own API and still hate it? This book is for you.

    November 6, 2019 at 6:03:37 AM PST - permalink - archive.org -
    QRCode
    - https://leanpub.com/build-apis-you-wont-hate
    programming api
  • thumbnail
    GitHub - Just-A-Visitor/Coding: This repository contains pseudo-codes of various algorithms and data structures

    This repository contains pseudo-codes of various algorithms and data structures - Just-A-Visitor/Coding

    October 10, 2019 at 4:06:11 AM PDT - permalink - archive.org -
    QRCode
    - https://github.com/Just-A-Visitor/Coding
    programming
  • thumbnail
    Why you should stop declaring variables inside a for loop (especially in JavaScript) - DEV Community 👩‍💻👨‍💻
    September 3, 2019 at 8:54:13 AM PDT - permalink - archive.org -
    QRCode
    - https://dev.to/nicolalc/why-you-should-stop-declaring-variables-inside-a-for-loop-3npo
    JavaScript programming
  • Migrate to a More Secure Password Storage System – Coding With Cody

    It seems every week another high-profile site has fallen prey to an exploit that reveals the email addresses and passwords of their users. Every time it happens, the programming community rolls the…

    August 16, 2019 at 5:24:21 AM PDT - permalink - archive.org -
    QRCode
    - https://codingwithcody.com/2019/08/16/migrate-to-a-more-secure-password-storage-system/
    programming encryption security
  • thumbnail
    30 Things I Wish I Knew When I Started Programming - Better Programming - Medium

    You Will Not Understand a Word That Your Coworkers Just Said

    August 13, 2019 at 10:08:30 AM PDT - permalink - archive.org -
    QRCode
    - https://medium.com/better-programming/30-short-things-i-wish-i-knew-all-this-when-i-started-programming-b17667e3df0c
    programming careers
  • thumbnail
    What have I done with my life...
    July 25, 2019 at 11:13:39 PM PDT - permalink - archive.org -
    QRCode
    - https://imgur.com/qMvIx0b
    programming funny
  • thumbnail
    GeeksforGeeks | A computer science portal for geeks

    A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.

    July 3, 2019 at 5:16:20 AM PDT - permalink - archive.org -
    QRCode
    - https://www.geeksforgeeks.org/
    online learning programming computer science
  • Julio Biason .Net 4.0

    "Without requirements or design, programming is the art of adding bugs to an empty text file." -- Louis Srygley

    June 12, 2019 at 6:44:06 AM PDT - permalink - archive.org -
    QRCode
    - https://blog.juliobiason.net/thoughts/things-i-learnt-the-hard-way/
    programming
  • Oh, shit, git!

    Git is hard: screwing up is easy, and figuring out how to fix your mistakes is fucking impossible. Git documentation has this chicken and egg problem where you can't search for how to get yourself out of a mess, unless you already know the name of the thing you need to know about in order to fix your problem.

    April 22, 2019 at 7:55:28 AM PDT - permalink - archive.org -
    QRCode
    - https://ohshitgit.com/
    git programming
  • The Definitive Guide To WordPress Hooks — Smashing Magazine
    October 11, 2018 at 3:29:35 PM UTC - permalink - archive.org -
    QRCode
    - https://www.smashingmagazine.com/2011/10/definitive-guide-wordpress-hooks/
    wordpress hooks programming development
  • thumbnail
    Become a WordPress Developer: Unlocking Power with Code - YouTube
    September 8, 2018 at 10:48:19 PM UTC - permalink - archive.org -
    QRCode
    - https://www.youtube.com/watch?v=FVqzKAUsM68
    wordpress tutorial programming
  • thumbnail
    Automated Stock Updates Using Python – Levi Long – Medium
    September 4, 2018 at 12:12:41 AM UTC - permalink - archive.org -
    QRCode
    - https://medium.com/@long.levi823/automated-stock-updates-using-python-501d292b03ab
    python stocks programming
  • thumbnail
    How to think like a programmer — lessons in problem solving
    July 21, 2018 at 6:30:35 PM UTC * - permalink - archive.org -
    QRCode
    - https://medium.freecodecamp.org/how-to-think-like-a-programmer-lessons-in-problem-solving-d1d8bf1de7d2
    problem solving programming
Links per page: 20 50 100
◄Older
page 2 / 4
Newer►
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation