Strona głównaUżytkownik

michalfranc | użytkownik

michalfranc
michalfranc
1 664,12
1821 dni, 5 godzin, 15 minut temu
9 stycznia, 2013
dotnetomaniak.pl

Code is a cost and has a negative value, yes I said it finally. “Most startups die because they build the wrong product. The core risks are rarely technical; if no one wants the product, building it well won’t change the outcome.” - Zach Tellman In 2013, I went to the 2nd edition of DevDay. This was my first conference ever in the different city. It was a blast. The team behind it recently started a new event - DevConf - knowing Rafal and Michal it will be great, check it out. In 2013, I remembered on...

Tagi: kariera
Źródło: mfranc.com
Dziel się z innymi:
Evolution of Engineer - critical neurone mass and negative code value | Michal Franc

Sztuka programowania 2551 dni, 2 godziny, 51 minut temu michalfranc 36 źrodło rozwiń

Interesting code review of less complex code. With some surprising and less surprising tips.

Tagi: kod
Źródło: mfranc.com
Dziel się z innymi:
Code Review - C# Code

Sztuka programowania 2552 dni, 16 godzin, 5 minut temu michalfranc 168 źrodło rozwiń

Simulating microservices using F# and Suave.io Posted on by Michal Franc I have this small hobby project called Overseer. It is a tool used to debug and troubleshoot microservices. I was planning to use it in production, but because that is the only prototype. I decided to use it with simulated services. This way it will be a lot easier to create many different ‘test’ scenarios. The current solution for spawning those ‘tests services’ is implemented in Suave.io and F#. Why these technologies? I just ...

Tagi: F#
Źródło: www.mfranc.com
Dziel się z innymi:
[EN] Simulating microservices using F# and Suave.io | Pragmatic Developer

Programowanie rozproszone 2947 dni, 13 godzin, 41 minut temu michalfranc 52 źrodło rozwiń

University degree and IT Posted on by Michal Franc University degree importance in IT is a big topic of many discussion around the internet, I also received a question like that. Q: Is University degree really that important for future career in IT sector. Wouldn’t it be better to start working as soon as possible and sacrifice study time for more work experience. I am a student now, and I do feel now that studying is limiting my potential and growth. The things that, I am doing now in my work are co...

Źródło: www.mfranc.com
Dziel się z innymi:
[EN] University degree and IT | Pragmatic Developer

Inne 2955 dni, 5 godzin, 42 minuty temu michalfranc 71 źrodło rozwiń

Take care of your test code Posted on by Michal Franc As developers we tend to write complicated unit tests that are hard to read and maintain. Maybe it comes from the feeling that test code is not a proper code ? There is some magic in writing ‘proper’ unit tests. Using word proper might not be even suitable here because how do you define ‘proper’. It is the same problem as with the definition of ‘unit, everyone has his own definition that depends on the context. Code below feels like not ‘proper’ ...

Tagi: unitests
Źródło: www.mfranc.com
Dziel się z innymi:
[EN] Take care of your test code | Pragmatic Developer

Sztuka programowania 2966 dni, 9 godzin, 16 minut temu michalfranc 80 źrodło rozwiń

From procedural to functional – an example in F# Posted on by Michal Franc In this blog post, I show little code review of a code sent to me by friend. The code is quite simple example on how to read XML file using XmlProvider. My friend’s biggest concern was that his code is still procedural and not ‘functional’. I was asked if this code can be refactored to be more functional, whatever it means. First of all, the code that I got, is fine and most importantly it works. Even when you are using F# to ...

Tagi: F#
Źródło: www.mfranc.com
Dziel się z innymi:
[EN] From procedural to functional - an example in F# | Pragmatic Developer

Sztuka programowania 3193 dni, 16 godzin, 32 minuty temu michalfranc 103 źrodło rozwiń

TDD / Unit Testing big list of learning resources from basics to advanced topics Posted on by Michal Franc One of my fellow dev friends asked about a set of links, books, screen-casts related to TDD / Unit Testing. He wants to expand his knowledge. Instead of sending him a private message, I thought that it would be great to just create a blog post with all the resources, I used in the past to learn.Basics Presentation - Video: Unit Testing and TDD – Why You Should Care and How to Make It Happen By R...

Tagi: TDD, unit-tests
Źródło: www.mfranc.com
Dziel się z innymi:
[EN] TDD / Unit Testing big list of learning resources from basics to advanced topics | Pragmatic Developer

Sztuka programowania 3259 dni, 4 godziny, 40 minut temu michalfranc 110 źrodło rozwiń

Akka.NET simple example with Github Api Posted on by Michal Franc In this post I want to a simple introduction to Akka.NET using an example app based on Github api. I have been diving into Akka .NET lately. My first encounter with this technology was on Vaughn Vernon workshop in Krakow. The main event had couple of side presentation and one of them was about Akka project in Java world. It was a magic to me. Couple years later, I accidentally found ( probably on twitter ) Bartosz Sypytkowski blog and ...

Tagi: Akka.NET
Źródło: www.mfranc.com
Dziel się z innymi:
[EN] Akka.NET simple example with Github Api | Pragmatic Developer

Programowanie rozproszone 3269 dni, 18 godzin, 6 minut temu michalfranc 161 źrodło rozwiń

Boost your dev productivity with cmder + ConEmu Posted on by Michal FrancUnix world and awesome tmux In unix world there is a nice ‘tool’ ‘tmux’ - terminal multiplexer. With ‘Terminal Multiplexer’, you can nicely split up screen and have multiple terminals visible in front of your eyes. While working with python, on one of the screens I had vim running, then there was a screen for interactive Python plus small terminal to issue git commands. I could easily jump between ‘screens’ and also have diffe...

Tagi: cmder, conemu, vim
Źródło: www.mfranc.com
Dziel się z innymi:
[EN] Boost your dev productivity with ConEmu, cmder | Pragmatic Developer

Narzędzia 3319 dni, 10 godzin temu michalfranc 112 źrodło rozwiń

Docker here docker there docker everywhere – Getting started with docker in .NET with F# Posted on by Michal Franc Docker here docker there docker everywhere – Getting started with docker in .NET and F# If you are in IT world, you surely heard or read about docker. There was / is a huge hype about this technology. It looks like this one might actually survive the initial ‘It’s awesome phase’. I was looking for some info about docker. It was confusing to get to know what docker really is. Too much mar...

Tagi: docker, F#
Źródło: www.mfranc.com
Dziel się z innymi:
[EN] Getting started with docker in .NET with F# | Pragmatic Programmer

Narzędzia 3348 dni, 8 godzin, 48 minut temu michalfranc 94 źrodło rozwiń

TL;DR; Feedback is crucial for your career. Be proactive, get out of your closet and ask for it!

Tagi: feedback
Źródło: www.mfranc.com
Dziel się z innymi:
[EN] Fuel your personal growth with feedback | Pragmatic Developer

Inne 3356 dni, 11 godzin, 35 minut temu michalfranc 79 źrodło rozwiń

In this post, I want to go beyond “Hello World” and show real life examples. F# and Nancy – Where to start ?

Tagi: F#
Źródło: www.mfranc.com
Dziel się z innymi:
[EN] F# and Nancy - beyond Hello World | Pragmatic Developer

Sztuka programowania 3423 dni, 21 godzin, 6 minut temu michalfranc 149 źrodło rozwiń

Game programming with F#, C# and SFML – GameLoop Posted on by Michal Franc I am a F# apprentice. The best way to learn new language is to do some project. That’s why I have started to code one game idea that was following me for some time. Core concept: sci-fi settingroguelikeinspired by: dwarf fortressprison architectcataclysm dda Because I don’t care about the graphics but the game-play, the graphic I am going to use will be an ASCII styles tile set. You know symbols, characters, letters and some...

Tagi: F#
Źródło: www.mfranc.com
Dziel się z innymi:
[EN] Game programming with F#, C# and SFML - GameLoop | Pragmatic Developer

Sztuka programowania 3577 dni, 3 godziny, 8 minut temu michalfranc 180 źrodło rozwiń

Get out of your comfort zone – Vim the social connector Posted on by Michal Franc I am a .Net developer, mostly. Sure, I am exploring Python, node.js and other technologies, still my work is mostly related to C# and recently I am having fun with F#. I can say that as of now I am tied to one platform and I mostly attending meetups and conferences slightly related to it. Recently I have gone to one of the meetups and I had opportunity to chat with awesome PHP programmers. Boy that was fun. MS technol...

Tagi: kariera
Źródło: www.mfranc.com
Dziel się z innymi:
[EN] Get out of your comfort zone Vim social connector|Pragmatic Programmer

Inne 3581 dni, 17 godzin, 1 minutę temu michalfranc 60 źrodło rozwiń

I have started learning F# again, thanks to @isaac_abraham and his great presentation in my company. This time hopefully, I will move past the “WTF”, barrier and move to “AHA” moment. I am ready to finally start serious F# learning with couple of milestones like: project euler, tool, web-app, complex project. I will try to document whole process on the blog. I want to force myself and learn new functional paradigm. Hopefully it will give me a new way to loo...

Tagi: F#
Źródło: www.mfranc.com
Dziel się z innymi:
[EN]F# where to start | Pragmatic Developer

Inne 3592 dni, 9 godzin, 45 minut temu michalfranc 135 źrodło rozwiń

Last time I finished on negative values requirement. This will be the “almost” last part of the series about String Calculator Kata. There was some interest in more practical TDD examples in business context with services, layers, mocks and external dependencies like database. I will start next series to cover scenarios like that. Current kata is...

Tagi: TDD
Źródło: www.mfranc.com
Dziel się z innymi:
[EN] TDD – commit by commit String Calculator Kata IV | Pragmatic Developer

Sztuka programowania 3604 dni, 14 godzin, 11 minut temu michalfranc 59 źrodło rozwiń

TDD – commit by commit String Calculator Kata (III) Posted on by Michal Franc Previous post in the series – TDD – commit by commit String Calculator Kata (II) In the previous post I did a cleanup phase and added one feature to the String Calculator. The kata is not finished yet.Step VIII – Different Delimiters String Calculator should support different delimiters. Previous solution was just a hard-coded hack, still it was good enough solution. There wasn’t any requirement that would suggest a need f...

Tagi: TDD
Źródło: www.mfranc.com
Dziel się z innymi:
[EN] TDD commit by commit String Calculator Kata III | Pragmatic Developer

Sztuka programowania 3611 dni, 16 godzin, 23 minuty temu michalfranc 63 źrodło rozwiń

2nd part of the serie about applied TDD with examples on commit by commit basis, with commentary about decision making process.. String Calculator TDD Kata.

Tagi: TDD
Źródło: www.mfranc.com
Dziel się z innymi:
[EN]TDD – commit by commit String Calculator Kata (II) | Pragmatic Developer

TDD – commit by commit String Calculator (I) In this series I want to share my approach to TDD. I will do a simple TDD kata, sharing with you all my decision and thoughts. It’s called commit by commit beacuse you will find here links to github with each step. There will be a commentary to each one of these. I encourage you to comment and show me the flaws in my “style” of TDD coding. I also want to learn from you. I do know that my approach has its problems and there is allways a wayt to do something b...

Tagi: codingkata, TDD
Źródło: www.mfranc.com
Dziel się z innymi:
[EN] TDD - commit by commit String Calculator (I) | Pragmatic Developer

Sztuka programowania 3685 dni, 1 godzinę, 20 minut temu michalfranc 99 źrodło rozwiń

Pragmatic Developer Coder / Ninja / Hacker / Programmer / Developer / Engineer even Rockstar. Quite a big list of names used to describe someone in our field. Why then it is really important for me feel as a “Developer” instead of a “Programmer” ? My first job. I am sitting at the desk, bashing the keyboard, creating code someone else thought about. Simple c...

Tagi: kariera
Źródło: www.mfranc.com
Dziel się z innymi:
[EN] Pragmatic Developer

Inne 3693 dni, 14 godzin, 54 minuty temu michalfranc 178 źrodło rozwiń

1 2

Najaktywniejsi w tym miesiącu