Seenthis
•
 
Identifiants personnels
  • [mot de passe oublié ?]

 
  • #s
  • #so
  • #sof
  • #soft
  • #software
  • #software-developmen
RSS: #software-development

#software-development

  • #software-development-2019
  • #software-development-help
  • #software-development-team
0 | 25 | 50 | 75 | 100 | 125 | 150 | 175 | 200 | ... | 250
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 23/04/2019

    How Not To Kill Your Software Project
    ▻https://hackernoon.com/how-not-to-kill-your-software-project-a42b8ca1ae86?source=rss----3a8144e

    https://cdn-images-1.medium.com/max/1024/1*hIrhdaPULh1hhsBc0eNHZg.jpeg

    Tons of software development projects tend to fail after launch for various reasons, of which the primary one is the lack of clear goals. Another almost equally significant but underestimated cause of failure is that a considerable number of these startups were solving the wrong problem.This situation is like a case of going a hundred miles per hour in the wrong direction and is quite common in the software development industry, but often binned under the ‘incompetence’ category (although, admittedly, that does play a role in some cases). It is an issue of poor communication between the parties involved.An ideal project would mean that all the organization’s staff at every level, as well as the target users, would be utterly convinced about the need to product and its ability to solve the (...)

    #software-engineering #technology #startup #software-development #agile

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire

  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 22/04/2019

    Fixed point math in Solidity
    ▻https://hackernoon.com/fixed-point-math-in-solidity-616f4508c6e8?source=rss----3a8144eabfe3---4

    https://cdn-images-1.medium.com/max/1024/1*pHGDsFygjdQsRylqMfuI_g.jpeg

    It always seems impossible until it’s done. — Nelson MandelaIntroductionAny financial application with a minimum of complexity will need some decimal support and multiplications to calculate things like interest. In the case of CementDAO we needed logarithms to implement the transaction fee curve that steers its cryptocurrency basket towards the desired configuration.Solidity supports integers but no decimals, so we coded a fixed point arithmetic contract, made it safe against overflow, and tested it extensively. It underpins the CementDAO deployment in Ropsten.The Fixidity contract is available from the CementDAO github with a MIT license, please feel free to use it and build upon it.ImplementationIn order to code this we went from the simplest to the most complex arithmetic functions, (...)

    #blockchain #mathematics #ethereum #software-development #open-source

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire

  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 22/04/2019

    #enterprise Application Development Challenges & How to Overcome them?
    ▻https://hackernoon.com/enterprise-application-development-challenges-how-to-overcome-them-84971

    https://cdn-images-1.medium.com/max/498/0*YNAhZVrWSaIf_JLj.jpg

    “Enterprises are now entering the age of connected customers. Enterprise web applications are developed to satisfy the needs of an organization rather than individual users. This is what makes them challenging to develop. In this article, you will see why enterprise application development is different than general custom #software development. We also explain in details what challenges software firms come across while developing enterprise software solutions.”What Enterprise application is and why Enterprise application development is different?Enterprise applications are the heart and soul of any organization. These are very sophisticated and challenging to develop. This is because every enterprise has several custom applications specific to their business needs and all these (...)

    #enterprise-technology #enterprise-software #software-development

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire

  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 21/04/2019

    How to Become a Great Software Developer (Part 2)
    ▻https://hackernoon.com/how-to-become-a-great-software-developer-part-2-312934c9e0d3?source=rss-

    https://cdn-images-1.medium.com/max/1024/1*QSGn1wMY9HcckzJy97s3fg.png

    ▻https://medium.com/media/e2cdc3516be372ed187b7181452ef18b/hrefJon Christensen and Chris Hickman of Kelsus and Rich Staats of Secret Stache conclude their mini-series, “How to become a Great Software Developer.” In the previous episode, they covered the first three of seven principles that differentiate a good from a great software developer: Practice, Persistence, and Place value on understanding above correctness. Now, they reveal the remaining four software developer principles.Originally published on Mobycast.fm.Some of the highlights of the show include:Read and review code written by other people; code bases are easy to access and copy because of open source:Is there a consistent coding style?How readable is the code?How quickly can you understand what the software is doing?Are tests (...)

    #great-software-developer #software-development #continuous-learning #software-developer-pod #podcast-software

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire

  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 21/04/2019

    The future of software development: modular, intelligent, and rickety
    ▻https://hackernoon.com/the-future-of-software-development-modular-intelligent-and-rickety-e24de

    The future of software development: freelance, AI-assisted, and ricketyNearly four thousand years elapsed between when Egyptian astronomers invented the concept of zero and a British mathematician tacked together the first computer. But once the thing was made, we were off to the races. It was only 130 more years to electronic computers, 40 to the internet, and only nine to smartphones. Now advances in computer science pop off as if discharged from a ticker tape machine.But not everything that earns press sees success — or has an impact. Most inventions die following their hype cycle, in what research firm Gartner calls the trough of disillusionment. In this article, I’ll share three signals amidst all the noise that I think indicate trends that will survive to become the biggest forces in (...)

    #hackernoon-top-story #open-source #future-of-work #freelancing #software-development

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire

  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 20/04/2019

    #performance Profiling During Your Development Workflow
    ▻https://hackernoon.com/performance-profiling-during-your-development-workflow-ebff78afb71c?sour

    Ditch subjectivity about performance with #java VisualVMPerformance profiling isn’t just an activity reserved for Ops teams monitoring an application in production — in my view, it’s a skill that should become part of every decent software developer’s/engineer’s development workflow.It’s not just for troubleshooting, be proactive and take a look under the bonnet (hood* ??) before the trouble even starts.I’m going to ask you 2 questions:Do you want to be the team member who committed the two lines of code that brought production to its knees and ground it to a halt?OR:Do you want to be the glorious team member who saved the team from merging the defective code in the first place?Unless you hate your team and your company, I’m pretty sure you want to be the latter team member — which is why I’ve put (...)

    #software-development #programming #software-engineering

    • #team member
    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire

  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 19/04/2019

    #testing #react with #jest, jest-axe, and react-testing-library
    ▻https://hackernoon.com/testing-react-with-jest-axe-and-react-testing-library-accessibility-34b9

    https://cdn-images-1.medium.com/max/1024/1*rV3yZwoPFHb3y5gKQLBdCw.png

    Testing React applications with jest, jest-axe, and react-testing-libraryjest and react-testing-library logosjest and react-testing-library are an increasingly used tooling pairing to test React components. We will briefly look at the differences between the two before looking at some high level examples, and how straightforward it is to add jest-axe to integrate aXe automated #accessibility testing.JestJest is a JavaScript unit testing framework, developed by Facebook to test services and React applications.jest acts as a test runner, assertion library, and mocking library.jest also provides Snapshot testing, the ability to create a rendered ‘snapshot’ of a component and compare it to a previously saved ‘snapshot’. The test will fail if the two do not match. We will talk about the pros and (...)

    #software-development

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire

  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 19/04/2019

    Social Network Development: Types, Challenges, Technologies, Costs
    ▻https://hackernoon.com/social-network-development-types-challenges-technologies-costs-1e185da3b

    The niche of social media is very perspective for business, though it’s occupied by big players like Facebook, Instagram, Flickr, etc.Continue reading on Hacker Noon »

    #social-network #business-analysis #software-development #startup #business-development

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire

  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 17/04/2019

    Solving problems in the Tech Community with Pariss of BlackTechTwitter & BTPipeline
    ▻https://hackernoon.com/solving-problems-in-the-tech-community-with-pariss-of-blacktechtwitter-b

    https://cdn-images-1.medium.com/max/1024/1*nh24rxt32ZTu3frRyF-v7A.png

    Episode 38 of the Hacker Noon #podcast: An interview with Pariss Athena, Creator of #BlackTechTwitter & Founder of @BTPipeline platform, a community for people of color to mentor each other and find work.▻https://medium.com/media/0d168710b53a42e7292065d6fef1ebce/hrefListen to the interview on iTunes, or Google Podcast, or watch on YouTube.In this episode Trent Lapinski interviews Pariss Athena, Front end Dev/RN dev, creator of #BlackTechTwitter & founder of @BTPipeline platform, a community for people of color to mentor each other and find work.“It’s scary. I even think about that for Web Development, because of things like Squarespace and Wix, where people don’t even need to know how to code where they could just build their website from there. Are they going to automate that? Are (...)

    #software-development

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire

  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 16/04/2019

    How to Estimate the Actual #software Development Time?
    ▻https://hackernoon.com/how-to-estimate-the-actual-software-development-time-b1bfe5c5f93a?source

    https://cdn-images-1.medium.com/max/620/0*RUF-5LIsuGABiqQJ.jpg

    Custom software development is when specific software is tailor-made to fit business’ unique requirements. So, the question “How long does it take to build a custom software” has no direct and instant answers. It’s always an estimate — an estimate that we provide to our clients keeping a lot of factors in mind. Read the article to know what are the factors that one needs to consider to provide an accurate time estimate for your custom software and how long a particular stage of software development can stretch.How long will it take to build my custom software application? This is a common question and we often answer it by saying — Oh! It depends on quite a few factors and first, we need to know about them for your particular project.There is an ongoing discussion on whether custom software (...)

    #tech #software-development #software-estimation #technology

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire

  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 16/04/2019

    How to Add #flutter to your Production #android App
    ▻https://hackernoon.com/how-to-add-flutter-to-your-production-android-app-4b5150de9e44?source=rs

    https://cdn-images-1.medium.com/max/1463/1*cEe3A47phrRygkLopgnugQ.png

    There are instructions on how to add Flutter to existing Andriod App, but none of it has been done on a Production one, which is…Continue reading on Hacker Noon »

    #mobile-app-development #software-development #android-app-development

    • #android
    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire

  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 16/04/2019

    Owning the Conversation
    ▻https://hackernoon.com/owning-the-conversation-bf4d99838bf5?source=rss----3a8144eabfe3---4

    Kicking trolls out of a developer communityContinue reading on Hacker Noon »

    #kindness #online #software-development #community #social-media

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire

  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 16/04/2019

    One secret to becoming a great software engineer: read code
    ▻https://hackernoon.com/one-secret-to-becoming-a-great-software-engineer-read-code-467e31f243b0?

    https://cdn-images-1.medium.com/max/1024/1*3P-YM5wfTlx1Aw5LVyEK2Q.png

    Become a better programmer by building a routine and habit for reading codeThis is a post in my occasional series, Notes to a Young Software Engineer. Sign up here.A code snippet from RedisIf you woke up one day resolved to be a great writer, you’d hear two simple pieces of feedback: write a lot, and read even more.In software, plenty of people write code, but precious few spend time reading it — especially code outside their day to day work. That is a mistake. Early in your career, act like an aspiring writer and embrace reading diverse code.Read widely and read often. It could be the difference between being a decent software engineer and a great one.Why should I read code?Great writers are a function of the writers they’ve read. Think of Joan Didion, who typed out Hemingway’s sentences at 16, (...)

    #read-code #learning-to-code #software-development #programming #hackernoon-top-story

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire

  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 15/04/2019

    Getting started with Dockerizing your Node.js Application
    ▻https://hackernoon.com/getting-started-with-dockerizing-your-node-js-application-bab6b2451cde?s

    https://cdn-images-1.medium.com/proxy/1*_z6K0v2SvBINFuFzWhAHQA.jpeg

    Photo by chuttersnap on UnsplashThere has been a conscious move within SaaS companies towards microservice architectures. To facilitate that, we generally use #docker setups. Well, let us not skip steps and see why people recommend this.To better understand #containerization and Docker, let’ use the example of the actual thing it is modeled after, Shipping Containers.Why use Shipping Containers?Well, shipping containers revolutionized the transportation industry by standardizing and making it simple to transport large quantities of goods. This could be over sea or land. Now with these standard containers, we are able to ship multiple things in one container or even ship large quantities of a single thing in multiple containers. Some of the key features here are:Standardized: These shipping (...)

    #software-development #devops #nodejs

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire

  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 15/04/2019

    Semantic Versioning 101
    ▻https://hackernoon.com/semantic-versioning-101-d2623083714b?source=rss----3a8144eabfe3---4

    https://cdn-images-1.medium.com/max/1024/1*hghixiKhRY9DV49-mZQGmg.png

    Semantic Versioning 2.0.0 (semver.org) is a robust and elementary standard that encapsulates a wealth of information about the software you’re publishing or consuming.Open source veterans know and understand the importance of this standard. If you’ve run a project in long-term maintenance mode, you come to realize its power one way or another. Still, enthusiastic, fast-moving dev teams like to find ways around this standard. I’ve seen more than a few engineers decide to invent their own ideas around major, minor, and patch increments. Their rationale is rooted in aesthetics or their own release schedule.A key principleAside from the concise and complete information at semver.org, it is critical to understand:Semantic versioning is for your consumers. It’s not for your release schedule or (...)

    #python #nodejs #open-source #software-development #javascript

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire

  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 15/04/2019

    How We Gained Nearly 4 Million Impressions by Getting Featured in the App Store.
    ▻https://hackernoon.com/how-we-gained-nearly-4-million-impressions-by-getting-featured-in-the-ap

    https://cdn-images-1.medium.com/max/1024/1*QOaEibRzocLnfjifdxQVHA.jpeg

    How We Achieved Nearly 4 Million Impressions by Getting Featured in the App Store.How we did it. What happened, and more importantly — what didn’t.GenM.coWhen we launched our mobile app earlier last year we were mainly concerned with making sure we were able to give users the same functionality that they have with our desktop experience. Letting businesses easily browse through the GenM talent pool of student marketers, letting students complete our digital marketing lessons on the go — these were priority. The last thing on our minds was getting featured in the App Store.But when the email from #apple landed in our inbox that they were selecting our app to be highlighted in their “This Week’s Favorites” category, our sights started to aim a little bit higher. After our hands ached from countless (...)

    #mobile-app-development #software-development #app-store-optimization #apps

    • #App Store
    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire

  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 15/04/2019

    Things to Keep in Mind while Developing Chrome Extensions
    ▻https://hackernoon.com/things-to-keep-in-mind-while-developing-chrome-extensions-1ec15199aa66?s

    https://cdn-images-1.medium.com/max/492/0*ggthEjmb6C5Jocvn.jpg

    Chrome extensions are programs that when installed into Chrome, heightens the browser’s functionality. This means adding new functionalities or modifying existing functionalities to make it more convenient for the user. More than often, being a reputed custom chrome extension development company, we are approached by clients wanting to know why they should develop chrome extensions. We, in this article, will give an idea of the purpose of chrome extension development and what to keep in mind before hiring chrome extension developers!Chrome’s capabilities can be widely advanced with add-ons and extensions that make it possible to perform a variety of hacks. They alter the way people work. Chrome extensions are available for anything and everything.Let’s take Gmail for an example — there (...)

    #chrome-extension #technology #software #software-development #web-development

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire

  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 14/04/2019

    What are Code Katas and Why Should we Care?
    ▻https://hackernoon.com/what-are-code-katas-and-why-should-we-care-2e3f1b7e111c?source=rss----3a

    https://cdn-images-1.medium.com/max/482/1*OOO5gpR5UT_1EL3ExNzmZg.png

    The REAL kata!While we, as software system developers, certainly know that our day to day work can bring a lot of satisfaction and improvement to our profession, there prove to be other ways that we can also try out to flex our coding “muscle”. “Kata” is a term borrowed from the world of martial arts. According to Wikipedia, a kata “is a detailed choreographed pattern of movements made to be practiced alone, but are also practiced within groups and in unison when training.” That sounds a bit different that what you might’ve expected. But if you think about it, our coding craft is not that much different. We practice a pattern of strokes, sometimes alone, but also in groups, you might know as teams, or pairs, that sometimes translate into pair programming sessions.The term “kata” in regard to (...)

    #software-development #tdd #code-kata #scala #scalatest

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire

  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 13/04/2019

    Hacker Noon 2.0 Dev Update 2: Electric Boogaloo
    ▻https://hackernoon.com/hacker-noon-2-0-dev-update-2-electric-boogaloo-d72f3159bcb?source=rss---

    https://cdn-images-1.medium.com/max/1024/1*Wgain_Hpq2-Zwv6UB6hW3g.jpeg

    Photo by José Miguel on UnsplashFor the past few months, I’ve been hacking away on Hacker Noon 2.0. In that time, I’ve encountered a wide array of technical challenges, gotchas, tricks, and treats. Today, I’d like to share some of that with you, our community.Let’s start with some of our #architecture: we started by using #firebase on the backend, and #react on the frontend. As discussed at our Github event at the beginning of March, we quickly discovered that Firebase costs would get out of hand. Long story short, we decided to go with a hybrid system, one that uses a CDN (content delivery network) to serve high-traffic pages like the homepage, story pages, and so on, and a fully-powered Firebase app will serve pages like the story editor, the editor dashboard, the admin dashboard, etc. This (...)

    #hackernoon-top-story #software-development

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire

  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 13/04/2019

    How Tran Got Her Internship at the Explore #microsoft Internship Program After Attending Only One…
    ▻https://hackernoon.com/how-tran-got-her-internship-at-the-explore-microsoft-internship-program-

    https://cdn-images-1.medium.com/max/1024/1*2DPNpStBrpShnumP2Nh_qA.jpeg

    How Tran Got Her Internship at the Explore Microsoft Internship Program After Attending Only One Semester of Computer ScienceBy Flora QuIf you want to gain some product management experience, along with a software development opportunity, at one of the largest Tech companies, I recently found the Explore Microsoft Internship program would be a good choice..To learn more, I interviewed Tran Le, a student at Grinnell college, who is an upcoming intern there. Three semesters ago, Tran was an Economics major. What made her decide to transfer, and how did she get her internship among the strong competition after such a short period of time?Why She Transfered from Economics to Computer ScienceTran grew up in the city of Huy in Vietnam, where traditionally girls study social sciences in college. (...)

    #coding #software-development #product-management #internships

    • #Microsoft
    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire

  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 12/04/2019

    How Software #security Vulnerabilities Work And What You Can Do To Stay Safe
    ▻https://hackernoon.com/how-software-security-vulnerabilities-work-and-what-you-can-do-to-stay-s

    https://cdn-images-1.medium.com/max/1024/1*uXgkKmzNen16KNbQoc4D8A.jpeg

    Most crucial aspects of our life including our finance, identity, and healthcare now depend on code. Software security is now a critical aspect for not just companies, but individuals as well.In the latest circumstances, we see that software security concepts should be understood at least on a basic level by anyone who is using modern software products and services. And for any developer that works on designing, creating or maintaining these products and services, a comprehensive understanding of security vulnerabilities and security best practices is a must to avoid security breaches that may now cost much more than ever.Most of the time, security vulnerabilities seem to us far and unfamiliar; they are potential issues to us that are not entirely tangible; thus easy to neglect. (...)

    #cybersecurity #hacking #software-development #software-engineering

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire

  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 12/04/2019

    [Interview] Tackling Complex Architecture: Do’s and Don’ts
    ▻https://hackernoon.com/interview-tackling-complex-architecture-dos-and-don-ts-d6f8f34d694d?sour

    Image credit: PexelsWhat approach should be used when working on complex architecture? How do you build software that is easy to support and scale, and what are the mistakes to avoid?I had the opportunity to sit down with Sergiy Kukunin, a #full-stack developer at Spotlight Labs with 10+ years of experience, and talk to him about these issues in greater detail.The first question is, what should good software look like?Let’s first decide what the software is, and what it looks like from a non-programmer perspective. We are used to thinking about software as a tool for solving business tasks and problems.Imagine yourself as an entrepreneur who needs to solve such a task. You have two options: choose software that is available right now and will correctly solve your problem, but is entirely (...)

    #software-development #software-architecture #complex-architecture #enterprise-software

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire

  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 12/04/2019

    The 2019 Web Developer RoadMap
    ▻https://hackernoon.com/the-2019-web-developer-roadmap-ab89ac3c380e?source=rss----3a8144eabfe3--

    https://cdn-images-1.medium.com/max/866/1*xksUCqVg5XSP_RSyIaL2-g.png

    An illustrated guide to becoming a Web Developer with links to relevant coursesHello Guys, I hope you are doing great in 2019. I am sure you all have already made your goals by now and thinking about how to achieve those goals. If one of your goals is to learn to code or to become a Web Developer in 2019 then I have something great to share with you today, the 2019 Web Developer RoadMap.This is an excellent illustration on how to become a web developer in 2019 and guide you on how you can learn and master Web Development in 2019.It’s a collection of different paths to learning front-end, back-end, and all other things a Web developer should know. You will not just know about web development but about essential #programming stuff which is important for all kind of programmers. The RoadMap (...)

    #web-developer-roadmap #software-development #web-development #javascript

    • #Web Developer
    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire

  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 11/04/2019

    My minimal .vimrc config
    ▻https://hackernoon.com/my-minimal-vimrc-config-c1a4d26553ca?source=rss----3a8144eabfe3---4

    https://cdn-images-1.medium.com/max/1024/1*7WzVFy8R7t4bhvXhLcS2DQ.jpeg

    My minimal .vimrc configOver the last couple of weeks, I’ve been tasked with building and configuring countless virtual machines and coding environments for a couple of different projects we have right now.It has been a great opportunity to get some sysadmin experience on my hands, but also to have an understanding of what tools and configurations I need to work on bare-bones Linux environments.I love #vim and I work with it every day, but in this case I was installing vanilla Vim on these machines and using them to configure machines and do some actual coding on them. That gave me the idea for this article.What configurations do I really need when using Vim?On a daily basis, I use my carefully crafted .vimrc file. This file has everything I think I need to perform my work competently and is (...)

    #vimrc #vim101 #software-development #configuration-management

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire

  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 11/04/2019

    Estimation — how can we estimate with confidence in software delivery?
    ▻https://hackernoon.com/estimation-how-can-we-estimate-with-confidence-in-software-delivery-20d8

    https://cdn-images-1.medium.com/max/451/1*TDQKYbtpASAKxNFggyeUQA.png

    Estimation — how can we estimate with confidence in software development?Introduction‘When will it be done?’ is one of the most common and difficult questions to answer in software development.Estimating in software is traditionally difficult, inaccurate most of the time, with project teams spending a significant amount of time on the process.There are a number of contributing factors to this. Part of it is that software development is a design activity, and thus hard to plan and estimate. Software is done with people, and it depends which individual people are involved. Individuals are hard to predict and quantify and humans in general are inherently bad at predictions [1]. Those teams that build the software are operating in an ever-changing business and technology landscape.The cost of (...)

    #estimations #software-development #agile #hackernoon-top-story #noestimates

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire

0 | 25 | 50 | 75 | 100 | 125 | 150 | 175 | 200 | ... | 250

Thèmes liés

  • industryterm: software
  • #programming
  • #hackernoon-top-story
  • #software-engineering
  • #startup
  • #technology
  • #web-development
  • #agile
  • industryterm: development software
  • industryterm: software development
  • #javascript
  • company: google
  • #tech
  • #mobile-app-development
  • industryterm: software engineers
  • technology: artificial intelligence
  • programminglanguage: javascript
  • position: ceo
  • #artificial-intelligence
  • #careers
  • #open-source
  • #machine-learning
  • industryterm: development web
  • #software
  • #app-development
  • #devops
  • #testing
  • industryterm: development product
  • #react
  • #developer
  • company: microsoft
  • #product-management
  • #coding
  • #microsoft
  • company: github
  • industryterm: app-development software
  • #apps
  • #java
  • #nodejs
  • industryterm: software developers