Strona głównaUżytkownik

pawelsawicz | użytkownik

pawelsawicz
pawelsawicz
803,09
2578 dni, 4 godziny, 26 minut temu
8 stycznia, 2013
dotnetomaniak.pl

In this post you will learn what is build script or build tool, what products are out there and why it’s helpful during whole life cycle of you application.

Źródło: pawel.sawicz.eu
Dziel się z innymi:
[EN] Makefile and .NET Core

Narzędzia 2575 dni, 12 godzin, 52 minuty temu pawelsawicz 45 źrodło rozwiń

This blog post is postmortem of my infrastructure that was attacked on Sunday by Argentinian attacker and died because of DDoS. I will share with you all actions that I took in order to bring back stability of services. Attack has started : 19 June 2016 at 3:20PM UTC Attack has ended : 19 June 2016 at 4:10PM UTC Users affected : 30-40 users Extra cost due to attack : less than 2$Existing Infrastructure

Tagi: AWS, chmura, ddos, Security
Źródło: pawel.sawicz.eu
Dziel się z innymi:
[EN] - A history of DDoS attack – How my server died – Pawel Sawicz .NET Blog

Inne 2850 dni, 59 minut temu pawelsawicz 91 źrodło rozwiń

I am back! with brand new blog post! My new approach to creating CV, everything is on github.

Tagi: CV, GitHub
Źródło: pawel.sawicz.eu
Dziel się z innymi:
[EN] git diff pawelsawicz-cv

Inne 3676 dni, 13 godzin, 14 minut temu pawelsawicz 130 źrodło rozwiń

Few days ago I had to create very simple database, and there was a need to expose API, so first thought was no RDBM!

Źródło: pawel.sawicz.eu
Dziel się z innymi:
[EN] MongoDB and Web API, power of NoSQL philosophy | Pawel Sawicz .NET blog

Bazy danych i XML 3929 dni, 5 godzin, 3 minuty temu pawelsawicz 114 źrodło rozwiń

This post is about my experience with job interviews. Ardua prima via est!

Źródło: pawel.sawicz.eu
Dziel się z innymi:
[EN] Interviews – How to be not rejected ? | Pawel Sawicz .NET blog

Inne 3979 dni, 15 godzin, 35 minut temu pawelsawicz 212 źrodło rozwiń

Long long time ago in one of the posts … I briefly described CouchDB installation process on the local machine.IrisCouch If you don’t want to configure local database you can use IrisCouch hosting. You can get free database for basic tests. I am using this database hosting for one of the projects hosted in heroku. It is free for really basic usage. Now we can play with our new toy. Let’s start with some general concepts.Where are my tables ? Quick answer there are no tables. Data is stored in a form...

Tagi: CouchDB, NoSQL
Źródło: www.mfranc.com
Dziel się z innymi:
[EN] CouchDB - First Steps | Passionate Programmer

Bazy danych i XML 3996 dni, 15 godzin, 45 minut temu michalfranc 109 źrodło rozwiń

Deploy from external repo on MS Azure

Tagi: Azure, git
Źródło: pawel.sawicz.eu
Dziel się z innymi:
[EN] Deploy from external repo | Pawel Sawicz .NET blog

Narzędzia 3996 dni, 15 godzin, 45 minut temu pawelsawicz 38 źrodło rozwiń

From few days I’m official member of codeguru redaction. I have hope the cooperation will be delightful. But now time is for rebellion!

Źródło: pawel.sawicz.eu
Dziel się z innymi:
[EN] Codeguru and .NET community | Pawel Sawicz .NET blog

Inne 4017 dni, 12 godzin, 46 minut temu pawelsawicz 78 źrodło rozwiń

I would like to show you, good library to working with REST architecture.

Tagi: REST
Źródło: pawel.sawicz.eu
Dziel się z innymi:
[EN] Introduction to RESTSharp | Pawel Sawicz .NET blog

Narzędzia 4041 dni, 14 godzin, 13 minut temu pawelsawicz 179 źrodło rozwiń

GTD – Getting Things Done. Let me make mod for it . CGTD – (clear getting things done)

Tagi: GTD
Źródło: pawel.sawicz.eu
Dziel się z innymi:
[EN] Make your own GTD! | Pawel Sawicz .NET blog

Inne 4065 dni, 3 godziny, 45 minut temu pawelsawicz 110 źrodło rozwiń

tl;tr; How to reset migrations in Entity Framework

Źródło: pawel.sawicz.eu
Dziel się z innymi:
[EN] Entity Framework – reset migrations | Pawel Sawicz .NET blog

Bazy danych i XML 4081 dni, 10 godzin, 7 minut temu pawelsawicz 110 źrodło rozwiń

Kilka tygodni temu na devPytaniach pojawiło się pytanie “Jak motywować programistę?“. Wtedy się nie udzieliłem, ale właśnie naszły mnie refleksje poniekąd w tym temacie. Opiszę na swoim przykładzie.

Dziel się z innymi:
Jak motywować programistę? | Maciej Aniserowicz o programowaniu

Inne 4096 dni, 8 godzin, 46 minut temu psz750 260 źrodło rozwiń

Dzisiaj będzie o długu technologicznym, czyli o sprytnie ukrywającym się koszcie projektu. Koszcie, który z czasem potrafi zabić najlepsze projekty a nawet firmy. „As an evolving program is continually changed, its complexity, reflecting deteriorating structure, increases unless work is done to maintain or reduce it.” Meir „Manny” Lehman 1980 Parafrazując ciągle zmieniający się program zwiększa swoją złożoność o ile nie pochylimy się nad kodem aby ją zmniejszyć. Pisanie programów jest ł...

Źródło: www.benedykt.net
Dziel się z innymi:
Dług technologiczny | @rek online | Arkadiusz Benedykt

Inne 4093 dni, 22 godziny, 13 minut temu arek 132 źrodło rozwiń

Entity Framework, has given with last update, migrations at code first, undoubtedly it’s the best feature in this update. This tool is very helpful if we change something at our model, and then we can simply upgrade our database. Moreover it can fulfill role as a database versioning, because we can easily to manage our updates and freely manage between them.

Źródło: pawel.sawicz.eu
Dziel się z innymi:
[EN] ORM Series : Entity Framework Migration | Pawel Sawicz .NET blog

Bazy danych i XML 4110 dni, 8 godzin, 3 minuty temu pawelsawicz 75 źrodło rozwiń

How to quickly start playing with Sass in asp.net mvc project? Within a few minutes you will have an working application using twitter bootstrap sass. Read for installation guide, usage, debugging tips and more...

Źródło: tsubik.com
Dziel się z innymi:
[EN] Sass with ASP.NET MVC 4 - Twitter Bootstrap example

Web 4112 dni, 7 godzin, 56 minut temu tsubik 126 źrodło rozwiń

This post is based on my answer on the Stack Overflow – “How to unit test this function?” The original question is about writing unit test for a code that uses Console methods inside its body. This problem is more general and in this post, I want to show one of the ways to unit test code with static method.Example of code with static methods This example is from the Stack Overflow quest...

Tagi: unit testing
Źródło: www.mfranc.com
Dziel się z innymi:
[EN] Unit Test code with static method Console.Write | Passionate Programmer

Sztuka programowania 4109 dni, 20 godzin, 18 minut temu michalfranc 66 źrodło rozwiń

In one of my companies on of the first tasks was to create appllication, that will show which ORM will be the best choice for my team ( in terms of performance, support and features). Main focus of this task was performance. My company has a online shop that is generating a huge ammout of queries. This was an important task, because we planned to redesign whole project with ORM in order to improve efficiency and get rid off all the complex stored procedures with business logic. I selected...

[EN] ORM Series : Performance Part I : NHibernate, EF, OpenAccess, XPO Devexpress | Pawel Sawicz .NET blog

Bazy danych i XML 4110 dni, 8 godzin, 3 minuty temu pawelsawicz 221 źrodło rozwiń

Najaktywniejsi w tym miesiącu