This site uses cookies to improve your experience. To help us insure we adhere to various privacy regulations, please select your country/region of residence. If you do not select a country, we will assume you are from the United States. Select your Cookie Settings or view our Privacy Policy and Terms of Use.
Cookie Settings
Cookies and similar technologies are used on this website for proper function of the website, for tracking performance analytics and for marketing purposes. We and some of our third-party providers may use cookie data for various purposes. Please review the cookie settings below and choose your preference.
Used for the proper function of the website
Used for monitoring website traffic and interactions
Cookie Settings
Cookies and similar technologies are used on this website for proper function of the website, for tracking performance analytics and for marketing purposes. We and some of our third-party providers may use cookie data for various purposes. Please review the cookie settings below and choose your preference.
Strictly Necessary: Used for the proper function of the website
Performance/Analytics: Used for monitoring website traffic and interactions
8 questions to answer before your startup faces technical duediligence. Previously, the author offered a detailed overview of the technical duediligence (TDD) process investors conduct before injecting cash into early stage startups. Code quality. Which software languages do you use?
I recently finished Effective Software Testing – A Developer’s Guide by Maurício Aniche , and I really liked it. I have been coding for a long time and I think I have been writing pretty good tests for the features I have implemented. The book apparently grew out of lecture notes from a course on software testing.
Last month we talked about TDD example in software development ( part 1 ) and TDD first cycle ( part 2 ). In this new TDD and primitive obsession article, we will focus on removing duplication and reinforcing the constructors of our entities, something key to have a robust system. TDD: primitive obsession.
Let’s continue with our series of TDD articles, in the first part we looked at the theory behind the TDD and Unit Testing. In this second part, TDD First Cycle , we begin to develop our application, an application of notes where a user can write notes and everything that comes to our mind. TDD First Cycle.
In a Nutshell We instinctively equate programming with writing code. Because of it, we focus primarily on code design and creation skills: mastering languages and frameworks, clean code, design patterns, TDD, and architecture. But creating new code is only a fraction of what we do every day.
This will give you an agility and a capacity to pivot at any moment, from language, paradigm or architecture, to provide the best possible solution that the client needs. Our code has to be flexible enough to evolve in a fast way and without risks. For that, I try to base my work on clean code practices and SOLID principles.
The way you write an acceptance test is to take a user story and then write code that tests the end result of a software process. During the software development process, the goal of eliminating defects while you’re writing code is less costly rather than fix bugs later on. Preventing Programming Errors with TDD.
After a while thinking about what type of TDD article to write about and, since there are many of them and very good theoretical ones (written by influencers in the world of software development), I have chosen to develop a mini-project while explaining the key points of the development of the application, basically giving you a TDD example.
With TDD, you run the tests as often as one or two times every minute. If they don’t, you won’t be able to get feedback within 1-5 seconds, and that’s crucial for the TDD loop to work effectively. A narrow test is focused on a small amount of code. The more tests you have, the more important speed and reliability become.
To get the full report with Interesting facts about software development, click here. Sneak peek: interesting facts about software development. As we all know, software development is a fast-changing field. Almost every year we see new languages, softwarearchitectures, containers, methodologies, etc.
Observability-driven development implies that you think about observability before you write a line of code. The biggest is Test-Driven Development (TDD) , thanks to Kent Beck and his Xtreme Programming crew. TDD is a great design practice. This can help you reach the architecture you intend. Not to the data.
At a glance, it’s clear that the prompts Xu Hao uses to generate working code are very long and complex. Writing these prompts requires significant expertise, both in the use of ChatGPT and in software development. First, note the overall strategy Xu Hao uses to write this code. His first prompt is very long.
To share your thoughts, join the AoAD2 open review mailing list. We produce high-quality code in small, verifiable steps. At best, mistakes lead to code that won’t compile. No wonder, then, that software is buggy. Test-driven development, , or TDD, is a rapid cycle of testing, coding, and refactoring.
This year we moved to a new office in Plaza Urquinaona, where we have an awesome room for organizing Apiumhub softwarearchitecture meetups. So, this autumn we started a series of Apiumhub meetups about softwarearchitecture and software development. 1st softwarearchitecture meetup: MVP & FRP.
Custom software development plays an important role in taking your project to the next level. Custom software development gives your business the flexibility and compatibility to scale up or down and tailor it to your needs. The alternative, off-the-shelf software could be inefficient or inadequate.
On October 3-4 we organized and hosted the Global SoftwareArchitecture Summit in Barcelona. This year the event was focused on SoftwareArchitecture Metrics as they are key to the maintainability and architectural quality of a software project. Attendees Profiles.
In the dynamic and ever-evolving landscape of the software development industry, staying up to date is not merely a choice but a strategic imperative. Engaging in courses and software workshops is not just an investment in personal growth but a commitment to professional relevance. Learn more about this workshop here. Click here.
Microservices architecture has become popular over the last several years. Not automating software delivery, testing, operations. To realize the benefits of microservices make sure to automate software delivery, testing, and operations. When it comes to data consistency, microservices architecture favors eventual consistency.
There were numerous topics covered in this online event, and in this article, I would like to go through a few of the sessions in the junior track, such as Composable Microfrontends, React Hooks, TDD with User Interfaces, and Web Performance. He did a simple request form demo with TDD and the React Testing Library to prove his hypothesis.
Software documentation tools are very important in software development. Software teams may refer to documentation when talking about product requirements, release notes, or design specs. They may use docs to detail code, APIs, and record their software development processes. It is like a compass for your team.
React : A JavaScript library developed by Facebook for building fast and scalable user interfaces using a component-based architecture. Technologies : Node.js : A JavaScript runtime that allows developers to build fast, scalable server-side applications using a non-blocking, event-driven architecture.
We are delighted to announce the release of our new book “ SoftwareArchitecture Metrics: Case Studies to Improve the Quality of Your Architecture ”. Global SoftwareArchitecture Summit for meeting all these software architects, who push me forward and who generate interesting discussions.
To share your thoughts, join the AoAD2 open review mailing list. It’s Not Just Coding. Computers don’t care what your code looks like. If the code compiles and runs, the computer is happy. Design is for humans: specifically, to allow programmers to easily understand and change the code. Collective Code Ownership.
There are hundreds of software development boot camps out there for those who would like to start their career as a software developer, but what about all those who are already in this field, who have mid-high level, both knowledge and experience wise? Frontend Architecture. Backend Architecture. Android Architecture.
Reading Time: 11 minutes Nowadays it is relatively easy to become a software developer, but being a truly professional one is not that simple. Being a professional developer is crucial in the software industry. How do I know if I am a professional software developer? Apply Clean Code. Context first. Open-Closed Principle.
In this interview, we spoke to CircleCI Staff Software Engineer, Glen Mailer. My current role is a Staff Software Engineer. So when you first said that the first thing that sprung to mind was thinking about software testing and releasing and deployments. We hope you enjoy it. That was my initial thought.
We are excited to introduce our new initiative “Talks with Software Development Experts,” a space in which we interview software developers and leaders in the industry to get to know more about their careers, initiatives, interests, and opinions on various topics related to the tech industry.
2019 has become a remarkable year for Apiumhub ; new office, Apium Academy , Open Source Projects , softwarearchitecture meetups, cool innovative projects and… we can’t wait to share with you guys that the Apiumhub team is organizing the Global SoftwareArchitecture Summit (GSAS) 10th of October in Barcelona.
To succeed, you need to understand the fundamentals of security, data storage, hardware, software, networking, and IT management frameworks — and how they all work together to deliver business value. It covers Scrum, Kanban, Lean, extreme programming (XP), and test-driven development (TDD).
Write the code you would like to read. You’re not your code. Code Katas. Writing code is only a small part of what goes into shipping production software. Before you feel crushed by an error, take a deep breath and read your code carefully. You will learn a lot when reading other people’s code.
We are hiring software developers! We are growing our software development team and we want essential people to be part of it. We need more software experts in Apiumhub. We have different interesting projects from all over the world, but what we always do the same – we build goal-driven working software. . Data science.
We are looking for a Backend developer to join our software development team in Barcelona! We build high quality working software and we want essential people to be part of our growing team and to work with us on inspiring projects. . At Apiumhub , we are experts in softwarearchitecture and software development.
We are looking for a Full stack software developer in Barcelona. We are looking for a full stack developer (m/f) to join our young & dynamic software development team in Barcelona! We are growing our team and we want essential people to be part of it and to work with us on interesting projects to build working software. .
Conferences have joined forces with GOTO , a leading software development conference, to take the experience to the next level, so you do not want to miss this event. Speakers include: Simon Brown – Creator of the famous C4 model, Author of “SoftwareArchitecture for Developers” & Founder of Structurizr. This year YOW!
Apiumhub has been operating in the software development industry since 2014. Over the last years it has positioned itself as one of the best quality software delivery agencies. Our core is SoftwareArchitecture, this is what we are famous for! Apiumhub Workflow. We adapt it to every scenario and to every client.
Product Management for Enterprise Software , July 18. The Power of Lean in Software Projects , July 25. Advanced Test-Driven Development (TDD) , June 27. Java Full Throttle with Paul Deitel: A One-Day, Code-Intensive Java , July 16. Scala Fundamentals: From Core Concepts to Real Code in 5 Hours , July 19.
If you work anywhere near the field of software development, you’ve likely already heard that you should always write code that is well-tested. Everyone wants to have well-tested code and for a good reason! Testing ensures our code is working as intended and protects against regression. Testing techniques.
TensorFlow is an open-source software library for datastream programming across a range of tasks. The flexible architecture of TensorFlow makes it easy for developers to implement computations on one or more GPUs or CPUs by using a single API. TDD example in software development ( part 1 ). TDD: first cycle ( part 2 ).
A unique feature for a mobile domain: it reuses test automation code between IOS/Android up to 70-80%. Code reusability For mobile-based apps, Carina reuses automation code between iOS and Android apps up to 70-80 percent. Carina supports all popular browsers (IE, Edge, Safari, Chrome, Firefox) and mobile devices (iOS/Android).
Apiumhub is a software development hub with a focus on softwarearchitecture and building goal-driven working software. Apiumhub is very active in software communities and always tries to participate in innovations and events. Upcoming Java architecture meetup organized by Apiumhub & BarcelonaJUG.
One of the things we have seen in software development workd is that just because people have been a developer for a long time, that doesn’t mean they have gotten excellent at it. Knowing design patterns, softwarearchitecture, automating testing, performance, scalability, security, TDD, CI, etc. Technical knowledge .
We have experts in iOS development, Android development, softwarearchitecture, backend development and frontend development, QA and DevOps as well as Data Science. And we have open spaces and formations every Friday to keep up to date with how software world changes and what are the best solutions for a particular issues.
The Power of Lean in Software Projects: Less Wasted Effort and More Product Results , March 14. Java Full Throttle with Paul Deitel: A One-Day, Code-Intensive Java Standard Edition Presentation , March 12. Advanced TDD (Test-Driven Development) , March 15. SoftwareArchitecture by Example , February 21.
We are looking for an iOS developer to join our young & dynamic software development team in Barcelona! We are growing our mobile team and we want essential people to be part of it and to work with us on interesting projects to build working software. At Apiumhub , we are softwarearchitecture and software development experts.
We organize all of the trending information in your field so you don't have to. Join 49,000+ users and stay up to date on the latest articles your peers are reading.
You know about us, now we want to get to know you!
Let's personalize your content
Let's get even more personalized
We recognize your account from another site in our network, please click 'Send Email' below to continue with verifying your account and setting a password.
Let's personalize your content