magnASCII.io Simone Magnaschi
Senior Full Stack Web Dev
Bookmarks tagged with #tdd.
Show all

Getting Started with TDD in PHP

I will give you a practical introduction to test-driven development in this course. I will show you how to get started, demonstrate the benefits of TDD, and explain why it has become my preferred way of programming.
Tags: #course #tdd
Saved on: 2022-08-21

Testing Spaghetti - Nomad PHP

SPONSORS
Tags: #php #tdd
Saved on: 2020-11-12

Part 1 - How to use TDD to build a REST API in Laravel 6 - YouTube

Hello. I’m Reval Govender, and this is “How to use TDD to build a REST API in Laravel”. In this course we are going to build a RESTful API using the popular Laravel framework. Most importantly, we are going to write our code using Test Driven Development. Our goal: is to learn how to practic
Saved on: 2020-04-08

Writing Good Unit Tests: A Step By Step Tutorial - DEV Community ?‍??‍?

This post was originally published in my blog smartpuffin.com. Let's imagine we just wrote a method calculating distance between two points on our planet. And let's imagine we want to test it as well as possible. How do we come up with test cases? And what exactly do we need to test?
Tags: #tdd
Saved on: 2019-09-18

TDD and the Terminator - An introduction to Test Driven Development - Webin

Join us Tuesday, September 28, 2021, 16:00 - 17:00 CEST (10:00 AM - 11:00 AM EDT or check other timezones) for our free live webinar, Building an Online Ticket Store with Blazor WebAssembly, with Steve Peirce.
Saved on: 2019-09-06

Test-Driven Development: Really, It’s a Design Technique

Key Takeaways It is commonly accepted that any software we create must be tested to ensure it meets the functional requirements, but we must also test non-functional requirements, like security, usability, and -- critically -- maintainability.
Saved on: 2019-05-14

Teaching TDD to Different Learning Styles

Email Address* Note: If updating/changing your email, a validation request will be sent Keep current company name Keep current company role Keep current company Size Keep current country/zone Keep current state/province/region Subscribe to our newsletter? Subscribe to our architect newsletter? Sub
Tags: #talks #tdd
Saved on: 2019-03-04

Practical TDD (Test Driven Development)

Test Driven Development is hard! This is the untold truth about it. These days you read a ton of articles about all the advantages of doing TDD, and a lot of talks at tech conferences that says “Do test!”, and how cool it is doing it.
Saved on: 2019-01-02

Working an application in Vue.js with TDD — An extensive guide for people who have time — part 1

If you want to read it in pt-BR, check it out here. This is a sample vue.js project using TDD. Contribute to kuroski/article-tdd-vue development by creating an account on…
Tags: #tdd #vuejs
Saved on: 2018-10-17

Uncle Bob Martin on Clean Software, Craftsperson, Origins of SOLID, DDD, &

Key Takeaways Michael Feathers wrote to Bob and said if you rearrange the order of the design principles, it spells SOLID. Software Craftsperson should be used when you talking about software craftsmanship in a gender-neutral way to steer clear of anything exclusionary.
Saved on: 2018-08-27

Reddit - Dive into anything

I'm on the mission to improve myself as a programmer and lately I've started reading the books recommended by the community, Clean Code by Robert C. Martin and Agile Development (again, by him), which convinced me to read up on test driven development, or at least writing test of some kind.
Tags: #books #tdd
Saved on: 2018-05-10

TDD for AWS Lambda with Serverless framework and Jest

The serverless framework makes it easy to develop and deploy cloud functions.
Saved on: 2018-01-26

Getting Started With TDD and Vue.js

Oftentimes, the hardest part of using test-driven development, or TDD, is getting started.
Saved on: 2017-12-26

Videos: Testing with PhpStorm | PhpStorm Blog

PhpStorm supports all the major PHP testing frameworks: PHPUnit, Codeception, Behat, and PHPSpec. Recently we’ve published a series of short videos about running PHPUnit and Codeception tests in PhpStorm.
Saved on: 2017-11-18

How to gradually upgrade toward PHPUnit 6 with namespaced classes

In the latest months I wrote multiple times, in different projects, code migrating PHPUnit toward major version 6. This upgrade is harder than the previous one, since in this version it was introduced a big breaking change: all classes got (finally!) namespaced.
Saved on: 2017-09-12

How to not be annoyed by tests and why they are important — Part 1

Developers tend to not write tests, the code is really hard to test or we simply don’t have time to write tests. For the last 3 years I was always struggling to test our software. These are merely excuses about not writing tests at all.
Tags: #php #tdd
Saved on: 2017-09-08

Writing Better Tests: Riding The Command Bus

Before writing any line of test code we should think of how meaningful this test would be. The best code is the code you never write, you know. So if you ever begin to think of which parts of the application you should cover with tests.
Tags: #tdd
Saved on: 2017-08-04

Re-Introducing PHPUnit - Getting Started with TDD in PHP — SitePoint

There are a lot of PHPUnit posts on our site already (just check the PHP Testing section), but it’s been a while since we’ve actually introduced people to it, and the tool has evolved significantly since then.
Tags: #tdd #tutorial
Saved on: 2017-08-02

Recommended resource to build an actual app with TDD?

Recommended resource to build an actual app with TDD? (self.PHP) Hey folks. I need to learn testing, it's basically the one thing holding me back from advancing to a much higher salary and desireable position.
Saved on: 2017-05-12

Is isolated testing dead? - BrandonSavage.net

Recently there’s been a great deal of discussion as to the merits of isolated testing versus integration and acceptance testing. Some proponents argue that integration testing far outweighs the value of isolated testing.
Tags: #php #tdd
Saved on: 2017-04-07

PHP unit testing

Do you guys know any good books/resources to start learning unit testing (focused on PHP) that are up to date? Thanks in advance.
Saved on: 2017-03-31

Learning Test Driven Development

But I have one issue, all the methods he is testing are public.
Tags: #php #tdd #webdev
Saved on: 2017-01-30
❤️
</>
2024