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.
Strona głównaUżytkownik
pawelsawicz | użytkownik
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
I am back! with brand new blog post! My new approach to creating CV, everything is on github.
Few days ago I had to create very simple database, and there was a need to expose API, so first thought was no RDBM!
Bazy danych i XML 4132 dni, 4 godziny, 7 minut temu 116 źrodło rozwiń
This post is about my experience with job interviews. Ardua prima via est!
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...
Bazy danych i XML 4199 dni, 14 godzin, 48 minut temu 112 ź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!
I would like to show you, good library to working with REST architecture.
GTD – Getting Things Done. Let me make mod for it . CGTD – (clear getting things done)
tl;tr; How to reset migrations in Entity Framework
Bazy danych i XML 4284 dni, 9 godzin, 10 minut temu 112 ź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.
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 ł...
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.
Bazy danych i XML 4313 dni, 7 godzin, 6 minut temu 76 ź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...
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...
Sztuka programowania 4312 dni, 19 godzin, 22 minuty temu 67 ź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...
Bazy danych i XML 4313 dni, 7 godzin, 6 minut temu 223 źrodło rozwiń