[{"data":1,"prerenderedAt":2551},["ShallowReactive",2],{"content-/cperez/2026-08-06/turnover-reveals-weak-software-architecture":3},{"article":4,"all":1481},{"_path":5,"_dir":6,"_draft":7,"_partial":7,"_locale":8,"title":9,"description":10,"publishDate":6,"image":11,"author":12,"tags":15,"excerpt":10,"body":19,"_type":1475,"_id":1476,"_source":1477,"_file":1478,"_stem":1479,"_extension":1480},"/cperez/2026-08-06/turnover-reveals-weak-software-architecture","2026-08-06",false,"","Can Employee Turnover Reveal Weak Software Architecture?","When an engineer leaves, the initial plan usually feels manageable: someone else will step in, spend a few days getting up to speed, and keep the roadmap moving forward. However, this is often the moment when the questions begin. Suddenly, the team finds themselves wondering why changing a simple field breaks the reporting process, or which service is actually responsible for a specific calculation. They might encounter a dependency that everyone is afraid to touch or find that the application behaves unpredictably in production without any clear explanation.","/cperez/2026-08-06/img/turnover-reveals-weak-software-architecture.png",{"name":13,"user":14},"Carlos Perez","cperez",[16,17,18],"engineering turnover","legacy modernization","software architecture",{"type":20,"children":21,"toc":1427},"root",[22,29,34,41,46,51,56,62,102,108,113,118,123,128,141,169,185,190,195,200,209,215,220,225,230,235,240,273,278,283,294,300,305,310,315,320,325,363,368,373,378,383,388,393,405,410,418,423,431,437,442,447,452,457,462,467,472,477,488,493,526,531,537,542,547,552,559,564,569,574,579,584,589,595,600,605,610,615,620,632,638,643,648,653,658,664,669,674,679,684,689,695,700,705,710,715,720,726,731,736,741,747,752,758,763,768,774,779,785,790,795,800,806,811,816,821,826,832,837,842,847,853,858,863,869,874,879,884,889,894,899,904,909,914,920,925,930,935,940,945,951,956,961,966,971,977,982,987,992,997,1003,1008,1013,1018,1024,1029,1034,1039,1045,1050,1055,1061,1066,1071,1076,1082,1087,1092,1097,1102,1145,1150,1161,1166,1171,1177,1182,1187,1192,1225,1237,1242,1247,1252,1257,1262,1267,1272,1278,1283,1288,1293,1298,1303,1308,1313,1318,1323,1328,1333,1339,1345,1350,1356,1361,1367,1372,1378,1383,1389,1394,1400,1405,1411,1416,1422],{"type":23,"tag":24,"props":25,"children":26},"element","p",{},[27],{"type":28,"value":10},"text",{"type":23,"tag":24,"props":30,"children":31},{},[32],{"type":28,"value":33},"It's in these moments that turnover stops being a staffing problem and becomes a clear architectural signal. The departure didn’t create the fragility; it simply revealed that the system’s health depended on knowledge held in a specific person’s memory rather than knowledge expressed through clear architecture, comprehensive tests, and consistent development practices.",{"type":23,"tag":35,"props":36,"children":38},"h3",{"id":37},"what-does-employee-turnover-reveal-about-software-architecture",[39],{"type":28,"value":40},"What does employee turnover reveal about software architecture?",{"type":23,"tag":24,"props":42,"children":43},{},[44],{"type":28,"value":45},"Turnover reveals weak architecture when a team cannot safely understand, maintain, or change a system without the people who originally built it.",{"type":23,"tag":24,"props":47,"children":48},{},[49],{"type":28,"value":50},"Healthy software can absorb normal changes in personnel. New developers still need time to learn the product, but the system gives them reliable ways to discover how it works.",{"type":23,"tag":24,"props":52,"children":53},{},[54],{"type":28,"value":55},"Fragile software depends on memory. Its important rules are implicit. Its boundaries are unclear. Its unusual behavior makes sense only when someone remembers the conversation that produced it. When that person leaves, the company does not merely lose an employee. It loses part of the application’s operating context.",{"type":23,"tag":35,"props":57,"children":59},{"id":58},"key-takeaways",[60],{"type":28,"value":61},"Key takeaways",{"type":23,"tag":63,"props":64,"children":65},"ul",{},[66,72,77,82,87,92,97],{"type":23,"tag":67,"props":68,"children":69},"li",{},[70],{"type":28,"value":71},"Turnover doesn’t usually create architectural weakness. It exposes weakness that was already present.",{"type":23,"tag":67,"props":73,"children":74},{},[75],{"type":28,"value":76},"A system has high key-person risk when critical knowledge exists in individual memory rather than in its structure, tests, and documentation.",{"type":23,"tag":67,"props":78,"children":79},{},[80],{"type":28,"value":81},"Documentation helps, but it can’t compensate for tangled architecture or inconsistent code.",{"type":23,"tag":67,"props":83,"children":84},{},[85],{"type":28,"value":86},"AI-assisted development can increase the amount of software teams produce without automatically increasing shared understanding.",{"type":23,"tag":67,"props":88,"children":89},{},[90],{"type":28,"value":91},"Modular design, automated testing, visible architectural decisions, and consistent patterns make systems easier for new developers to understand.",{"type":23,"tag":67,"props":93,"children":94},{},[95],{"type":28,"value":96},"Reducing key-person dependency does not require documenting every line of code. It requires making the system’s important behavior and intent discoverable.",{"type":23,"tag":67,"props":98,"children":99},{},[100],{"type":28,"value":101},"When an application has already become difficult to understand, an architecture assessment or phased modernization can create a safer path forward.",{"type":23,"tag":35,"props":103,"children":105},{"id":104},"why-does-turnover-affect-some-software-teams-more-than-others",[106],{"type":28,"value":107},"Why does turnover affect some software teams more than others?",{"type":23,"tag":24,"props":109,"children":110},{},[111],{"type":28,"value":112},"Every team changes.",{"type":23,"tag":24,"props":114,"children":115},{},[116],{"type":28,"value":117},"People accept new roles, move to different projects, retire, take leave, or pursue other opportunities. A durable software system should be able to continue through those ordinary changes.",{"type":23,"tag":24,"props":119,"children":120},{},[121],{"type":28,"value":122},"The problem is not that knowledge leaves with people. Some knowledge always will.",{"type":23,"tag":24,"props":124,"children":125},{},[126],{"type":28,"value":127},"The problem is how much of the system depends on knowledge that exists nowhere else.",{"type":23,"tag":24,"props":129,"children":130},{},[131,133,139],{"type":28,"value":132},"Art+Logic’s original ",{"type":23,"tag":134,"props":135,"children":136},"em",{},[137],{"type":28,"value":138},"Two Minutes on Tech",{"type":28,"value":140},"_ discussion identified several common warning signs:",{"type":23,"tag":63,"props":142,"children":143},{},[144,149,154,159,164],{"type":23,"tag":67,"props":145,"children":146},{},[147],{"type":28,"value":148},"Only one or two people understand critical workflows",{"type":23,"tag":67,"props":150,"children":151},{},[152],{"type":28,"value":153},"Documentation no longer matches the software",{"type":23,"tag":67,"props":155,"children":156},{},[157],{"type":28,"value":158},"New developers need an unusually long time to become productive",{"type":23,"tag":67,"props":160,"children":161},{},[162],{"type":28,"value":163},"Changes are delayed until a particular person is available",{"type":23,"tag":67,"props":165,"children":166},{},[167],{"type":28,"value":168},"Teams avoid modifying areas they don't fully understand",{"type":23,"tag":24,"props":170,"children":171},{},[172,174,183],{"type":28,"value":173},"These conditions can remain hidden for years while the right people are still around. Turnover makes the dependency visible. (",{"type":23,"tag":175,"props":176,"children":180},"a",{"href":177,"rel":178},"https://artandlogic.com/newsletters/how-turnover-reveals-weak-architecture/",[179],"nofollow",[181],{"type":28,"value":182},"Art+Logic",{"type":28,"value":184},")",{"type":23,"tag":24,"props":186,"children":187},{},[188],{"type":28,"value":189},"A system may be functioning normally right up until the organization needs someone new to change it.",{"type":23,"tag":24,"props":191,"children":192},{},[193],{"type":28,"value":194},"That's why production uptime alone doesn't tell you whether an application is maintainable.",{"type":23,"tag":24,"props":196,"children":197},{},[198],{"type":28,"value":199},"The more useful question is:",{"type":23,"tag":24,"props":201,"children":202},{},[203],{"type":23,"tag":204,"props":205,"children":206},"strong",{},[207],{"type":28,"value":208},"Could a capable developer who didn't build this system understand and safely change it?",{"type":23,"tag":35,"props":210,"children":212},{"id":211},"what-is-key-person-dependency-in-software",[213],{"type":28,"value":214},"What is key-person dependency in software?",{"type":23,"tag":24,"props":216,"children":217},{},[218],{"type":28,"value":219},"Key-person dependency exists when a system relies too heavily on the knowledge, availability, or judgment of a small number of people.",{"type":23,"tag":24,"props":221,"children":222},{},[223],{"type":28,"value":224},"Engineering teams sometimes describe this as the “bus factor”: how many people could become unavailable before the project becomes difficult to continue.",{"type":23,"tag":24,"props":226,"children":227},{},[228],{"type":28,"value":229},"The phrase is usually treated as a team-management concern.",{"type":23,"tag":24,"props":231,"children":232},{},[233],{"type":28,"value":234},"But the underlying problem is often architectural.",{"type":23,"tag":24,"props":236,"children":237},{},[238],{"type":28,"value":239},"Suppose one engineer knows:",{"type":23,"tag":63,"props":241,"children":242},{},[243,248,253,258,263,268],{"type":23,"tag":67,"props":244,"children":245},{},[246],{"type":28,"value":247},"Why a billing calculation contains several unexplained exceptions",{"type":23,"tag":67,"props":249,"children":250},{},[251],{"type":28,"value":252},"Which scheduled process has to run before monthly reports",{"type":23,"tag":67,"props":254,"children":255},{},[256],{"type":28,"value":257},"Which parts of the system cannot be deployed independently",{"type":23,"tag":67,"props":259,"children":260},{},[261],{"type":28,"value":262},"Why a seemingly unused database column can't be removed",{"type":23,"tag":67,"props":264,"children":265},{},[266],{"type":28,"value":267},"Which integration fails when records arrive in an unexpected order",{"type":23,"tag":67,"props":269,"children":270},{},[271],{"type":28,"value":272},"How to recover when a production deployment stops halfway through",{"type":23,"tag":24,"props":274,"children":275},{},[276],{"type":28,"value":277},"That person may be exceptionally capable. But the organization has also made them part of the infrastructure. The system remains stable because the engineer can interpret behavior that the software itself doesn't explain.",{"type":23,"tag":24,"props":279,"children":280},{},[281],{"type":28,"value":282},"Strong architecture distributes that understanding.",{"type":23,"tag":24,"props":284,"children":285},{},[286,288,293],{"type":28,"value":287},"Clear boundaries, consistent patterns, meaningful names, tests, observable workflows, and recorded decisions allow more people to reason about the application. Art+Logic describes this distinction directly: weak architecture concentrates knowledge, while strong architecture makes system intent easier to discover. (",{"type":23,"tag":175,"props":289,"children":291},{"href":177,"rel":290},[179],[292],{"type":28,"value":182},{"type":28,"value":184},{"type":23,"tag":35,"props":295,"children":297},{"id":296},"why-is-software-being-built-faster-than-teams-can-understand-it",[298],{"type":28,"value":299},"Why is software being built faster than teams can understand it?",{"type":23,"tag":24,"props":301,"children":302},{},[303],{"type":28,"value":304},"Teams have always been able to create technical debt under deadline pressure.",{"type":23,"tag":24,"props":306,"children":307},{},[308],{"type":28,"value":309},"AI-assisted development increases the speed at which it can happen.",{"type":23,"tag":24,"props":311,"children":312},{},[313],{"type":28,"value":314},"A developer can now generate a feature, integration, data model, or application structure much more quickly than before. That speed can be genuinely valuable.",{"type":23,"tag":24,"props":316,"children":317},{},[318],{"type":28,"value":319},"But producing code faster is not the same as building shared understanding faster.",{"type":23,"tag":24,"props":321,"children":322},{},[323],{"type":28,"value":324},"A generated solution may work without the team having fully discussed:",{"type":23,"tag":63,"props":326,"children":327},{},[328,333,338,343,348,353,358],{"type":23,"tag":67,"props":329,"children":330},{},[331],{"type":28,"value":332},"Why the components are separated in a particular way",{"type":23,"tag":67,"props":334,"children":335},{},[336],{"type":28,"value":337},"Which assumptions the implementation makes",{"type":23,"tag":67,"props":339,"children":340},{},[341],{"type":28,"value":342},"How the feature should behave when data is incomplete",{"type":23,"tag":67,"props":344,"children":345},{},[346],{"type":28,"value":347},"Which business rules belong in deterministic code",{"type":23,"tag":67,"props":349,"children":350},{},[351],{"type":28,"value":352},"What will happen when another team needs to extend it",{"type":23,"tag":67,"props":354,"children":355},{},[356],{"type":28,"value":357},"Whether the pattern is appropriate for the rest of the application",{"type":23,"tag":67,"props":359,"children":360},{},[361],{"type":28,"value":362},"How the new behavior will be tested and supported",{"type":23,"tag":24,"props":364,"children":365},{},[366],{"type":28,"value":367},"When these decisions remain implicit, understanding becomes concentrated in the person closest to the implementation.",{"type":23,"tag":24,"props":369,"children":370},{},[371],{"type":28,"value":372},"Sometimes even that person can't fully explain the result.",{"type":23,"tag":24,"props":374,"children":375},{},[376],{"type":28,"value":377},"They may know that the generated code passed the immediate test. They may not know how its assumptions will affect the application six months later.",{"type":23,"tag":24,"props":379,"children":380},{},[381],{"type":28,"value":382},"AI didn't invent this problem.",{"type":23,"tag":24,"props":384,"children":385},{},[386],{"type":28,"value":387},"It compressed the time between an idea and a large amount of working code.",{"type":23,"tag":24,"props":389,"children":390},{},[391],{"type":28,"value":392},"That makes architecture, review, testing, and documentation more important—not less.",{"type":23,"tag":24,"props":394,"children":395},{},[396,398,404],{"type":28,"value":397},"Art+Logic’s AI-assisted modernization work follows the same principle. AI was used for repetitive, pattern-based implementation, while experienced developers retained responsibility for architecture, code review, testing, and validation. (",{"type":23,"tag":175,"props":399,"children":402},{"href":400,"rel":401},"https://artandlogic.com/ai-assisted-modernization/",[179],[403],{"type":28,"value":182},{"type":28,"value":184},{"type":23,"tag":24,"props":406,"children":407},{},[408],{"type":28,"value":409},"The useful question is not:",{"type":23,"tag":24,"props":411,"children":412},{},[413],{"type":23,"tag":204,"props":414,"children":415},{},[416],{"type":28,"value":417},"How much code can the team generate?",{"type":23,"tag":24,"props":419,"children":420},{},[421],{"type":28,"value":422},"It is:",{"type":23,"tag":24,"props":424,"children":425},{},[426],{"type":23,"tag":204,"props":427,"children":428},{},[429],{"type":28,"value":430},"How much software can the organization continue to understand?",{"type":23,"tag":35,"props":432,"children":434},{"id":433},"why-doesnt-documentation-solve-the-whole-problem",[435],{"type":28,"value":436},"Why doesn’t documentation solve the whole problem?",{"type":23,"tag":24,"props":438,"children":439},{},[440],{"type":28,"value":441},"When someone leaves, the first response is often:",{"type":23,"tag":24,"props":443,"children":444},{},[445],{"type":28,"value":446},"“We need better documentation.”",{"type":23,"tag":24,"props":448,"children":449},{},[450],{"type":28,"value":451},"That's probably true.",{"type":23,"tag":24,"props":453,"children":454},{},[455],{"type":28,"value":456},"But documentation can't rescue a system whose structure remains difficult to reason about.",{"type":23,"tag":24,"props":458,"children":459},{},[460],{"type":28,"value":461},"A hundred-page guide may describe a tangled application in detail. The application's still tangled.",{"type":23,"tag":24,"props":463,"children":464},{},[465],{"type":28,"value":466},"A diagram may show dozens of dependencies. It doesn't make those dependencies safer to change.",{"type":23,"tag":24,"props":468,"children":469},{},[470],{"type":28,"value":471},"A comment may explain that a method should never be called before another method. It doesn't remove the hidden sequence dependency.",{"type":23,"tag":24,"props":473,"children":474},{},[475],{"type":28,"value":476},"Documentation supports good architecture. It doesn't replace it.",{"type":23,"tag":24,"props":478,"children":479},{},[480,482,487],{"type":28,"value":481},"Art+Logic makes the same distinction in its guidance on turnover and maintainability: documentation is important, but a poorly structured system remains difficult to maintain even when it's extensively described. Good architecture reduces how much explanation the system requires because boundaries and intent are visible in the design. (",{"type":23,"tag":175,"props":483,"children":485},{"href":177,"rel":484},[179],[486],{"type":28,"value":182},{"type":28,"value":184},{"type":23,"tag":24,"props":489,"children":490},{},[491],{"type":28,"value":492},"The best documentation answers questions the code cannot answer for itself:",{"type":23,"tag":63,"props":494,"children":495},{},[496,501,506,511,516,521],{"type":23,"tag":67,"props":497,"children":498},{},[499],{"type":28,"value":500},"Why was this approach selected?",{"type":23,"tag":67,"props":502,"children":503},{},[504],{"type":28,"value":505},"Which alternatives were considered?",{"type":23,"tag":67,"props":507,"children":508},{},[509],{"type":28,"value":510},"What business rule does this component protect?",{"type":23,"tag":67,"props":512,"children":513},{},[514],{"type":28,"value":515},"Which constraint would make the decision worth revisiting?",{"type":23,"tag":67,"props":517,"children":518},{},[519],{"type":28,"value":520},"Who owns the surrounding process?",{"type":23,"tag":67,"props":522,"children":523},{},[524],{"type":28,"value":525},"What should never change without broader review?",{"type":23,"tag":24,"props":527,"children":528},{},[529],{"type":28,"value":530},"Documentation is most useful when it preserves intent. The architecture still has to make that intent practical.",{"type":23,"tag":35,"props":532,"children":534},{"id":533},"what-does-architecture-that-survives-turnover-look-like",[535],{"type":28,"value":536},"What does architecture that survives turnover look like?",{"type":23,"tag":24,"props":538,"children":539},{},[540],{"type":28,"value":541},"There's no single architecture that prevents knowledge loss.",{"type":23,"tag":24,"props":543,"children":544},{},[545],{"type":28,"value":546},"A small internal application and a large regulated platform don't need the same architecture.",{"type":23,"tag":24,"props":548,"children":549},{},[550],{"type":28,"value":551},"But systems that remain maintainable through team changes tend to share several characteristics.",{"type":23,"tag":553,"props":554,"children":556},"h4",{"id":555},"the-boundaries-make-sense",[557],{"type":28,"value":558},"The boundaries make sense",{"type":23,"tag":24,"props":560,"children":561},{},[562],{"type":28,"value":563},"A developer can identify where a business capability begins and ends.",{"type":23,"tag":24,"props":565,"children":566},{},[567],{"type":28,"value":568},"Billing logic isn't scattered across the user interface, database triggers, scheduled tasks, and several unrelated services.",{"type":23,"tag":24,"props":570,"children":571},{},[572],{"type":28,"value":573},"Authentication behavior isn't reimplemented differently in each feature.",{"type":23,"tag":24,"props":575,"children":576},{},[577],{"type":28,"value":578},"Components have responsibilities that a new team member can explain.",{"type":23,"tag":24,"props":580,"children":581},{},[582],{"type":28,"value":583},"Clear boundaries don't eliminate complexity.",{"type":23,"tag":24,"props":585,"children":586},{},[587],{"type":28,"value":588},"They keep complexity from spreading.",{"type":23,"tag":553,"props":590,"children":592},{"id":591},"important-behavior-is-covered-by-tests",[593],{"type":28,"value":594},"Important behavior is covered by tests",{"type":23,"tag":24,"props":596,"children":597},{},[598],{"type":28,"value":599},"Automated tests provide more than defect detection.",{"type":23,"tag":24,"props":601,"children":602},{},[603],{"type":28,"value":604},"They show developers what the organization expects the software to do.",{"type":23,"tag":24,"props":606,"children":607},{},[608],{"type":28,"value":609},"A test can reveal that a calculation must preserve a particular rounding rule, that an API must reject a certain state transition, or that a workflow depends on an unusual edge case.",{"type":23,"tag":24,"props":611,"children":612},{},[613],{"type":28,"value":614},"Without that safety net, a new developer has to choose between two bad options:",{"type":23,"tag":24,"props":616,"children":617},{},[618],{"type":28,"value":619},"Change code they don't fully trust, or leave a known problem alone.",{"type":23,"tag":24,"props":621,"children":622},{},[623,625,631],{"type":28,"value":624},"Art+Logic’s software-development approach emphasizes automated testing alongside modular design and explicit architecture decisions as part of keeping long-lived systems maintainable. (",{"type":23,"tag":175,"props":626,"children":629},{"href":627,"rel":628},"https://artandlogic.com/software-development/",[179],[630],{"type":28,"value":182},{"type":28,"value":184},{"type":23,"tag":553,"props":633,"children":635},{"id":634},"patterns-are-consistent",[636],{"type":28,"value":637},"Patterns are consistent",{"type":23,"tag":24,"props":639,"children":640},{},[641],{"type":28,"value":642},"The same kinds of problems are solved in similar ways.",{"type":23,"tag":24,"props":644,"children":645},{},[646],{"type":28,"value":647},"A developer who understands one feature can use that knowledge to navigate another.",{"type":23,"tag":24,"props":649,"children":650},{},[651],{"type":28,"value":652},"Inconsistent architecture has the opposite effect. Every part of the system feels like a separate application with its own assumptions, conventions, and failure modes.",{"type":23,"tag":24,"props":654,"children":655},{},[656],{"type":28,"value":657},"Consistency reduces the amount of new context someone must absorb.",{"type":23,"tag":553,"props":659,"children":661},{"id":660},"decisions-are-visible",[662],{"type":28,"value":663},"Decisions are visible",{"type":23,"tag":24,"props":665,"children":666},{},[667],{"type":28,"value":668},"Not every architectural decision needs a formal committee or a lengthy report.",{"type":23,"tag":24,"props":670,"children":671},{},[672],{"type":28,"value":673},"Important decisions should still leave a trace.",{"type":23,"tag":24,"props":675,"children":676},{},[677],{"type":28,"value":678},"A short architecture decision record can explain why the team selected a queue, separated a service, accepted a dependency, or rejected a simpler-looking approach.",{"type":23,"tag":24,"props":680,"children":681},{},[682],{"type":28,"value":683},"That context prevents future developers from “fixing” a strange decision without understanding the constraint it addressed.",{"type":23,"tag":24,"props":685,"children":686},{},[687],{"type":28,"value":688},"It also helps the team recognize when that constraint no longer applies.",{"type":23,"tag":553,"props":690,"children":692},{"id":691},"the-system-can-be-observed",[693],{"type":28,"value":694},"The system can be observed",{"type":23,"tag":24,"props":696,"children":697},{},[698],{"type":28,"value":699},"Developers need ways to see what the software is doing.",{"type":23,"tag":24,"props":701,"children":702},{},[703],{"type":28,"value":704},"Useful logs, monitoring, error reporting, workflow status, and deployment history reduce dependence on the person who has learned to interpret obscure symptoms.",{"type":23,"tag":24,"props":706,"children":707},{},[708],{"type":28,"value":709},"A system that fails silently creates institutional knowledge quickly.",{"type":23,"tag":24,"props":711,"children":712},{},[713],{"type":28,"value":714},"Someone eventually learns that a particular delay means a job is stuck or that a certain error message points to an unrelated integration.",{"type":23,"tag":24,"props":716,"children":717},{},[718],{"type":28,"value":719},"Observability turns those private interpretations into shared evidence.",{"type":23,"tag":553,"props":721,"children":723},{"id":722},"operational-work-is-repeatable",[724],{"type":28,"value":725},"Operational work is repeatable",{"type":23,"tag":24,"props":727,"children":728},{},[729],{"type":28,"value":730},"Building and deploying the software shouldn't depend on a sequence someone remembers.",{"type":23,"tag":24,"props":732,"children":733},{},[734],{"type":28,"value":735},"Recovery procedures shouldn't exist only as a conversation in a messaging channel.",{"type":23,"tag":24,"props":737,"children":738},{},[739],{"type":28,"value":740},"The more specialization is automated and repeatable, the less risk a personnel change creates.",{"type":23,"tag":35,"props":742,"children":744},{"id":743},"how-can-leaders-recognize-architecture-that-depends-on-individuals",[745],{"type":28,"value":746},"How can leaders recognize architecture that depends on individuals?",{"type":23,"tag":24,"props":748,"children":749},{},[750],{"type":28,"value":751},"The clearest warning signs often appear in everyday work rather than in a formal architecture review.",{"type":23,"tag":553,"props":753,"children":755},{"id":754},"work-waits-for-one-person",[756],{"type":28,"value":757},"Work waits for one person",{"type":23,"tag":24,"props":759,"children":760},{},[761],{"type":28,"value":762},"A feature, deployment, or production investigation can't proceed until a particular engineer is available. Occasional specialization is normal.",{"type":23,"tag":24,"props":764,"children":765},{},[766],{"type":28,"value":767},"A repeated inability to move without one person suggests that the system’s knowledge is too concentrated.",{"type":23,"tag":553,"props":769,"children":771},{"id":770},"estimates-vary-according-to-who-is-doing-the-work",[772],{"type":28,"value":773},"Estimates vary according to who is doing the work",{"type":23,"tag":24,"props":775,"children":776},{},[777],{"type":28,"value":778},"A change takes one engineer a day because they know the hidden dependency. The same task takes another developer two weeks because they have to rediscover it. That difference may look like a skill gap. It may actually be a system-understanding gap.",{"type":23,"tag":553,"props":780,"children":782},{"id":781},"onboarding-means-learning-the-workarounds",[783],{"type":28,"value":784},"Onboarding means learning the workarounds",{"type":23,"tag":24,"props":786,"children":787},{},[788],{"type":28,"value":789},"New developers are taught which files not to touch, which tests are unreliable, and which deployment steps “usually” work.",{"type":23,"tag":24,"props":791,"children":792},{},[793],{"type":28,"value":794},"This is operational knowledge.",{"type":23,"tag":24,"props":796,"children":797},{},[798],{"type":28,"value":799},"But when the onboarding process centers on undocumented exceptions, the architecture is asking people to memorize its weaknesses.",{"type":23,"tag":553,"props":801,"children":803},{"id":802},"refactoring-feels-too-dangerous",[804],{"type":28,"value":805},"Refactoring feels too dangerous",{"type":23,"tag":24,"props":807,"children":808},{},[809],{"type":28,"value":810},"The team knows an area needs improvement.",{"type":23,"tag":24,"props":812,"children":813},{},[814],{"type":28,"value":815},"No one can confidently predict what depends on it.",{"type":23,"tag":24,"props":817,"children":818},{},[819],{"type":28,"value":820},"So the code remains unchanged while more features are added around it.",{"type":23,"tag":24,"props":822,"children":823},{},[824],{"type":28,"value":825},"The problem becomes harder to isolate with every release.",{"type":23,"tag":553,"props":827,"children":829},{"id":828},"documentation-is-written-only-when-someone-leaves",[830],{"type":28,"value":831},"Documentation is written only when someone leaves",{"type":23,"tag":24,"props":833,"children":834},{},[835],{"type":28,"value":836},"Exit documentation can be helpful.",{"type":23,"tag":24,"props":838,"children":839},{},[840],{"type":28,"value":841},"It's also a warning sign when the organization’s primary knowledge-management practice begins after a resignation.",{"type":23,"tag":24,"props":843,"children":844},{},[845],{"type":28,"value":846},"Maintainability has got to be built during ordinary development, not reconstructed during a notice period.",{"type":23,"tag":553,"props":848,"children":850},{"id":849},"the-roadmap-slows-after-personnel-changes",[851],{"type":28,"value":852},"The roadmap slows after personnel changes",{"type":23,"tag":24,"props":854,"children":855},{},[856],{"type":28,"value":857},"Some loss of momentum is expected.",{"type":23,"tag":24,"props":859,"children":860},{},[861],{"type":28,"value":862},"But when modest turnover causes an extended decline in delivery confidence, leadership should examine the system—not only the replacement process.",{"type":23,"tag":35,"props":864,"children":866},{"id":865},"is-turnover-always-evidence-of-bad-architecture",[867],{"type":28,"value":868},"Is turnover always evidence of bad architecture?",{"type":23,"tag":24,"props":870,"children":871},{},[872],{"type":28,"value":873},"No.",{"type":23,"tag":24,"props":875,"children":876},{},[877],{"type":28,"value":878},"Complex software takes time to learn.",{"type":23,"tag":24,"props":880,"children":881},{},[882],{"type":28,"value":883},"Some systems require specialized knowledge because the problem itself is specialized. A developer joining a medical, financial, industrial, scientific, or hardware-integrated application may need substantial domain context before making critical changes.",{"type":23,"tag":24,"props":885,"children":886},{},[887],{"type":28,"value":888},"The objective is not to make every part of the system immediately understandable to anyone.",{"type":23,"tag":24,"props":890,"children":891},{},[892],{"type":28,"value":893},"It's to make the learning path reliable.",{"type":23,"tag":24,"props":895,"children":896},{},[897],{"type":28,"value":898},"A healthy complex system may require weeks of onboarding.",{"type":23,"tag":24,"props":900,"children":901},{},[902],{"type":28,"value":903},"A fragile system requires years of accumulated memory.",{"type":23,"tag":24,"props":905,"children":906},{},[907],{"type":28,"value":908},"The difference is whether a new developer can progressively build an accurate mental model from the code, tests, architecture, documentation, and people who remain.",{"type":23,"tag":24,"props":910,"children":911},{},[912],{"type":28,"value":913},"Specialized knowledge isn't the same as hidden knowledge.",{"type":23,"tag":35,"props":915,"children":917},{"id":916},"what-should-a-company-do-after-turnover-exposes-the-problem",[918],{"type":28,"value":919},"What should a company do after turnover exposes the problem?",{"type":23,"tag":24,"props":921,"children":922},{},[923],{"type":28,"value":924},"The first priority is usually continuity.",{"type":23,"tag":24,"props":926,"children":927},{},[928],{"type":28,"value":929},"The organization needs to stabilize immediate work, identify urgent knowledge gaps, and reduce the risk of further disruption.",{"type":23,"tag":24,"props":931,"children":932},{},[933],{"type":28,"value":934},"But the response shouldn't stop with replacing the person who left.",{"type":23,"tag":24,"props":936,"children":937},{},[938],{"type":28,"value":939},"That simply starts rebuilding the same dependency around someone else.",{"type":23,"tag":24,"props":941,"children":942},{},[943],{"type":28,"value":944},"A practical response may include the following.",{"type":23,"tag":553,"props":946,"children":948},{"id":947},"identify-the-highest-risk-knowledge-concentrations",[949],{"type":28,"value":950},"Identify the highest-risk knowledge concentrations",{"type":23,"tag":24,"props":952,"children":953},{},[954],{"type":28,"value":955},"Which workflows, services, deployments, integrations, or business rules can only one person explain?",{"type":23,"tag":24,"props":957,"children":958},{},[959],{"type":28,"value":960},"Which areas are avoided because the team doesn't trust them?",{"type":23,"tag":24,"props":962,"children":963},{},[964],{"type":28,"value":965},"Which knowledge gaps could affect revenue, customers, security, compliance, or operations?",{"type":23,"tag":24,"props":967,"children":968},{},[969],{"type":28,"value":970},"Start with consequences, not documentation volume.",{"type":23,"tag":553,"props":972,"children":974},{"id":973},"observe-the-system-before-changing-it",[975],{"type":28,"value":976},"Observe the system before changing it",{"type":23,"tag":24,"props":978,"children":979},{},[980],{"type":28,"value":981},"Review the architecture, code, infrastructure, data flows, deployment process, tests, monitoring, and operational history.",{"type":23,"tag":24,"props":983,"children":984},{},[985],{"type":28,"value":986},"Talk to developers and users.",{"type":23,"tag":24,"props":988,"children":989},{},[990],{"type":28,"value":991},"Compare what people believe the system does with what it actually does.",{"type":23,"tag":24,"props":993,"children":994},{},[995],{"type":28,"value":996},"This is especially important in long-lived software, where business logic may be spread across code, configuration, database procedures, integrations, and manual workarounds.",{"type":23,"tag":553,"props":998,"children":1000},{"id":999},"add-a-behavioral-safety-net",[1001],{"type":28,"value":1002},"Add a behavioral safety net",{"type":23,"tag":24,"props":1004,"children":1005},{},[1006],{"type":28,"value":1007},"Before restructuring a fragile area, establish tests around the behavior that must be preserved.",{"type":23,"tag":24,"props":1009,"children":1010},{},[1011],{"type":28,"value":1012},"That might include unit tests, integration tests, end-to-end workflows, data comparisons, or characterization tests that capture current outputs.",{"type":23,"tag":24,"props":1014,"children":1015},{},[1016],{"type":28,"value":1017},"The goal is to make changes observable.",{"type":23,"tag":553,"props":1019,"children":1021},{"id":1020},"improve-one-boundary-at-a-time",[1022],{"type":28,"value":1023},"Improve one boundary at a time",{"type":23,"tag":24,"props":1025,"children":1026},{},[1027],{"type":28,"value":1028},"A company does not have to redesign the entire platform before it can reduce key-person risk.",{"type":23,"tag":24,"props":1030,"children":1031},{},[1032],{"type":28,"value":1033},"It may begin by isolating a critical calculation, replacing an undocumented integration, standardizing deployment, or moving shared business rules into a well-tested component.",{"type":23,"tag":24,"props":1035,"children":1036},{},[1037],{"type":28,"value":1038},"Smaller improvements create knowledge the team can use in the next phase.",{"type":23,"tag":553,"props":1040,"children":1042},{"id":1041},"record-decisions-as-the-team-makes-them",[1043],{"type":28,"value":1044},"Record decisions as the team makes them",{"type":23,"tag":24,"props":1046,"children":1047},{},[1048],{"type":28,"value":1049},"Do not wait until the modernization is complete to document the reasoning.",{"type":23,"tag":24,"props":1051,"children":1052},{},[1053],{"type":28,"value":1054},"Capture important decisions while the alternatives, constraints, and business context are still fresh.",{"type":23,"tag":553,"props":1056,"children":1058},{"id":1057},"share-ownership-through-real-work",[1059],{"type":28,"value":1060},"Share ownership through real work",{"type":23,"tag":24,"props":1062,"children":1063},{},[1064],{"type":28,"value":1065},"Knowledge transfer is more effective when another developer uses the knowledge.",{"type":23,"tag":24,"props":1067,"children":1068},{},[1069],{"type":28,"value":1070},"Pair on changes. Rotate support responsibilities. Review designs across the team. Ask someone unfamiliar with the component to follow the documentation and complete a low-risk task.",{"type":23,"tag":24,"props":1072,"children":1073},{},[1074],{"type":28,"value":1075},"A document that no one has tested may not be usable documentation.",{"type":23,"tag":35,"props":1077,"children":1079},{"id":1078},"when-does-weak-architecture-require-modernization",[1080],{"type":28,"value":1081},"When does weak architecture require modernization?",{"type":23,"tag":24,"props":1083,"children":1084},{},[1085],{"type":28,"value":1086},"Not every confusing codebase needs to be rebuilt.",{"type":23,"tag":24,"props":1088,"children":1089},{},[1090],{"type":28,"value":1091},"The right response depends on how strongly the architecture is affecting the business.",{"type":23,"tag":24,"props":1093,"children":1094},{},[1095],{"type":28,"value":1096},"A focused refactor may be enough when the problem is limited to one component.",{"type":23,"tag":24,"props":1098,"children":1099},{},[1100],{"type":28,"value":1101},"A broader modernization may be justified when:",{"type":23,"tag":63,"props":1103,"children":1104},{},[1105,1110,1115,1120,1125,1130,1135,1140],{"type":23,"tag":67,"props":1106,"children":1107},{},[1108],{"type":28,"value":1109},"The system depends on unsupported technology",{"type":23,"tag":67,"props":1111,"children":1112},{},[1113],{"type":28,"value":1114},"Critical behavior cannot be tested reliably",{"type":23,"tag":67,"props":1116,"children":1117},{},[1118],{"type":28,"value":1119},"Architecture problems repeatedly delay the roadmap",{"type":23,"tag":67,"props":1121,"children":1122},{},[1123],{"type":28,"value":1124},"The application cannot support needed integrations",{"type":23,"tag":67,"props":1126,"children":1127},{},[1128],{"type":28,"value":1129},"Security improvements are difficult to implement",{"type":23,"tag":67,"props":1131,"children":1132},{},[1133],{"type":28,"value":1134},"Operational knowledge is dangerously concentrated",{"type":23,"tag":67,"props":1136,"children":1137},{},[1138],{"type":28,"value":1139},"Teams cannot change the software without introducing regressions",{"type":23,"tag":67,"props":1141,"children":1142},{},[1143],{"type":28,"value":1144},"The cost of preserving the current system keeps increasing",{"type":23,"tag":24,"props":1146,"children":1147},{},[1148],{"type":28,"value":1149},"Modernization should still be phased where possible.",{"type":23,"tag":24,"props":1151,"children":1152},{},[1153,1155,1160],{"type":28,"value":1154},"Art+Logic begins legacy work by auditing the code and infrastructure, then developing a plan to stabilize, refactor, replatform, or rebuild according to the system’s needs. Its modernization approach emphasizes manageable increments rather than unnecessary disruption. (",{"type":23,"tag":175,"props":1156,"children":1158},{"href":627,"rel":1157},[179],[1159],{"type":28,"value":182},{"type":28,"value":184},{"type":23,"tag":24,"props":1162,"children":1163},{},[1164],{"type":28,"value":1165},"The goal is not newer technology for its own sake.",{"type":23,"tag":24,"props":1167,"children":1168},{},[1169],{"type":28,"value":1170},"It is a system the organization can understand and continue changing.",{"type":23,"tag":35,"props":1172,"children":1174},{"id":1173},"where-artlogic-fits",[1175],{"type":28,"value":1176},"Where Art+Logic fits",{"type":23,"tag":24,"props":1178,"children":1179},{},[1180],{"type":28,"value":1181},"Art+Logic designs and develops custom software intended to remain reliable and maintainable beyond its initial release.",{"type":23,"tag":24,"props":1183,"children":1184},{},[1185],{"type":28,"value":1186},"That includes new applications, long-lived platforms, legacy modernization, AI-assisted development, and the recovery of software that reached working code before it reached production-ready architecture.",{"type":23,"tag":24,"props":1188,"children":1189},{},[1190],{"type":28,"value":1191},"The work often begins with the questions turnover brings to the surface:",{"type":23,"tag":63,"props":1193,"children":1194},{},[1195,1200,1205,1210,1215,1220],{"type":23,"tag":67,"props":1196,"children":1197},{},[1198],{"type":28,"value":1199},"Where is critical knowledge concentrated?",{"type":23,"tag":67,"props":1201,"children":1202},{},[1203],{"type":28,"value":1204},"Which parts of the architecture are difficult to explain?",{"type":23,"tag":67,"props":1206,"children":1207},{},[1208],{"type":28,"value":1209},"What behavior must be preserved?",{"type":23,"tag":67,"props":1211,"children":1212},{},[1213],{"type":28,"value":1214},"Where are developers relying on memory or workarounds?",{"type":23,"tag":67,"props":1216,"children":1217},{},[1218],{"type":28,"value":1219},"Which changes feel riskier than they should?",{"type":23,"tag":67,"props":1221,"children":1222},{},[1223],{"type":28,"value":1224},"What does the business need the software to support next?",{"type":23,"tag":24,"props":1226,"children":1227},{},[1228,1230,1236],{"type":28,"value":1229},"Art+Logic combines the client’s domain expertise with experienced software development practices. Its teams use modular design, automated testing, explicit architecture decisions, documentation, and an adaptable development process to build systems that can evolve as requirements—and people—change. (",{"type":23,"tag":175,"props":1231,"children":1234},{"href":1232,"rel":1233},"https://artandlogic.com/what-we-do/",[179],[1235],{"type":28,"value":182},{"type":28,"value":184},{"type":23,"tag":24,"props":1238,"children":1239},{},[1240],{"type":28,"value":1241},"That may involve strengthening an existing architecture.",{"type":23,"tag":24,"props":1243,"children":1244},{},[1245],{"type":28,"value":1246},"It may mean modernizing a fragile legacy application in phases.",{"type":23,"tag":24,"props":1248,"children":1249},{},[1250],{"type":28,"value":1251},"It may mean bringing engineering structure to a rapidly generated AI project.",{"type":23,"tag":24,"props":1253,"children":1254},{},[1255],{"type":28,"value":1256},"Or it may mean building a new product with maintainability designed in from the beginning.",{"type":23,"tag":24,"props":1258,"children":1259},{},[1260],{"type":28,"value":1261},"The specific technology will vary.",{"type":23,"tag":24,"props":1263,"children":1264},{},[1265],{"type":28,"value":1266},"The principle does not.",{"type":23,"tag":24,"props":1268,"children":1269},{},[1270],{"type":28,"value":1271},"A system should not become unintelligible when its original developer leaves.",{"type":23,"tag":35,"props":1273,"children":1275},{"id":1274},"architecture-should-preserve-context",[1276],{"type":28,"value":1277},"Architecture should preserve context",{"type":23,"tag":24,"props":1279,"children":1280},{},[1281],{"type":28,"value":1282},"Turnover will happen.",{"type":23,"tag":24,"props":1284,"children":1285},{},[1286],{"type":28,"value":1287},"The goal is not to prevent every departure or capture everything an engineer has ever learned.",{"type":23,"tag":24,"props":1289,"children":1290},{},[1291],{"type":28,"value":1292},"The goal is to build software that does not require perfect continuity to remain safe and useful.",{"type":23,"tag":24,"props":1294,"children":1295},{},[1296],{"type":28,"value":1297},"Strong architecture preserves context.",{"type":23,"tag":24,"props":1299,"children":1300},{},[1301],{"type":28,"value":1302},"It makes important boundaries visible.",{"type":23,"tag":24,"props":1304,"children":1305},{},[1306],{"type":28,"value":1307},"It turns expected behavior into tests.",{"type":23,"tag":24,"props":1309,"children":1310},{},[1311],{"type":28,"value":1312},"It records the reasoning behind decisions.",{"type":23,"tag":24,"props":1314,"children":1315},{},[1316],{"type":28,"value":1317},"It gives new developers a path from unfamiliarity to understanding.",{"type":23,"tag":24,"props":1319,"children":1320},{},[1321],{"type":28,"value":1322},"And it allows the team to keep moving when people change.",{"type":23,"tag":24,"props":1324,"children":1325},{},[1326],{"type":28,"value":1327},"Because when one person leaves and the whole system becomes uncertain, the departure is not the root problem.",{"type":23,"tag":24,"props":1329,"children":1330},{},[1331],{"type":28,"value":1332},"It is the first clear evidence of what the architecture was hiding.",{"type":23,"tag":35,"props":1334,"children":1336},{"id":1335},"faqs",[1337],{"type":28,"value":1338},"FAQs",{"type":23,"tag":553,"props":1340,"children":1342},{"id":1341},"how-does-turnover-reveal-weak-software-architecture",[1343],{"type":28,"value":1344},"How does turnover reveal weak software architecture?",{"type":23,"tag":24,"props":1346,"children":1347},{},[1348],{"type":28,"value":1349},"Turnover reveals weak architecture when the team can no longer understand or safely change a system after a particular engineer leaves. The departure exposes undocumented assumptions, unclear boundaries, inconsistent patterns, and business rules that were preserved through individual memory rather than the software itself.",{"type":23,"tag":553,"props":1351,"children":1353},{"id":1352},"what-is-key-person-dependency-in-software-development",[1354],{"type":28,"value":1355},"What is key-person dependency in software development?",{"type":23,"tag":24,"props":1357,"children":1358},{},[1359],{"type":28,"value":1360},"Key-person dependency exists when critical knowledge, access, or decision-making ability is concentrated in one or two people. The organization becomes vulnerable because important development, deployment, recovery, or maintenance work cannot continue normally without them.",{"type":23,"tag":553,"props":1362,"children":1364},{"id":1363},"what-is-the-bus-factor-in-software-engineering",[1365],{"type":28,"value":1366},"What is the bus factor in software engineering?",{"type":23,"tag":24,"props":1368,"children":1369},{},[1370],{"type":28,"value":1371},"The bus factor describes how many team members would have to become unavailable before a software project became difficult to maintain. A low bus factor usually indicates concentrated knowledge, limited documentation, unclear ownership, or architecture that only a small number of people understand.",{"type":23,"tag":553,"props":1373,"children":1375},{"id":1374},"is-documentation-enough-to-prevent-software-knowledge-loss",[1376],{"type":28,"value":1377},"Is documentation enough to prevent software knowledge loss?",{"type":23,"tag":24,"props":1379,"children":1380},{},[1381],{"type":28,"value":1382},"No. Documentation is important, but it cannot compensate for tangled architecture, hidden dependencies, or inconsistent code. Maintainable systems combine useful documentation with clear boundaries, automated tests, repeatable operations, observable behavior, and visible architectural decisions.",{"type":23,"tag":553,"props":1384,"children":1386},{"id":1385},"how-does-ai-assisted-development-affect-key-person-risk",[1387],{"type":28,"value":1388},"How does AI-assisted development affect key-person risk?",{"type":23,"tag":24,"props":1390,"children":1391},{},[1392],{"type":28,"value":1393},"AI can help teams build software faster, but it does not automatically create shared understanding. If generated code is accepted without architectural review, testing, and explanation, the people closest to the generation process may become the only ones who understand—or believe they understand—the result.",{"type":23,"tag":553,"props":1395,"children":1397},{"id":1396},"what-makes-software-architecture-easier-for-new-developers-to-understand",[1398],{"type":28,"value":1399},"What makes software architecture easier for new developers to understand?",{"type":23,"tag":24,"props":1401,"children":1402},{},[1403],{"type":28,"value":1404},"Helpful characteristics include modular boundaries, consistent patterns, meaningful names, automated tests, current architecture diagrams, recorded decisions, reliable development environments, observable workflows, and repeatable deployment and recovery processes.",{"type":23,"tag":553,"props":1406,"children":1408},{"id":1407},"does-a-difficult-to-understand-system-need-to-be-rewritten",[1409],{"type":28,"value":1410},"Does a difficult-to-understand system need to be rewritten?",{"type":23,"tag":24,"props":1412,"children":1413},{},[1414],{"type":28,"value":1415},"Not necessarily. The appropriate solution may be better testing, targeted refactoring, improved observability, clearer documentation, replacement of one fragile integration, replatforming, or phased modernization. A full rewrite should be chosen only when it offers a better risk and value profile than incremental improvement.",{"type":23,"tag":553,"props":1417,"children":1419},{"id":1418},"how-can-artlogic-reduce-key-person-dependency",[1420],{"type":28,"value":1421},"How can Art+Logic reduce key-person dependency?",{"type":23,"tag":24,"props":1423,"children":1424},{},[1425],{"type":28,"value":1426},"Art+Logic can assess the application’s architecture, code, infrastructure, workflows, tests, and documentation; identify where knowledge and risk are concentrated; and create a phased plan to stabilize, refactor, modernize, or rebuild the appropriate parts of the system.",{"title":8,"searchDepth":1428,"depth":1428,"links":1429},3,[1430,1431,1432,1433,1434,1435,1436,1445,1453,1454,1462,1463,1464,1465],{"id":37,"depth":1428,"text":40},{"id":58,"depth":1428,"text":61},{"id":104,"depth":1428,"text":107},{"id":211,"depth":1428,"text":214},{"id":296,"depth":1428,"text":299},{"id":433,"depth":1428,"text":436},{"id":533,"depth":1428,"text":536,"children":1437},[1438,1440,1441,1442,1443,1444],{"id":555,"depth":1439,"text":558},4,{"id":591,"depth":1439,"text":594},{"id":634,"depth":1439,"text":637},{"id":660,"depth":1439,"text":663},{"id":691,"depth":1439,"text":694},{"id":722,"depth":1439,"text":725},{"id":743,"depth":1428,"text":746,"children":1446},[1447,1448,1449,1450,1451,1452],{"id":754,"depth":1439,"text":757},{"id":770,"depth":1439,"text":773},{"id":781,"depth":1439,"text":784},{"id":802,"depth":1439,"text":805},{"id":828,"depth":1439,"text":831},{"id":849,"depth":1439,"text":852},{"id":865,"depth":1428,"text":868},{"id":916,"depth":1428,"text":919,"children":1455},[1456,1457,1458,1459,1460,1461],{"id":947,"depth":1439,"text":950},{"id":973,"depth":1439,"text":976},{"id":999,"depth":1439,"text":1002},{"id":1020,"depth":1439,"text":1023},{"id":1041,"depth":1439,"text":1044},{"id":1057,"depth":1439,"text":1060},{"id":1078,"depth":1428,"text":1081},{"id":1173,"depth":1428,"text":1176},{"id":1274,"depth":1428,"text":1277},{"id":1335,"depth":1428,"text":1338,"children":1466},[1467,1468,1469,1470,1471,1472,1473,1474],{"id":1341,"depth":1439,"text":1344},{"id":1352,"depth":1439,"text":1355},{"id":1363,"depth":1439,"text":1366},{"id":1374,"depth":1439,"text":1377},{"id":1385,"depth":1439,"text":1388},{"id":1396,"depth":1439,"text":1399},{"id":1407,"depth":1439,"text":1410},{"id":1418,"depth":1439,"text":1421},"markdown","content:cperez:2026-08-06:turnover-reveals-weak-software-architecture.md","content","cperez/2026-08-06/turnover-reveals-weak-software-architecture.md","cperez/2026-08-06/turnover-reveals-weak-software-architecture","md",[1482,1495,1504,1517,1532,1544,1552,1562,1573,1582,1594,1605,1616,1625,1635,1646,1659,1670,1679,1689,1697,1704,1713,1721,1730,1740,1750,1759,1768,1776,1787,1795,1803,1812,1820,1830,1838,1846,1854,1862,1870,1878,1886,1896,1904,1914,1922,1932,1942,1953,1963,1973,1986,1998,2011,2021,2032,2044,2054,2067,2079,2089,2098,2101,2116,2126,2136,2147,2157,2170,2179,2189,2199,2209,2219,2231,2243,2257,2271,2286,2294,2302,2311,2320,2329,2338,2347,2356,2365,2374,2383,2394,2407,2417,2425,2433,2441,2449,2461,2473,2483,2492,2501,2511,2520,2530,2539],{"_path":1483,"title":1484,"description":1485,"image":1486,"publishDate":1487,"tags":1488,"_id":1491,"author":1492},"/alalande/2023-1/escaping_text","Thinking Like a Programmer: Escaping Text","In this progressive and vivid explanation, we explore the HOW and WHY of quoting, nesting, and escaping text.","/alalande/2023-1/img/header.png","2024-02-15",[1489,1490],"series","educational","content:alalande:2023-1:escaping_text.md",{"user":1493,"name":1494},"alalande","Anthony Lalande",{"_path":1496,"title":1497,"description":1498,"image":1499,"publishDate":1500,"tags":1501,"_id":1502,"author":1503},"/alalande/2023-2/heuristics","Thinking Like a Programmer: Heuristics","We want to help you turbo-charge your decision making.","/alalande/2023-2/img/heuristics.png","2024-03-15",[1489,1490],"content:alalande:2023-2:heuristics.md",{"user":1493,"name":1494},{"_path":1505,"title":1506,"description":1507,"tags":1508,"publishDate":1511,"image":1512,"_id":1513,"author":1514},"/areichert/2023-10/rapid-testing-techniques-for-web-and-mobile","Rapid Testing Techniques for Web & Mobile Apps","Testing rapidly or the need to test quickly under shortened execution cycles is not new. Rapid testing has been around for as long as software testing has existed but increases when a product release is imminent, strained, or behind schedule. There are many reasons development gets behind schedule. Similar to testing, development is prone to surprise requirements changes and increases in scope and complexity.",[1509,1510],"software-testing","qa","2024-06-01","/areichert/2023-10/img/rapid_testing.png","content:areichert:2023-10:Rapid Testing techniques for web and mobile.md",{"user":1515,"name":1516},"areichert","Amy Reichert",{"_path":1518,"title":1519,"description":1520,"image":1521,"publishDate":1522,"tags":1523,"_id":1528,"author":1529},"/asherbrooke/2020-4/watchwah","Bringing an Idea to Life: WatchWah Proof of Concept","\"Wouldn't it be cool if...\"","/asherbrooke/2020-4/img/Guitar_and_Watch.jpeg","2020-04-01",[1524,1525,1526,1527],"ios","apple","watch","juce","content:asherbrooke:2020-4:watchwah.md",{"user":1530,"name":1531},"asherbrooke","Andrew Sherbrooke",{"_path":1533,"title":1534,"description":1535,"publishDate":1536,"tags":1537,"_id":1540,"author":1541},"/avogan/2012-07/salt","What Your Users Don't Know (Part 1)","What's wrong with this code?","2012-07-13",[1538,1539,1489],"cryptography","security","content:avogan:2012-07:salt.md",{"user":1542,"name":1543},"avogan","Andrew Vogan",{"_path":1545,"title":1546,"description":1547,"publishDate":1548,"tags":1549,"_id":1550,"author":1551},"/avogan/2012-07/salt-2","What Your Users Don't Know (Part 2)","In my last post we saw that what your users don't know can hurt them. In other words, how securely you handle your users' private data behind the scenes can have profound implications both for your business and your users' well being. To put it bluntly, it's bad for your business to be publicly shamed over your handling of sensitive data, and it's bad for your users to have their bank accounts pilfered -- those being some of the worse case scenarios.","2012-07-26",[1538,1539,1489],"content:avogan:2012-07:salt-2.md",{"user":1542,"name":1543},{"_path":1553,"title":1554,"description":1555,"publishDate":1556,"image":1557,"_id":1558,"author":1559},"/bporter/2012-5/cd_player","My First CD Player","I started college right about the time when the first CD players were coming onto the market -- there weren't many available, and they were all obscenely expensive. At the time, my dad was dong a lot of traveling to Japan for business, and he was able to bring me a really nice Yamaha CD player back from a shop in Akihabara for about 1/4th of what a similar unit would have cost me here in the US.","2012-05-01","/bporter/2012-5/img/cd_player.jpg","content:bporter:2012-5:cd_player.md",{"user":1560,"name":1561},"bporter","Brett Porter",{"_path":1563,"title":1564,"description":1565,"publishDate":1566,"tags":1567,"image":1570,"_id":1571,"author":1572},"/bporter/2012-5/improtech","ImproTech Paris-New York 2012","Last week, I took a vacation day to attend one day of workshops at NYU as part of ImproTech 2012 Paris-New York That website descibes the event as:","2012-05-24",[1568,1569],"improvisation","music","/bporter/2012-5/img/affichemartin.jpg","content:bporter:2012-5:improtech.md",{"user":1560,"name":1561},{"_path":1574,"title":1575,"description":1576,"publishDate":1577,"tags":1578,"_id":1580,"author":1581},"/bporter/2012-5/learntocode","Yes, Do Learn To Code!","My usual pre-work routine is to walk the dog (working at home, this is my counterpart to a commute), pour my first cup of coffee, and then curl up for a little while with Google Reader. I don't know if it's because I've selected feeds that are too closely aligned with my values and personal agenda, but it's really rare that I'll read a post that is just so wrong that it makes me angry. Jeff Atwood wrote a post like that: Please Don't Learn To Code","2012-05-15",[1579],"learn-to-code","content:bporter:2012-5:learntocode.md",{"user":1560,"name":1561},{"_path":1583,"title":1584,"description":1585,"publishDate":1586,"tags":1587,"image":1591,"_id":1592,"author":1593},"/bporter/2012-6/dsl","Watch Your Language","Interesting to see a theme emerge in my Pinboard account this week -- lots of stuff about the idea of 'programming language'. I've spent the last few weeks preparing to dive back into a personal interactive music project that I've been working on sporadically since I was in graduate school. I had recently realized that the conceptual roadblock I hit before my last hiatus was something that I'd need to address by adding some sort of little programming language into the system. After following Martin Fowler's many blog posts over the years discussing domain specific languages, I finally broke down and bought his book on the topic. It's too early yet for me to have much concrete to say about the book, but I remember getting enough out of those blog posts to be confident that it will be worth the money and time to read.","2012-06-29",[1588,1589,1590],"dsl","erlang","go","/bporter/2012-6/img/dsl.jpg","content:bporter:2012-6:dsl.md",{"user":1560,"name":1561},{"_path":1595,"title":1596,"description":1597,"image":1598,"publishDate":1599,"tags":1600,"_id":1603,"author":1604},"/bporter/2019-3/animator","Friz: A flexible animation controller for JUCE","As is often the case, I found myself working on a personal project and had some UI elements that really wanted to have some life to them on the screen.","/bporter/2019-3/img/animator.png","2019-03-01",[1527,1601,1602],"ui","c++","content:bporter:2019-3:animator.md",{"user":1560,"name":1561},{"_path":1606,"title":1607,"description":1608,"image":1609,"publishDate":1610,"tags":1611,"_id":1614,"author":1615},"/bporter/2019-4/aesannounce","Art+Logic In the Real World","There are a few events coming up in the next few weeks where A+L will have people in attendance. If you're going to be there or nearby, please get in touch and we'll meet up.","/bporter/2019-4/img/aesLogo.jpg","2019-04-01",[1612,1613],"a+l","event","content:bporter:2019-4:aesAnnounce.md",{"user":1560,"name":1561},{"_path":1617,"title":1618,"description":1619,"image":1620,"publishDate":1621,"tags":1622,"_id":1623,"author":1624},"/bporter/2020-10/reanimated","Re-animated","Last year, I posted here about an animation control framework called 'Friz' that works within the JUCE Application Framework.","/bporter/2020-10/img/module.png","2020-10-01",[1527,1601,1602],"content:bporter:2020-10:reanimated.md",{"user":1560,"name":1561},{"_path":1626,"title":1627,"description":1628,"image":1629,"publishDate":1599,"tags":1630,"_id":1631,"author":1632},"/bstevens/2019-3","Coding the Impossible","As you can see on the Art+Logic website, our slogan is Coding the \"impossible.\"®","/bstevens/2019-3/img/impossible.png",[1612],"content:bstevens:2019-3:index.md",{"user":1633,"name":1634},"bstevens","Ben Stevens",{"_path":1636,"title":1637,"description":1638,"publishDate":1639,"tags":1640,"_id":1642,"author":1643},"/ckeefer/2013-1/misc","JS Hints & Shortcuts","During the course of any complex project (and even many simple ones), on the way to accomplish the actual goal, you're certain to encounter any number of small hurdles along the way - little problems which need to be resolved for the bigger picture to come into focus.","2013-09-01",[1641],"js","content:ckeefer:2013-1:misc.md",{"user":1644,"name":1645},"ckeefer","Christopher Keefer",{"_path":1647,"title":1648,"description":1649,"publishDate":1650,"tags":1651,"image":1656,"_id":1657,"author":1658},"/ckeefer/2013-2/xslt","XML and XSLT","Not terribly long ago, XML was the darling of the web. HTML4 was reformulated as XHTML 1.0, SOAP messages were XML, and let us not forget XMLHttpRequest.","2013-10-08",[1652,1653,1654,1655],"data-formats","xml","xsl","xslt","/ckeefer/2013-2/img/xslt-processing.png","content:ckeefer:2013-2:xslt.md",{"user":1644,"name":1645},{"_path":1660,"title":1661,"description":1662,"publishDate":1663,"tags":1664,"image":1667,"_id":1668,"author":1669},"/ckeefer/2013-3/ajax-upload","Ajax Upload Part I: Framed (and jQuery Deferred)","Inevitably, people want their files on the Internet. If your project is about cute cats, someone will task you with allowing users to upload photos of their cats, videos of their cats, long rambling audio clips in which they attempt to convince their cat to stop attacking the microphone, etcetera. If your project is about the nature and proclivities of mold, someone, somewhere will want to share detailed photographic evidence of their mold problem. The need to upload files is a given.","2013-03-20",[1641,1665,1666],"jquery","html5","/ckeefer/2013-3/img/upframe.jpg","content:ckeefer:2013-3:ajax-upload.md",{"user":1644,"name":1645},{"_path":1671,"title":1672,"description":1673,"publishDate":1674,"tags":1675,"_id":1677,"author":1678},"/ckeefer/2013-4/teaching-programming","Can (and Should) Everyone Learn to Program?","Fair warning: The following article is long, rambly, and contains no code. It does, however, contain some rumination on the idea that everyone can and should learn to program.","2013-12-03",[1676],"programming","content:ckeefer:2013-4:teaching-programming.md",{"user":1644,"name":1645},{"_path":1680,"title":1681,"description":1682,"publishDate":1683,"tags":1684,"image":1686,"_id":1687,"author":1688},"/ckeefer/2013-5/ajax-uploader","Ajax Upload XHR2, Take 2","It's a pleasure to be able to interact with files in the browser at long last, isn't it? Reading files in without needing to bounce them against the server first opens up a lot of possibilities - and getting progress from a chunked ajax upload is miles away from the indeterminate form uploads of days past.","2014-02-19",[1665,1641,1685],"xhr2","/ckeefer/2013-5/img/html5.jpg","content:ckeefer:2013-5:ajax-uploader.md",{"user":1644,"name":1645},{"_path":1690,"title":1691,"description":1692,"publishDate":1693,"tags":1694,"_id":1695,"author":1696},"/ckeefer/2013-07/anchors-hash","Anchors, Hash Sign, javascript:void(0)","So, you've got a link that, in reality, is just a click target for performing some javascript function. You want the appearance of a standard anchor link, but if it's not performing the intended function, should it really be an anchor? And if so, what should we fill that 'href' attribute in with?","2013-07-29",[1641],"content:ckeefer:2013-07:anchors-hash.md",{"user":1644,"name":1645},{"_path":1698,"title":1699,"description":1700,"publishDate":1701,"_id":1702,"author":1703},"/ckeefer/2013-07/static-vmware-host","Static Hosting with VMWare","Virtualization is one of the many benefits of the excess (metaphorical) horsepower available to us with modern hardware. Need to test against (Windows XP/7/8/NT || Fedora || Mint || Ubuntu || FreeBSD || MacOSX || etc)? Fire up the VM. Need a Linux environment for the packages your server relies on, but need to test in the iPad simulator? VM's to the rescue.","2013-07-26","content:ckeefer:2013-07:static-vmware-host.md",{"user":1644,"name":1645},{"_path":1705,"title":1706,"description":1707,"publishDate":1708,"tags":1709,"_id":1711,"author":1712},"/ckeefer/2013-08/fullproof-fulltext-search","Client-side Fulltext Searching with Fullproof","Recently, I was engaged in a genial argument with a friend of an older generation, each of us taking an opposing stance on some obscure trivia neither of us was entirely certain about - but which we were both ready to defend with all the wit and rhetoric at our disposal. When we had finally exhausted all attempts to make the other budge on the matter, we turned to an authoritative 3rd-party source to lay the matter to rest for us - a Google search.","2013-08-29",[1710,1655],"search","content:ckeefer:2013-08:fullproof-fulltext-search.md",{"user":1644,"name":1645},{"_path":1714,"title":1715,"description":1716,"publishDate":1717,"tags":1718,"_id":1719,"author":1720},"/ckeefer/2013-11/jquery-ajax-blobs","jQuery Ajax Blobs and Array Buffers","A big part of what makes jQuery a regular part of so many web projects is the clean interface it offers us for a number of sometimes messy built-in aspects of javascript. The most obvious is the DOM interface; and in second place, jquery ajax and its various shorthand methods. Abstracting away the difference between ActiveXObject and XMLHttpRequest is one of the most obvious benefits - but even if you don't need to worry about supporting old versions of IE, you might well enjoy the clean, object-based, promise-returning interface that jquery ajax offers.","2013-11-21",[1641,1665],"content:ckeefer:2013-11:jquery-ajax-blobs.md",{"user":1644,"name":1645},{"_path":1722,"title":1723,"description":1724,"publishDate":1725,"tags":1726,"_id":1728,"author":1729},"/ckeefer/2013-12/deploying-with-git","Deploying Websites with Git","Deploying your webapp is an important part of the web development equation - your client's site isn't going to attract a lot of attention sitting in your local dev directory. Deployment concerns tend to fall to the bottom of the priority list, though, and the end result tends to be kludgy, hastily thrown-together deployment scripts; and because they are so kludgy and, often, time consuming, when time crunches threaten, a developer may resort to making changes directly on the remote server that need to be (but sometimes never are) backported to the code living in your version control.","2013-12-23",[1727],"git","content:ckeefer:2013-12:deploying-with-git.md",{"user":1644,"name":1645},{"_path":1731,"title":1732,"description":1733,"publishDate":1734,"tags":1735,"image":1737,"_id":1738,"author":1739},"/ckeefer/2014-1/still-using-php","Still Using PHP?","Poor PHP. It's so lonely and unloved these days.","2014-01-29",[1736],"php","/ckeefer/2014-1/img/php.jpg","content:ckeefer:2014-1:still-using-php.md",{"user":1644,"name":1645},{"_path":1741,"title":1742,"description":1743,"publishDate":1744,"tags":1745,"image":1747,"_id":1748,"author":1749},"/ckeefer/2014-2/ajax-upload-2","Ajax Upload Part II: XHR2 (and FileReader)","So, the client has told you their users should be able to upload their drunken party pictures for all the internet to see. \"We want the very best experience possible,\" they tell you. \"Simple, seamless - maybe using that new html5 thing I've heard so much about.\"","2013-04-09",[1641,1746],"xmlhttprequest","/ckeefer/2014-2/img/html5.jpg","content:ckeefer:2014-2:ajax-upload-2.md",{"user":1644,"name":1645},{"_path":1751,"title":1752,"description":1753,"publishDate":1754,"tags":1755,"_id":1757,"author":1758},"/ckeefer/2014-3/customgmapsinfowindow","Custom Google Maps Info Windows","When it comes time to relate the ephemeral world of data to the physical world, Maps are key in both enterprise and consumer applications. Whatever else you might think of it, Google Maps tends to be the default option - certainly, its the only one I've ever had clients ask for by name.","2014-02-26",[1641,1756],"google-maps","content:ckeefer:2014-3:customgmapsinfowindow.md",{"user":1644,"name":1645},{"_path":1760,"title":1761,"description":1762,"publishDate":1763,"tags":1764,"_id":1766,"author":1767},"/ckeefer/2014-4/hidden-options","Hidden Options: A Workaround","Here's the situation: You've got a select. Maybe a whole bunch of selects, with a ton of options each (metric ton - let's keep our imaginary hyperbolic units straight here); and these are meant to be complex interactive elements, with options made visible or not as some programmatic condition dictates.","2014-04-23",[1765,1641,1665],"how-to","content:ckeefer:2014-4:hidden-options.md",{"user":1644,"name":1645},{"_path":1769,"title":1770,"description":1771,"publishDate":1772,"tags":1773,"_id":1774,"author":1775},"/ckeefer/2014-5/cgwin2","Custom Google Info Windows: Updated, Live","April 30, 2014 at 3:22 am Remy says:","2014-05-09",[1641,1756],"content:ckeefer:2014-5:cgwin2.md",{"user":1644,"name":1645},{"_path":1777,"title":1778,"description":1779,"publishDate":1780,"tags":1781,"image":1784,"_id":1785,"author":1786},"/ckeefer/2014-6/backbonesocketsync","Websockets for Backbone","Backbone's had some of its thunder stolen lately by trendier frameworks like Meteor and Angular; for good reason, in most cases, as without the prosthetic functionality offered by the likes of Marionette, Backbone's view handling (amongst a few other lacks and warts) is really just 'roughed in'.","2014-06-25",[1641,1782,1783],"websockets","backbone","/ckeefer/2014-6/img/WebsocketsPlusBackbone.png","content:ckeefer:2014-6:backbonesocketsync.md",{"user":1644,"name":1645},{"_path":1788,"title":1789,"description":1790,"publishDate":1791,"tags":1792,"_id":1793,"author":1794},"/ckeefer/2014-7/promises","It's a (jQuery-style) Promise","Way back when I brought up the topic of promises (particularly, jQuery Deferred), and I promised we would come back to the topic someday.","2014-10-16",[1641,1665],"content:ckeefer:2014-7:promises.md",{"user":1644,"name":1645},{"_path":1796,"title":1797,"description":1798,"publishDate":1799,"tags":1800,"_id":1801,"author":1802},"/ckeefer/2014-8/behold-views","Behold! (JavaScript Views)","JavaScript has the propensity to be very untidy - if you let it, it will sprawl all over the place. Hundreds of global variables scattered across dozens of files, messy half-measures towards object-orientation, mixed in seemingly at random with ungrouped functions - anyone who's had a client bring them a failed project from some other development team knows just how bad it can get.","2015-01-07",[1641],"content:ckeefer:2014-8:behold-views.md",{"user":1644,"name":1645},{"_path":1804,"title":1805,"description":1806,"publishDate":1807,"tags":1808,"image":1809,"_id":1810,"author":1811},"/ckeefer/2015-1/writeonce","Write Once, Debug Everywhere","It's pretty seldom that anyone mentions web pages these days, other than in historical reference to days long gone by (yes, a whole few years ago). Web sites, sure, but not if what is really wanted is to replace something that, not so long ago, would have been some native code for a smartphone (or a little further back still, a desktop computer). Generally speaking, the most common term tripping from client's lips these days is 'web applications' - or webapps, because who has time for spaces and proper spelling, amirite?","2015-02-02",[1641],"/ckeefer/2015-1/img/html5java.jpg","content:ckeefer:2015-1:writeonce.md",{"user":1644,"name":1645},{"_path":1813,"title":1814,"description":1815,"publishDate":1816,"tags":1817,"_id":1818,"author":1819},"/ckeefer/2015-2/js-frameworks","The What and Why of Javascript Frameworks","JavaScript has the propensity to be very untidy if you let it be. This isn't a problem unique to JavaScript, of course - many other languages suffer from a lack of native organization, especially for specific tasks.","2015-05-29",[1641],"content:ckeefer:2015-2:js-frameworks.md",{"user":1644,"name":1645},{"_path":1821,"title":1822,"description":1823,"publishDate":1824,"tags":1825,"_id":1828,"author":1829},"/ckeefer/2015-3/emailvalidation","Email Validation with Django and python-social-auth","When it comes to user accounts, the standard litmus test is email validation. Besides the immediate benefits - of offering us a straightforward unique identifier for users, and making it more difficult to automate creating a mass of accounts on our service - by requiring that each account have an email address and interact therewith to confirm the addresses validity, it also offers us the chance to associate a known-working email account with a user account. This is important for transactional emails such as password resets or for potential two-factor authentication use... and if you're a little less ethical, for sending marketing desirable and informative emails about interesting products and services.","2015-07-23",[1826,1827],"python","django","content:ckeefer:2015-3:EmailValidation.md",{"user":1644,"name":1645},{"_path":1831,"title":1832,"description":1833,"publishDate":1834,"tags":1835,"_id":1836,"author":1837},"/ckeefer/2015-5/file-reader-chunking","FileReader Chunking and Base64 DataURLs","In a hurry? You can now use our HUp jquery plugin to read files in a chunked fashion as data URLs. Hooray!","2015-12-15",[1641,1665],"content:ckeefer:2015-5:file-reader-chunking.md",{"user":1644,"name":1645},{"_path":1839,"title":1840,"description":1841,"publishDate":1842,"tags":1843,"_id":1844,"author":1845},"/ckeefer/2016-1/ajaxbinarycaching","Caching Binary Data With jQuery Ajax and IndexedDB","After long, grueling months (years? or does it only feel like years?), your web application nears completion. It is tightly coded, well documented, works across all modern browsers, and is well received by your beta testers. It's nearly time to go live, and a smile of pure relief plays upon your lips... and freezes into a rictus grin when your client turns to you, and asks, \"so, hey, can we speed up the dynamic cat pic loading? Especially when I close the browser and come back to it later. I think that's really key to the whole application.\"","2016-04-25",[1641,1665],"content:ckeefer:2016-1:ajaxBinaryCaching.md",{"user":1644,"name":1645},{"_path":1847,"title":1848,"description":1849,"publishDate":1850,"tags":1851,"_id":1852,"author":1853},"/ckeefer/2016-2/paymentprocessing","Payment Processing with Braintree","You've built the web application of the century, and the users have rightly flooded to it. Cat pictures for everyone!","2016-05-11",[1827,1641,1665,1826],"content:ckeefer:2016-2:paymentprocessing.md",{"user":1644,"name":1645},{"_path":1855,"title":1856,"description":1857,"publishDate":1858,"tags":1859,"_id":1860,"author":1861},"/ckeefer/2016-3/djangochannels1","Django Channels: From the Ground Up - Part 1","You stare mournfully into the mass of code you've inherited. At some point, it's clear, the requirements called for the server to push information to the client, because there's an unholy mix of Server-Side Events, long-polling, hidden iframes and even a Java applet in there, all supporting some level of long-term connectivity with the server. It's almost fascinating in its barely functional hideousness, and you would be inclined to leave well enough alone... except for the new feature specifications you've been assigned, which require the client to be able to send data back to the server in response to the received events, in as close to real-time as you can get.","2016-06-13",[1827,1826,1782],"content:ckeefer:2016-3:djangoChannels1.md",{"user":1644,"name":1645},{"_path":1863,"title":1864,"description":1865,"publishDate":1866,"tags":1867,"_id":1868,"author":1869},"/ckeefer/2016-4/djangochannels2","Django Channels: From the Ground Up - Part 2","Last time, we decided to embark on a brave new adventure and give our Django framework a big upgrade with the inclusion of Django Channels. We got just far enough to get the development server running, but while this may be an adequate start, it's better to develop against something like what we intend to deploy, right?","2016-06-15",[1827,1826,1782],"content:ckeefer:2016-4:djangochannels2.md",{"user":1644,"name":1645},{"_path":1871,"title":1872,"description":1873,"publishDate":1874,"tags":1875,"_id":1876,"author":1877},"/ckeefer/2016-6/gofetch1","Go Fetch! (JavaScript Fetch API)","Long ago, we briefly brushed upon the topic of what has made jQuery such a valuable part of the web developer's toolset for such a long time - namely, a cleaner interface for interacting with the DOM, and the $.ajax abstraction over XMLHttpRequest.","2016-10-03",[1641,1665,1489],"content:ckeefer:2016-6:goFetch1.md",{"user":1644,"name":1645},{"_path":1879,"title":1880,"description":1881,"publishDate":1882,"tags":1883,"_id":1884,"author":1885},"/ckeefer/2016-7/gofetch2","Go Fetch 2! (JavaScript Fetch API)","Last time we discussed the Fetch API in general, taking a look at how it differed from the XMLHttpRequest API, and some of its advantages. Today, we're going to take a look at a little library that you can include in your projects today that offers you localStorage caching for the Fetch API.","2016-10-10",[1641,1665,1489],"content:ckeefer:2016-7:goFetch2.md",{"user":1644,"name":1645},{"_path":1887,"title":1888,"description":1889,"publishDate":1890,"tags":1891,"_id":1894,"author":1895},"/ckeefer/2016-8/herokupdf","Generating PDFs: wkhtmltopdf & Heroku","So, it has come to this.","2016-12-21",[1892,1893,1826],"heroku","pdf","content:ckeefer:2016-8:HerokuPDF.md",{"user":1644,"name":1645},{"_path":1897,"title":1898,"description":1899,"publishDate":1900,"tags":1901,"_id":1902,"author":1903},"/ckeefer/2017-1/downloadingclientsidecontent","Downloading Client-side Generated Content","A young developer, new to the Tao of the client-side, comes to a Master of the way, and speaks thusly: \"Oh Master, our application nears completion; and lo, cat pics can be drawn upon, and captions fixated thereto, for the creation of humour and the bounteous enjoyment of our users.\"","2017-02-06",[1641],"content:ckeefer:2017-1:downloadingclientsidecontent.md",{"user":1644,"name":1645},{"_path":1905,"title":1906,"description":1907,"publishDate":1908,"tags":1909,"_id":1912,"author":1913},"/ckeefer/2017-2/morepwatoya-part1","More PWA to Ya! (Progressive Web Apps, Part 1)","It's project kickoff time, and you're having a conversation with your client about what form the application will take:","2017-02-01",[1910,1911,1489],"pwa","mobile","content:ckeefer:2017-2:MorePWAToYa-Part1.md",{"user":1644,"name":1645},{"_path":1915,"title":1916,"description":1917,"tags":1918,"publishDate":1919,"_id":1920,"author":1921},"/ckeefer/2017-3/morepwatoya-part2","More PWA to Ya! (Progressive Web Apps, Part 2)","Last time, we got into the nitty gritty on how to make your web application into a Progressive Web Application (PWA to it's friends). I promised we'd dig even deeper this time, and show you how to make your web app a little more 'native' on Android - and how to deal with iOS Safari's special snowflake syndrome.",[1911,1910,1489],"2017-03-01","content:ckeefer:2017-3:MorePWAToYa-Part2.md",{"user":1644,"name":1645},{"_path":1923,"title":1924,"description":1925,"image":1926,"publishDate":1927,"tags":1928,"_id":1930,"author":1931},"/ckeefer/2019-1/unlockingwebaudio","Unlocking Web Audio","\"It's going to be the coolest thing ever.\"","/ckeefer/2019-1/img/featured_image.jpg","2019-01-01",[1641,1929],"audio","content:ckeefer:2019-1:UnlockingWebAudio.md",{"user":1644,"name":1645},{"_path":1933,"title":1934,"description":1935,"publishDate":1936,"image":1937,"tags":1938,"_id":1940,"author":1941},"/ckeefer/2020-1/why-vue","Why Vue","Why choose Vue over any other front-end framework?","2020-01-01","/ckeefer/2020-1/img/vue-wall.jpg",[1641,1939],"vue","content:ckeefer:2020-1:Why Vue.md",{"user":1644,"name":1645},{"_path":1943,"title":1944,"description":1945,"tags":1946,"image":1949,"publishDate":1950,"_id":1951,"author":1952},"/ckeefer/2024-3/e2e_testing","E2E Testing: To What End?","Friend, can we agree that tests are a good idea? I won't scorn you for sometimes omitting them - time and budget constraints are what they are, and even the best intentioned of us sometimes have to just give our projects a lick and a promise. \"Proper test coverage soon\", you sweetly croon as you rock it to sleep, the knowledge that you're telling a dark, terrible lie twisting you up inside. Maybe you could just scrape enough budget together for some simple unit tests? Then, at least, you'd have \"tests\", right?",[1510,1509,1947,1948],"e2e","playwright","/ckeefer/2024-3/img/E2E_Testing_2024.png","2024-06-15","content:ckeefer:2024-3:e2e_testing.md",{"user":1644,"name":1645},{"_path":1954,"title":1955,"description":1956,"tags":1957,"image":1959,"publishDate":1960,"_id":1961,"author":1962},"/ckeefer/2024-7/vpubsub","Vue 3 Pub / Sub: All aboard the (event) bus","We like Vue at A+L. We think it's one of the best frontend frameworks, and a great choice pretty much anywhere you might otherwise be tempted to use React.",[1641,1939,1958],"pub/sub","/ckeefer/2024-7/img/event_bus.png","2024-08-15","content:ckeefer:2024-7:VPubSub.md",{"user":1644,"name":1645},{"_path":1964,"title":1965,"description":1966,"publishDate":1967,"tags":1968,"_id":1969,"author":1970},"/cmacksey/2012-5/php-musings","PHP Musings","Ran into an interesting, but thorough, rant the other day - PHP: A Fractal of Bad Design. The part that grabbed me the most was the analogy at the beginning, which was all too perfect:","2012-05-07",[1736],"content:cmacksey:2012-5:php-musings.md",{"user":1971,"name":1972},"cmacksey","Chris Macksey",{"_path":1974,"title":1975,"description":1976,"publishDate":1977,"image":1978,"author":1979,"tags":1980,"_id":1985},"/cperez/2026-06-17/xamarin-to-maui","Migrating a Xamarin Medical Application to .NET MAUI","A widely used medical reference application built with Xamarin had become increasingly difficult to maintain as platform support deadlines approached. The client needed to modernize the application before operating system changes and framework deprecations created larger compatibility risks.","2026-06-22","/cperez/2026-06-17/img/xamarin-to-maui.png",{"name":13,"user":14},[17,1981,1982,1983,1984,1911],"xamarin",".net","maui","app migration","content:cperez:2026-06-17:xamarin-to-maui.md",{"_path":1987,"title":1988,"description":1989,"publishDate":1990,"image":1991,"author":1992,"tags":1993,"_id":1997},"/cperez/2026-06-25/ai_makes_modernization_feasible","How AI-Assisted Legacy Modernization Reduces Cost, Risk, and Project Timelines","Many organizations know they need to modernize their legacy applications. They also know why they haven't.","2026-06-25","/cperez/2026-06-25/img/ai_makes_modernization_feasible.png",{"name":13,"user":14},[17,1994,1995,1996],"tech debt","ai","legacy migration","content:cperez:2026-06-25:ai_makes_modernization_feasible.md",{"_path":1999,"title":2000,"description":2001,"publishDate":2002,"image":2003,"author":2004,"tags":2005,"_id":2010},"/cperez/2026-06-30/how-ceos-should-evaluate-ai-investments","How Should CEOs Evaluate AI Investments?","CEOs should evaluate AI investments by asking whether the investment improves a measurable business outcome, changes a real workflow, keeps humans appropriately involved, has a realistic path to production, and creates value that outweighs cost and risk.","2026-06-30","/cperez/2026-06-30/img/how-ceos-should-evaluate-ai-investments.jpg",{"name":13,"user":14},[2006,2007,2008,1995,2009],"agentic ai","ai investment","humans in the loop","software development","content:cperez:2026-06-30:how-ceos-should-evaluate-ai-investments.md",{"_path":2012,"title":2013,"description":2014,"publishDate":2015,"image":2016,"author":2017,"tags":2018,"_id":2020},"/cperez/2026-07-02/hidden-costs-of-legacy-software","What Are the Hidden Costs of Legacy Software?","Legacy software is rarely “bad” software.","2026-07-02","/cperez/2026-07-02/img/hidden-costs-of-legacy-software.jpg",{"name":13,"user":14},[17,2019],"legacy software","content:cperez:2026-07-02:hidden-costs-of-legacy-software.md",{"_path":2022,"title":2023,"description":2024,"publishDate":2025,"image":2026,"author":2027,"tags":2028,"_id":2031},"/cperez/2026-07-07/why-ai-projects-fail","Why Do Most AI Projects Fail?","AI projects rarely fail because the model was not powerful enough.","2026-07-07","/cperez/2026-07-07/img/why-ai-projects-fail.jpg",{"name":13,"user":14},[1995,2029,2009,2030],"ethics","vibe coding","content:cperez:2026-07-07:why-ai-projects-fail.md",{"_path":2033,"title":2034,"description":2035,"publishDate":2036,"image":2037,"author":2038,"tags":2039,"_id":2043},"/cperez/2026-07-09/5-rs-application-modernization-legacy-software","Art+Logic’s 5 Rs of Application Modernization: How to Choose the Right Path for Legacy Software","Legacy software creates a strange kind of tension.","2026-07-09","/cperez/2026-07-09/img/5-rs-application-modernization-legacy-software.jpg",{"name":13,"user":14},[2040,2041,1995,2042],"5-rs","legacy","application modernization","content:cperez:2026-07-09:5-rs-application-modernization-legacy-software.md",{"_path":2045,"title":2046,"description":2047,"publishDate":2048,"image":2049,"author":2050,"tags":2051,"_id":2053},"/cperez/2026-07-16/rebuild-vs-modernize-software-cfo-guide","Rebuild or Modernize? A Guide to Making the Right Software Investment","Every aging software system eventually reaches a financial decision point.","2026-07-16","/cperez/2026-07-16/img/rebuild-vs-modernize-software-cfo-guide.jpg",{"name":13,"user":14},[2052,1996,1994,2042,2019],"modernization","content:cperez:2026-07-16:rebuild-vs-modernize-software-cfo-guide.md",{"_path":2055,"title":2056,"description":2057,"publishDate":2058,"image":2059,"author":2060,"tags":2061,"_id":2066},"/cperez/2026-07-21/building-digital-health-platforms-beyond-samd","Beyond SaMD: Building a Digital Health Platform That Can Evolve","A medical application can work exactly as designed and still fall short of what the organization needs next.","2026-07-21","/cperez/2026-07-21/img/building-digital-health-platforms-beyond-samd.jpg",{"name":13,"user":14},[2062,2041,2052,2063,2064,1981,2065],"samd","biomedical","healthcare",".net maui","content:cperez:2026-07-21:building-digital-health-platforms-beyond-samd.md",{"_path":2068,"title":2069,"description":2070,"publishDate":2071,"image":2072,"author":2073,"tags":2074,"_id":2078},"/cperez/2026-07-23/why-ai-agents-need-software-developers","Beyond the Chatbot: Your AI Agent Is a Software Product, Not a Prompt","The AI-agent demo usually looks simple.","2026-07-23","/cperez/2026-07-23/img/why-ai-agents-need-software-developers.jpg",{"name":13,"user":14},[1995,2008,2007,2075,2006,2076,1539,2077],"chatbots","ai agents","ai development","content:cperez:2026-07-23:why-ai-agents-need-software-developers.md",{"_path":2080,"title":2081,"description":2082,"publishDate":2083,"image":2084,"author":2085,"tags":2086,"_id":2088},"/cperez/2026-07-28/ai-assisted-legacy-modernization-business-logic","AI-Assisted Legacy Modernization: How to Move Faster Without Losing the Business Logic","AI can translate your Legacy Code. Can it preserve what your business actually depends on?","2026-07-28","/cperez/2026-07-28/img/ai-assisted-legacy-modernization-business-logic.jpg",{"name":13,"user":14},[17,2042,2087,1994],"code migration","content:cperez:2026-07-28:ai-assisted-legacy-modernization-business-logic.md",{"_path":2090,"title":2091,"description":2092,"publishDate":2093,"image":2094,"author":2095,"tags":2096,"_id":2097},"/cperez/2026-08-04/technical-debt-enterprise-value","Technical Debt and Enterprise Value: What Your Software Is Really Costing the Business","Technical debt rarely announces itself as a financial problem.","2026-08-04","/cperez/2026-08-04/img/technical-debt-enterprise-value.jpg",{"name":13,"user":14},[1994,17,1996],"content:cperez:2026-08-04:technical-debt-enterprise-value.md",{"_path":5,"title":9,"description":10,"publishDate":6,"image":11,"author":2099,"tags":2100,"_id":1476},{"name":13,"user":14},[16,17,18],{"_path":2102,"title":2103,"description":2104,"publishDate":2105,"image":2106,"author":2107,"tags":2108,"_id":2115},"/cperez/2026-08-11/ai-prototype-to-production-business-results","Your AI Prototype Is Finished. The Software Project Isn’t.","The demonstration went well. The application accepted a request, generated the right response, and completed a task that normally takes someone much longer, so everyone left the meeting impressed.","2026-08-11","/cperez/2026-08-11/img/ai-prototype-to-production-business-results.jpg",{"name":13,"user":14},[2109,2110,2111,2112,2113,2114],"ai software development","software rescue","vibe-coded application rescue","ai prototype development","ai application modernization","custom ai software development","content:cperez:2026-08-11:ai-prototype-to-production-business-results.md",{"_path":2117,"title":2118,"description":2119,"publishDate":2120,"image":2121,"author":2122,"tags":2123,"_id":2125},"/cperez/2026-08-18/legacy-software-holding-business-back","Is Your Legacy Software Holding the Business Back?","The software still works, which is usually the first argument for leaving it alone.","2026-08-18","/cperez/2026-08-18/img/legacy-software-holding-business-back.jpg",{"name":13,"user":14},[17,1995,2124,1996],"ai-assisted modernization","content:cperez:2026-08-18:legacy-software-holding-business-back.md",{"_path":2127,"title":2128,"description":2129,"publishDate":2130,"image":2131,"author":2132,"tags":2133,"_id":2135},"/cperez/2026-08-20/ai-code-review-verifying-generated-software","AI Can Write the Code. Who Verifies It?","AI Code Review: Who Verifies AI-Generated Software?","2026-08-20","/cperez/2026-08-20/img/ai-code-review-verifying-generated-software.jpg",{"name":13,"user":14},[2134,2109,2030,2008],"ai code review","content:cperez:2026-08-20:ai-code-review-verifying-generated-software.md",{"_path":2137,"title":2138,"description":2139,"publishDate":2140,"tags":2141,"_id":2143,"author":2144},"/dpopowich/2021-07-30/data-collector","Asynchronous Python - A Real World Example","A dive into a real example of async Python usage.","2021-07-30",[1826,1765,2142],"async","content:dpopowich:2021-07-30:data-collector.md",{"user":2145,"name":2146},"dpopowich","Daniel Popowich",{"_path":2148,"title":2149,"description":2150,"tags":2151,"image":2153,"publishDate":2154,"_id":2155,"author":2156},"/dpopowich/2023-8/postgres-pubsub","Using PostgreSQL for Pub/Sub","A+L has been working on a Single Page Application (SPA) wherein our client's users take on the role of Staff Users (think: project managers) as they aid their Customer Users in using the application to complete a complex project.",[2152,1826,2142],"postgresql","/dpopowich/2023-8/img/psql_pub_sub.png","2024-04-15","content:dpopowich:2023-8:postgres-pubsub.md",{"user":2145,"name":2146},{"_path":2158,"title":2159,"description":2160,"tags":2161,"image":2164,"publishDate":2165,"_id":2166,"author":2167},"/ewahl/2025-05/escape_deployment_hell","Escape Deployment Hell: IaC, CDK, Ephemeral Environments, and the Pragmatic Path to Platform Power","Another Friday afternoon, another deployment fire. If this sounds familiar, you're not alone. On too many projects, the chasm between application code and infrastructure management breeds manual configuration nightmares, crippling complexity, and agonizingly slow development cycles. But what if your team could sidestep this chaos, focusing on building features instead of constantly battling deployment gremlins?",[2162,2163,1826],"devops","aws","/ewahl/2025-05/img/deployment_hell.png","2025-05-13","content:ewahl:2025-05:escape_deployment_hell.md",{"user":2168,"name":2169},"ewahl","Edward F. Wahl",{"_path":2171,"title":2172,"description":2173,"publishDate":2174,"image":2175,"tags":2176,"_id":2177,"author":2178},"/ewahl/2025-06/argued_with_ai","I Argued With an AI for 20 Minutes About Async Code &mdash; And I'm Surprisingly Happy","If you have ever spent twenty minutes debating an obscure AWS Lambda invocation pattern with an AI, you might question your life choices. But here I am: amused by the wasted time but ultimately happy with the outcome and understanding I gained.","2026-06-01","/ewahl/2025-06/img/argued_with_ai.png",[2162,2163,1826],"content:ewahl:2025-06:argued_with_ai.md",{"user":2168,"name":2169},{"_path":2180,"title":2181,"description":2182,"publishDate":2183,"image":2184,"author":2185,"tags":2186,"_id":2188},"/ewahl/2026-07/goodharts-law-ai-coding-agents","Why AI Coding Agents Still Need Human Experts","An AI coding agent quietly steered my protected test suite away from a money bug — the same failure mode that forced OpenAI to retire SWE-bench Verified. Goodhart's Law explains why, and why the demand for senior engineers goes up, not down, as agents improve.","2026-07-30","/ewahl/2026-07/img/goodharts-law-ai-coding-agents.jpg",{"name":2169,"user":2168},[1995,2006,2187],"human in the loop","content:ewahl:2026-07:goodharts-law-ai-coding-agents.md",{"_path":2190,"title":2191,"description":2192,"tags":2193,"image":2194,"publishDate":1610,"_id":2195,"author":2196},"/jbagley/2019-4/makingspectrogramsinjuce","Making Spectrograms in JUCE","Art+Logic's Incubator project has made a lot of progress. In a previous post I mentioned that Dr. Scott Hawley's technique to classify audio involved converting audio to an image and using a Convolution Neural Network (CNN) to classify the audio based on this image. That image is a spectrogram. I'm going to go into some detail about what we do to create one, and why to the best of my ability.",[1527,1602,1929],"/jbagley/2019-4/img/Fortissimo_Trumpet_Ensemble_Matrix_Swells_61.wav-2048x1700.png","content:jbagley:2019-4:MakingSpectrogramsInJUCE.md",{"user":2197,"name":2198},"jbagley","Jason Bagley",{"_path":2200,"title":2201,"description":2202,"tags":2203,"image":2205,"publishDate":2206,"_id":2207,"author":2208},"/jbagley/2021-07/softwaresenescence","Legacy Vulnerabilities AKA Software Senescence","Does your business still have an XT computer in the back office because it's\nrunning that one version of some database software that your business depends\non? Yeah, we know there is. Most modern software doesn't work like that.",[2041,2204],"project-management","/jbagley/2021-07/img/old_software_to_new.jpg","2021-07-01","content:jbagley:2021-07:SoftwareSenescence.md",{"user":2197,"name":2198},{"_path":2210,"title":2211,"description":2212,"tags":2213,"image":2215,"publishDate":2216,"_id":2217,"author":2218},"/jbagley/2021-08-01/accuratetiming","Accurate Timing","In many tasks we need to do something at given intervals of time. The most obvious ways may not give you the best results.",[1602,2214],"timing","/jbagley/2021-08-01/img/accurateTiming.jpg","2021-08-01","content:jbagley:2021-08-01:AccurateTiming.md",{"user":2197,"name":2198},{"_path":2220,"title":2221,"description":2222,"tags":2223,"image":2227,"publishDate":2228,"_id":2229,"author":2230},"/jbagley/2023-06-01/universal_ffmpeg_custom_builds","Building Universal FFmpeg Custom Binaries","I am using a very pared down set of FFMpeg features for a macOS project that I\nbuild into a custom library. I had a script set up to configure the build which\nworked fine on my Intel based MacBook Pro. Then I upgraded to an Apple Silicon\nMacBookPro and wanted to run natively, or at least see what happened when I\ndid. To build, FFMpeg uses autoconf which produces a makefile that then handles\nthe build.",[2224,2225,2226,1525],"c","bash","ffmpeg","/jbagley/2023-06-01/img/header.png","2024-04-01","content:jbagley:2023-06-01:Universal_FFMPEG_custom_builds.md",{"user":2197,"name":2198},{"_path":2232,"title":2233,"description":2234,"publishDate":2235,"image":2236,"tags":2237,"_id":2241,"author":2242},"/jbagley/2025-08/a_developers_primer_on_apple_tracking_transparency","A Primer on Apple's App Tracking Transparency","If an app tracks user activity, Apple requires them to declare all information they collect as well as whether that data is linked or tracked. This includes collection by the app itself and any third parties the app uses. The app owner is responsible for knowing and correctly reporting privacy information for all components in the app.","2026-05-22","/jbagley/2025-08/img/apple_app_transparency.png",[2238,2239,1524,2240],"app tracking transparency","att","macos","content:jbagley:2025-08:a_developers_primer_on_apple_tracking_transparency.md",{"user":2197,"name":2198},{"_path":2244,"title":2245,"description":2246,"tags":2247,"image":2251,"publishDate":2252,"_id":2253,"author":2254},"/jestep/2023-3/fastapi","FastAPI: A High-Performance Python Framework for Rapid Web Development","FastAPI is a modern and high-performance Python web framework designed specifically for building APIs and web applications quickly and efficiently. Developed by Sebastián Ramírez and first released in 2018, FastAPI has rapidly gained traction in the developer community thanks to its focus on providing key features for API and web app development with excellent performance.",[1826,2248,1827,2249,2250],"fastapi","flask","pyramid","/jestep/2023-3/img/header.png","2024-05-01","content:jestep:2023-3:fastapi.md",{"user":2255,"name":2256},"jestep","Jagger Estep",{"_path":2258,"title":2259,"description":2260,"publishDate":2261,"tags":2262,"image":2266,"_id":2267,"author":2268},"/nharrison/2012-07/core-data","Securing Your Core Data with Transformable Attributes","In order to store private data in an iOS Core Data database, there are several methods available for encryption, including:","2012-07-30",[2263,2264,1524,1539,2265],"core-data","encryption","objective-c","/nharrison/2012-07/img/superman.jpg","content:nharrison:2012-07:core-data.md",{"user":2269,"name":2270},"nharrison","Noah Harrison",{"_path":2272,"title":2273,"description":2274,"tags":2275,"publishDate":2280,"image":2281,"_id":2282,"author":2283},"/phendry/2019-3/restfromthebottomup","REST from the Bottom Up","The RESTful API has a funny place in the software development world: it's widely regarded as the best general-purpose pattern for building web application APIs, and yet it's also nebulous enough of a concept to cause endless disagreements within teams over exactly how to implement one.",[2276,2277,2278,2279],"rest","api","web","architecture","2019-10-01","/phendry/2019-3/img/feature_image.png","content:phendry:2019-3:RestFromTheBottomUp.md",{"user":2284,"name":2285},"phendry","Paul Hendry",{"_path":2287,"title":2288,"description":2289,"tags":2290,"publishDate":2206,"image":2291,"_id":2292,"author":2293},"/phendry/2021-06/smoothupgradestovue3","Smooth Upgrades to Vue 3","This post assumes basic familiarity with Vue.js v2.x.",[1641,1939,1765],"/phendry/2021-06/img/vue-transition.jpg","content:phendry:2021-06:SmoothUpgradesToVue3.md",{"user":2284,"name":2285},{"_path":2295,"title":2296,"description":2297,"image":2298,"tags":2299,"publishDate":2140,"_id":2300,"author":2301},"/phendry/2021-07-30/spotthevulndataranges","Spot the Vulnerability: Data Ranges and Untrusted Input","In 1997, a flaw was discovered in how Linux and Windows handled IP fragmentation, a Denial-of-Service vulnerability which allowed systems to be crashed remotely.","/phendry/2021-07-30/img/vulnerability.jpg",[1539,1489],"content:phendry:2021-07-30:SpotTheVulnDataRanges.md",{"user":2284,"name":2285},{"_path":2303,"title":2304,"description":2305,"tags":2306,"image":2307,"publishDate":2308,"_id":2309,"author":2310},"/phendry/2021-08-15/exploringdependenttypesinidris","Exploring Dependent Types in Idris","When I'm not coding the \"impossible\" at Art+Logic, I take a lot of interest in new programming technologies and paradigms; even if they're not yet viable for use in production, there can often be takeaways for improving your everyday code.",[1676],"/phendry/2021-08-15/img/dependent-types.jpg","2021-08-15","content:phendry:2021-08-15:ExploringDependentTypesInIdris.md",{"user":2284,"name":2285},{"_path":2312,"title":2313,"description":2314,"tags":2315,"image":2316,"publishDate":2317,"_id":2318,"author":2319},"/phendry/2021-10-30/spotthevulnloopsandtermconditions","Spot the Vulnerability: Loops and Terminating Conditions","In memory-unsafe languages like C, special care must be taken when copying untrusted data, particularly when copying it to another buffer. In this post, we'll spot and mitigate a past vulnerability in Linux's NTP daemon.",[1539,1489],"/phendry/2021-10-30/img/vulnerability-2.jpg","2021-10-30","content:phendry:2021-10-30:SpotTheVulnLoopsAndTermConditions.md",{"user":2284,"name":2285},{"_path":2321,"title":2322,"description":2323,"image":2324,"tags":2325,"publishDate":2326,"_id":2327,"author":2328},"/phendry/2022-07-21/migratingfromexpresstofastifypart1","Migrating from Express to Fastify, Part 1","Express.js has for years been the dominant lightweight Web framework for Node.js, but over time its development has stalled, with its latest major version (5.0) still in pre-release nearly eight years after its first alpha release. There's a lot to be said for this sort of stability in a foundational dependency for a project, but it's worth assessing whether the added features of competing frameworks are worth making a switch. In this article we'll be looking at Fastify in particular, to understand what it has to offer compared to Express and how difficult it is to migrate an existing Express project.","/phendry/2022-07-21/img/Migrating from Express to Fastify, Part 1.png",[1641,1489],"2023-12-01","content:phendry:2022-07-21:MigratingFromExpressToFastifyPart1.md",{"user":2284,"name":2285},{"_path":2330,"title":2331,"description":2332,"image":2333,"tags":2334,"publishDate":2335,"_id":2336,"author":2337},"/phendry/2022-07-28/migratingfromexpresstofastifypart2","Migrating from Express to Fastify, Part 2","In Part 1, we looked at the features of the Fastify Node.js Web framework compared to Express.js. In Part 2, we'll work through migrating an example Express.js application to Fastify.","/phendry/2022-07-28/img/Migrating from Express to Fastify, Part 2.png",[1641,1489],"2023-12-31","content:phendry:2022-07-28:MigratingFromExpressToFastifyPart2.md",{"user":2284,"name":2285},{"_path":2339,"title":2340,"description":2341,"tags":2342,"image":2343,"publishDate":2344,"_id":2345,"author":2346},"/phendry/2023-01-19/badcode","\"Bad\" Code (Or, Why Software Development is Hard)","Recently, the Dutch government open-sourced the iOS application for their \"DigiD\" authentication service. A tweet with a snippet of that source code, presumably making fun of it, blew up into a debate about whether mocking it is even justified. The amount of debate over such a simple snippet of code highlights, in my mind, just how tricky software development can be.",[1539,1489],"/phendry/2023-01-19/img/Bad Code.png","2024-01-15","content:phendry:2023-01-19:BadCode.md",{"user":2284,"name":2285},{"_path":2348,"title":2349,"description":2350,"image":2351,"publishDate":2352,"tags":2353,"_id":2354,"author":2355},"/phendry/2023-01-31/forgetaboutcodestyle","Forget About [Code] Style","Good code style, being highly subjective, is something often debated among developers. After all, we spend more time reading code than writing it, so it's worth making sure our code is styled to be as easy as possible to read and to understand. On the other hand, deciding upon and continuously enforcing a style is also time-consuming, and the benefits are near-impossible to quantify. Given that modern code formatting tools can fully automate the process, is it still worth fretting about style?","/phendry/2023-01-31/img/forget_style_header.png","2024-02-01",[1676],"content:phendry:2023-01-31:ForgetAboutCodeStyle.md",{"user":2284,"name":2285},{"_path":2357,"title":2358,"description":2359,"image":2360,"tags":2361,"publishDate":2362,"_id":2363,"author":2364},"/phendry/2023-04-02/semantichtml","Don't Give Up on Semantic HTML","Since the early days of the Web, there has been tension between the ideal of \"semantic HTML\" and the practical reality of designing complex page layouts, which often could not be achieved without inserting style concerns into the document. More recently, frameworks like Tailwind CSS have emerged which challenge the very idea that semantic HTML is an ideal to strive for, and which commit to thoroughly embedding style concerns into HTML documents. With modern CSS features however, semantic HTML is more achievable than ever, and I do think it remains a worthy goal.","/phendry/2023-04-02/img/Don't Give Up on Semantic HTML.png",[1676],"2024-03-01","content:phendry:2023-04-02:SemanticHtml.md",{"user":2284,"name":2285},{"_path":2366,"title":2367,"description":2368,"image":2369,"tags":2370,"publishDate":2371,"_id":2372,"author":2373},"/phendry/2023-05-16/doyouneedacsspreprocessor","Do You Need a CSS Preprocessor in 2023?","CSS preprocessors like Less, Sass and Stylus have long provided powerful features that vanilla CSS lacked: variables, nesting of rulesets, mixins, control flow constructs, etc. These days however, the feature gap is considerably narrower, and it's not so clear that the benefits of a preprocessor outweight the burdens of setting it up.","/phendry/2023-05-16/img/css_preprocessor_header.png",[1676],"2023-01-01","content:phendry:2023-05-16:DoYouNeedACSSPreprocessor.md",{"user":2284,"name":2285},{"_path":2375,"title":2376,"description":2377,"image":2378,"publishDate":2379,"tags":2380,"_id":2381,"author":2382},"/phendry/2023-07-28/dependencymanagement","Software Dependency Management: Best Practices","Leveraging third-party libraries and frameworks is essential in most modern software projects, and the projects we build at Art+Logic are no exception. The pressure on developers to rapidly deliver features is high, and there are so many commonalities in the details of each project (particularly in Web development) that a lot of development time can be saved by using well-designed libraries that handle the details.","/phendry/2023-07-28/img/dependency_header.png","2023-01-02",[1676],"content:phendry:2023-07-28:DependencyManagement.md",{"user":2284,"name":2285},{"_path":2384,"title":2385,"description":2386,"tags":2387,"publishDate":2390,"image":2391,"_id":2392,"author":2393},"/phendry/2023-11-06/frontendframeworksin2024","Frontend Frameworks in 2024: React, Svelte and Vue","Several years ago, Art+Logic settled on Vue.js as our preferred frontend Web framework. Now, in 2024, we feel it's time to revisit the frontend framework landscape to see how things have (or haven't) changed.",[1676,2388,2389,1939],"react","svelte","2024-05-15","/phendry/2023-11-06/img/frontend_frameworks_2024.png","content:phendry:2023-11-06:FrontendFrameworksIn2024.md",{"user":2284,"name":2285},{"_path":2395,"title":2396,"description":2397,"publishDate":2398,"tags":2399,"image":2402,"_id":2403,"author":2404},"/rbrubaker/2012-06/arduino-thermometer","Turn Your Mac into a Thermometer with Arduino","The topic of the Arduino came up around A&L's \"virtual water cooler\" last week. About a year and a half ago, I purchased a SparkFun Inventor's Kit for Arduino. The kit is a fun way for a hardware novice like me to get started and learn some basics. It comes with more than a dozen sample projects such as lighting LEDs, spinning a motor and generating audio.","2012-06-28",[2400,2401],"arduino","java","/rbrubaker/2012-06/img/arduino1.jpg","content:rbrubaker:2012-06:arduino-thermometer.md",{"user":2405,"name":2406},"rbrubaker","Ryan Brubaker",{"_path":2408,"title":2409,"description":2410,"publishDate":2411,"tags":2412,"_id":2415,"author":2416},"/rbrubaker/2012-06/coffe-backbone-1","Fun with CoffeeScript and Backbone.js : Part 1","CoffeeScript has been all the rage lately and I've been wanting to hop on board the bandwagon. I've also seen Backbone.js mentioned quite a bit and was even more intrigued after listening to this .NET Rocks podcast. I decided to convert some plain JavaScript code I had in a side project to use both CoffeeScript and Backbone.js and see how things went.","2012-06-06",[2413,2414,1666,1489],"backbone-js","coffeescript","content:rbrubaker:2012-06:coffe-backbone-1.md",{"user":2405,"name":2406},{"_path":2418,"title":2419,"description":2420,"publishDate":2421,"tags":2422,"_id":2423,"author":2424},"/rbrubaker/2012-06/coffee-backbone-2","Fun with CoffeeScript and Backbone.js : Part 2","In this post I’ll discuss the code that handles updating the UI.","2012-06-07",[2413,2414,1666,1489],"content:rbrubaker:2012-06:coffee-backbone-2.md",{"user":2405,"name":2406},{"_path":2426,"title":2427,"description":2428,"publishDate":2429,"tags":2430,"_id":2431,"author":2432},"/rbrubaker/2012-06/coffee-backbone-3","Fun with CoffeeScript and Backbone.js : Part 3","In this post I’ll discuss my thoughts on CoffeeScript and Backbone.js.","2012-06-08",[2413,2414,1666,1489],"content:rbrubaker:2012-06:coffee-backbone-3.md",{"user":2405,"name":2406},{"_path":2434,"title":2435,"description":2436,"publishDate":2437,"tags":2438,"_id":2439,"author":2440},"/rbrubaker/2012-07/prototypal-js","Prototypal vs. Functional Inheritance in JavaScript","If you ever found JavaScript's prototypal inheritance confusing, do yourself a favor and open this article, open a JavaScript console and code each example in the article. You will definitely come away with a better understanding of how prototypal inheritance works in JavaScript.","2012-07-11",[2414,1641],"content:rbrubaker:2012-07:prototypal-js.md",{"user":2405,"name":2406},{"_path":2442,"title":2443,"description":2444,"publishDate":2445,"tags":2446,"_id":2447,"author":2448},"/rbrubaker/2012-07/whither-pm","Whither Project Management?","When I was first asked to manage a project at Art & Logic, I had my reservations. Did I really want to start down a career path that led to less development? Would my skills as a developer go stale? My first few projects as a manager were solo projects so I still had plenty of development work and fortunately, I found myself to be a pretty easy person to manage. As time went on I started managing larger projects and with them came the responsibility to manage other developers. To my surprise I found project management to be rewarding and dare I say, even fun. It's very satisfying to work with clients, helping them define their visions and seeing those visions come to life.","2012-07-25",[2204],"content:rbrubaker:2012-07:whither-pm.md",{"user":2405,"name":2406},{"_path":2450,"title":2451,"description":2452,"tags":2453,"image":2456,"publishDate":1610,"_id":2457,"author":2458},"/scharette/2019-4/discover_machine_learning","Discover Machine Learning","Computers have been around for less than 100 years.  In that short period of time, some incredible things have happened:  they've been universally adopted so quickly that we have them in our houses.  In our cars.  Even in our pockets.  In the last 40 years, there have been many significant events when it comes to computers:",[2454,2455,1602],"machine-learning","neural-networks","/scharette/2019-4/img/discover_machine_learning.png","content:scharette:2019-4:discover_machine_learning.md",{"user":2459,"name":2460},"scharette","Stéphane Charette",{"_path":2462,"title":2463,"description":2464,"publishDate":2465,"image":2466,"tags":2467,"_id":2469,"author":2470},"/shuey/2012-05/baas","BaaS Offerings Continue to Grow","The makers of Simplenote recently introduced their Backend as a Service (BaaS) offering called Simperium that looks to compete in an increasingly crowded space with services like CloudMine, Kinvey, and Parse and to some extent with iCloud for iOS and OS X only apps. So just how crowded is this space? Back in February, Kinvey published their own map of the BaaS ecosystem that highlights different tiers of the ecosystem and various relationships between them.","2012-05-10","/shuey/2012-05/img/header.png",[2468],"baas","content:shuey:2012-05:baas.md",{"user":2471,"name":2472},"shuey","Steven Huey",{"_path":2474,"title":2475,"description":2476,"publishDate":2477,"tags":2478,"image":2480,"_id":2481,"author":2482},"/shuey/2012-05/cloud","Under the Sheets with iCloud and Core Data","Drew McCormack is writing a great series (Part 1, Part 2, Part 3) of posts about using iCloud for syncing Core Data managed data. It's harder than Apple lets on and Drew has done a great job of uncovering how this actually works.","2012-05-28",[1525,2479],"icloud","/shuey/2012-05/img/icloud.jpg","content:shuey:2012-05:cloud.md",{"user":2471,"name":2472},{"_path":2484,"title":2485,"description":2486,"publishDate":2487,"tags":2488,"_id":2490,"author":2491},"/shuey/2012-05/economics-android","The Economics of Android","If you haven't already do yourself a favor and head over to asymco.com to catch Horace Deidu's multi-post series on \"The Economics of Android\". Horace and Dan Benjamin discuss the series during this week's Critical Path podcast as well. Horace is a former analyst for Nokia and has been writing Asymco for a few years now. His analysis of the mobile industry and Apple's place within it in particular has been featured in publications such as Bloomberg and Forbes.","2012-05-17",[2489],"android","content:shuey:2012-05:economics-android.md",{"user":2471,"name":2472},{"_path":2493,"title":2494,"description":2495,"publishDate":1967,"tags":2496,"_id":2499,"author":2500},"/shuey/2012-05/iot","The Internet of Things and Big Data","I've been following the developments in the \"Internet of Things\" and Big Data / Open Data markets as new apps and tools are released and they look to be two exciting technologies on a collision course. With the advent of internet connected home appliances like Wattvision and Nest that provide real utility to the average home owner at reasonable prices along with crowd funded projects like Air Quality Egg or Twine we should see an explosion in the kinds and amount of useful and real-time or near real-time data that is available to anyone with a smartphone. Health metric or \"quantitative self\" tracking devices such as Fitbit, Jawbone Up, and the Pebble watch will fuel this data explosion as well.",[2497,2498],"big-data","iot","content:shuey:2012-05:iot.md",{"user":2471,"name":2472},{"_path":2502,"title":2503,"description":2504,"publishDate":2505,"tags":2506,"image":2508,"_id":2509,"author":2510},"/shuey/2012-05/rubymotion","RubyMotion Brings Ruby to iOS","RubyMotion is a new development toolchain that allows you to build iOS apps using Ruby created by Laurent Sansonetti, a former Apple engineer and contributor to the MacRuby project. It has garnered a lot of attention the past few weeks and some detailed reviews have already been written:","2012-05-14",[1524,2507],"ruby","/shuey/2012-05/img/logotype-icon.png","content:shuey:2012-05:rubymotion.md",{"user":2471,"name":2472},{"_path":2512,"title":2513,"description":2514,"publishDate":2515,"tags":2516,"image":2517,"_id":2518,"author":2519},"/shuey/2012-06/thoughts-ios6","A few thoughts on iOS 6","Apple made their session videos from WWDC 2012 available earlier this week in record time. It's nice to see since tickets for this years event sold out in under two hours. Apple has an iOS 6 Preview page touting some of the new features such as Siri's new abilities, tighter integration with Facebook, Photo Stream sharing, and things like iCloud tabs for Safari all of which look great.","2012-06-21",[1525,1524],"/shuey/2012-06/img/ios6.jpg","content:shuey:2012-06:thoughts-ios6.md",{"user":2471,"name":2472},{"_path":2521,"title":2522,"description":2523,"publishDate":2524,"tags":2525,"image":2527,"_id":2528,"author":2529},"/shuey/2012-07/mixer","A Simple Mixer Using AVFoundation","In iOS 4.0 Apple introduced the AV Foundation APIs that made working with audio and video media much easier than it had been in previous versions of iOS. Apple then brought these APIs to Mac OS X in OS X 10.7 \"Lion\". In this post I'll show how to use some of the APIs to create a simple four track mixer.","2012-07-02",[1525,2526,1524],"cocoa","/shuey/2012-07/img/mixer-screenshot.jpg","content:shuey:2012-07:mixer.md",{"user":2471,"name":2472},{"_path":2531,"title":2532,"description":2533,"publishDate":2534,"tags":2535,"image":2536,"_id":2537,"author":2538},"/shuey/2012-07/reset-button","The Reset Button","Horace Dediu of Asymco has been publishing some fantastic insights and analysis of the mobile market in the past few weeks. I linked to some of Dediu's analysis of the Economics of Android in an earlier post, and since then he's updated his work with the latest data and is studying RIM and Microsoft's efforts in the space as well.","2012-07-19",[2489,1525,1524],"/shuey/2012-07/img/kevin.jpg","content:shuey:2012-07:reset-button.md",{"user":2471,"name":2472},{"_path":2540,"title":2541,"description":2542,"publishDate":2543,"tags":2544,"image":2546,"_id":2547,"author":2548},"/tfarrel/2012-07","Looking at Steganography","With the help of one of my favorite news aggregators, I discovered this article on using JavaScript and the canvas element to hide information inside images. I've long been fascinated by steganography and this article and demonstration makes it even more accessible. If you can't be bothered to read the article, it describes a method of using the HTML5 File API and the canvas element to embed a message in images.","2012-07-24",[2545],"steganography","/tfarrel/2012-07/img/white.png","content:tfarrel:2012-07:index.md",{"user":2549,"name":2550},"tfarrel","Troy Farrel",1787245444768]