Tullio Facchinetti
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
page 1 / 2
21 results tagged design_pattern  ✕
A modern 'Hello, World' program needs more than just code - Stack Overflow Blog https://stackoverflow.blog/2020/03/05/a-modern-hello-world-program-needs-more-than-just-code/
Sun 08 Mar 2020 09:08:40 AM CET
QRCode

The tradition of a "Hello, World" program goes back at least to 1978. But for modern coders, what's an appropriate "Hello, World"?

article design_pattern programming
The Throw Keyword was a Mistake | Chris Fox https://hackernoon.com/the-throw-keyword-was-a-mistake-l9e532di
Tue 28 Jan 2020 08:32:23 AM CET
QRCode

Then some little smarty decided that the operating system shouldn’t have all the fun and that developers should be able to create exception conditions and use this new architecture themselves, and in what is likely one of the worst things to ever happen to software development until pair programming came along, extended the new architecture with throw...

article design_pattern programming story
Be wary of functions which take several parameters of the same type https://dave.cheney.net/2019/09/24/be-wary-of-functions-which-take-several-parameters-of-the-same-type
Sat 28 Sep 2019 08:40:56 PM CEST
QRCode
design_pattern programming
Monads as a Programming Pattern https://samgrayson.me/2019-08-06-monads-as-a-programming-pattern/
Mon 12 Aug 2019 12:00:40 PM CEST
QRCode

Overview This article is written from a programmer’s perspective, where a monad is a software engineering pattern. Like other patterns, you may have already used it without knowing it was the monad pattern. There is still value in studying such patterns, because then you can use it more fluidly. There...

article design_pattern programming
Functional Programming? Don’t Even Bother, It’s a Silly Toy https://medium.com/better-programming/fp-toy-7f52ea0a947e
Wed 07 Aug 2019 02:23:48 AM CEST
QRCode

It will make your productivity plummet

article design_pattern functional_programming funny programming
Level Design and Shaping a Cogmind Experience | Grid Sage Games https://www.gridsagegames.com/blog/2019/02/level-design-shaping-cogmind-experience/
Tue 18 Jun 2019 09:32:56 AM CEST
QRCode

A complete rundown of the entire process behind designing and building a new map for the world of Cogmind, and explaining how it integrates with gameplay.

article design_pattern games
Design Patterns for Managing Up https://queue.acm.org/detail.cfm?id=3308563
Sat 26 Jan 2019 09:19:57 AM CET
QRCode

Have you ever been in a situation where you are presenting to your manager or your manager's manager and you completely flub the opportunity by saying all the wrong things? Me too. It is from such encounters that I started to put together design patterns for handling these difficult situations. I like to think in systems and patterns, so applying this way of thinking to communication just makes sense. I have also found that these rules of thumb are useful to others, so I would like to share them here.

When you can spot the patterns, you can use some of the ideas presented here as guidelines to navigate these tricky, high-stress scenarios. This way you can feel confident and capable as a leader because you will know what to do: how to solve the problem and what steps to follow next.

Here are some of the most common challenging situations you may run into at work and how you can handle them.

  1. Someone asks you something you don't know
  2. There is a problem that is your fault or responsibility
  3. There is a decision that you don't agree with
  4. Your manager gives you negative feedback
blog design_pattern post social
Design Patterns for Managing Up https://queue.acm.org/detail.cfm?id=3308563
Sat 26 Jan 2019 09:19:57 AM CET
QRCode

Have you ever been in a situation where you are presenting to your manager or your manager's manager and you completely flub the opportunity by saying all the wrong things? Me too. It is from such encounters that I started to put together design patterns for handling these difficult situations. I like to think in systems and patterns, so applying this way of thinking to communication just makes sense. I have also found that these rules of thumb are useful to others, so I would like to share them here.

When you can spot the patterns, you can use some of the ideas presented here as guidelines to navigate these tricky, high-stress scenarios. This way you can feel confident and capable as a leader because you will know what to do: how to solve the problem and what steps to follow next.

Here are some of the most common challenging situations you may run into at work and how you can handle them.

  1. Someone asks you something you don't know
  2. There is a problem that is your fault or responsibility
  3. There is a decision that you don't agree with
  4. Your manager gives you negative feedback
blog design_pattern post social
GitHub - faif/python-patterns: A collection of design patterns/idioms in Python https://github.com/faif/python-patterns
Wed 26 Sep 2018 09:28:27 PM CEST
QRCode

A collection of design patterns/idioms in Python. Contribute to faif/python-patterns development by creating an account on GitHub.

design_pattern programming python source_code
The 5 Levels of Logging - aib's Site of Some Sort https://www.aib42.net/article/five-levels-of-logging
Sat 22 Sep 2018 09:03:50 AM CEST
QRCode
article design_pattern programming
Anti-pattern - Wiki https://en.wikipedia.org/wiki/Anti-pattern
Tue 21 Aug 2018 11:24:52 PM CEST
QRCode

An anti-pattern is a common response to a recurring problem that is usually ineffective and risks being highly counterproductive.

The term was popularized three years later by the book AntiPatterns, which extended its use beyond the field of software design to refer informally to any commonly reinvented but bad solution to a problem. Examples include analysis paralysis, cargo cult programming, death march, groupthink and vendor lock-in.

design_pattern development programming software software_engineering wiki
python-patterns | GitHub https://github.com/faif/python-patterns/blob/master/README.md
Fri 11 Dec 2015 09:55:51 PM CET
QRCode

A collection of design patterns and idioms in Python.

design_pattern python
Factory: Encapsulating Object Creation — Python 3 Patterns, Recipes and Idioms http://python-3-patterns-idioms-test.readthedocs.org/en/latest/Factory.html
Sun 15 Nov 2015 07:01:17 PM CET
QRCode
design_pattern docs programming python
GUI Architectures http://www.martinfowler.com/eaaDev/uiArchs.html
Mon 31 Aug 2015 02:53:09 PM CEST
QRCode
article blog design_pattern programming
Guide: Writing Testable Code http://misko.hevery.com/code-reviewers-guide/
Thu 13 Aug 2015 10:17:32 AM CEST
QRCode
article blog design_pattern development software_engineering testing
Where Have all the “new” Operators Gone? http://misko.hevery.com/2008/09/10/where-have-all-the-new-operators-gone/
Thu 13 Aug 2015 10:16:51 AM CEST
QRCode
article blog design_pattern development software_engineering testing
Dependency Injection Myth: Reference Passing http://misko.hevery.com/2008/10/21/dependency-injection-myth-reference-passing/
Thu 13 Aug 2015 10:16:09 AM CEST
QRCode
article blog design_pattern development software_engineering testing
Miško Hevery http://misko.hevery.com/
Mon 10 Aug 2015 10:37:36 PM CEST
QRCode

Testability Explorer

article blog design_pattern
Singletons are Pathological Liars http://misko.hevery.com/2008/08/17/singletons-are-pathological-liars/
Mon 10 Aug 2015 08:31:36 PM CEST
QRCode

Very good article describing the issues of having global state entities in software development.

article blog design_pattern development software
python-patterns/ at master · faif/python-patterns · GitHub https://github.com/faif/python-patterns?files=1
Mon 22 Jun 2015 12:47:19 PM CEST
QRCode

python-patterns - A collection of design patterns/idioms in Python

design_pattern docs examples list python
page 1 / 2
3660 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn