POPULARITY
Hey, y'all! Today we begin to end the third party convention season with part one about the Green Party. There is quite a bit to talk about, so join us as we dive into all the candidates that ran against the automatic favorite and eventual winner, Dr. Jill Stein.Support the show
In this episode, we are talking to Robert Cooke, founder and CTO of 3forge. He has spent the last decade creating a full stack software platform that revolutionized enterprise real-time data management, visualization, and workflows through its inventive “high impact code” concept. With offices in New York, London, and Singapore, 3forge has been serving a The post Building Enterprise Applications with Robert Cooke appeared first on Software Engineering Daily.
In this episode, we are talking to Robert Cooke, founder and CTO of 3forge. He has spent the last decade creating a full stack software platform that revolutionized enterprise real-time data management, visualization, and workflows through its inventive “high impact code” concept. With offices in New York, London, and Singapore, 3forge has been serving a The post Building Enterprise Applications with Robert Cooke appeared first on Software Engineering Daily.
In this episode, we are talking to Robert Cooke, founder and CTO of 3forge. He has spent the last decade creating a full stack software platform that revolutionized enterprise real-time data management, visualization, and workflows through its inventive “high impact code” concept. With offices in New York, London, and Singapore, 3forge has been serving a The post Building Enterprise Applications with Robert Cooke appeared first on Software Engineering Daily.
.The interview with Robert Cooke wraps up with a discussion about code performance and tuning. These appear to have gone out of style but have not. There is a value in building tighter code that performs well even while we see more powerful systems. Likewise, we have seen the amount of data processed increase exponentially. That offsets the power of systems as minor improvements are multiplied by the number of iterations. Incremental Code Performance And Tuning There is value in taking an incremental approach to code performance and tuning. We get to work from a known point that is functionally correct and a basis for metrics. These combine to provide us not only a test bed for comparing results. They also provide a scoring mechanism that tells us if and how much improvement has been made. About Robert With over 100,000 hours of software development, Robert has cemented himself as a thought leader in the computer science space. He is the Founder and CTO of 3Forge, a tech company incorporating preventative tooling into the technology stack. 3Forge currently works with IoT applications and three of the five world's largest banks to aggregate data into one convenient platform. Robert would love to dive into a conversation with you about the following: Why cloud-native programs are necessary for processing large amounts of data. The ways companies use IoT to gather some of their most valuable data. Why every software developer should know both Declarative & Imperative languages. Learn More Check Out More From Chris at: https://3forge.com/index.html Robert mentions this organization several times, and you can see its focus and a wide range of blogs on related topics.
We start a new conversation, and this time we are back to technology and how to start a developer career. The discussion with Robert Cooke is more than starting a career. However, we provide several key points as you move from movie coder to advanced developer. The problems get more complicated. But, on the other hand, they become more fun and exciting as well. Start A Developer Career We flash back a few decades to travel the path Robert took. His story began when he decided to start a developer career. It quickly grew into several intersections of data, coding, and business to show how to move problem-solving from the specific to the generic and cross industries. His focus often drifts back to the world of money and finance. Nevertheless, he brings up pieces of knowledge that can be used in other areas. About Robert With over 100,000 hours of software development, Robert has cemented himself as a thought leader in the computer science space. He is the Founder and CTO of 3Forge, a tech company incorporating preventative tooling into the technology stack. 3Forge currently works with IoT applications and three of the five world's largest banks to aggregate data into one convenient platform. Robert would love to dive into a conversation with you about the following: • Why cloud-native programs are necessary for processing large amounts of data • How companies are using IoT to gather some of their most valuable data • Why every software developer should know both Declarative & Imperative languages. Learn More Check Out More From Chris at: https://3forge.com/index.html Robert mentions this organization several times, and you can see its focus and a wide range of blogs on related topics.
Robert Cooke is the CTO and co-founder of 3Forge, a real-time data visualization platform.Apple Podcasts | Spotify | Google PodcastsIn this episode, we delve into Wall Street's high-frequency trading evolution and the importance of high-volume trading data observability. We examine traditional software observability tools, such as Datadog, and contrast them with 3Forge's financial observability platform, AMI.GPT-4 generated summaryIn this episode of the Software at Scale podcast, Robert Cooke, CTO and Co-founder of 3Forge, a comprehensive internal tools platform, shares his journey and insights. He outlines his career trajectory, which includes prominent positions such as the Infrastructure Lead at Bear Stearns and the Head of Infrastructure at Liquidnet, and his work on high-frequency trading systems that employ software and hardware to perform rapid, automated trading decisions based on market data.Cooke elucidates how 3Forge empowers subject matter experts to automate trading decisions by encoding business logic. He underscores the criticality of robust monitoring systems around these automated trading systems, drawing an analogy with nuclear reactors due to the potential catastrophic repercussions of any malfunction.The dialogue then shifts to the impact of significant events like the COVID-19 pandemic on high-frequency trading systems. Cooke postulates that these systems can falter under such conditions, as they are designed to follow developer-encoded instructions and lack the flexibility to adjust to unforeseen macro events. He refers to past instances like the Facebook IPO and Knight Capital's downfall, where automated trading systems were unable to handle atypical market conditions, highlighting the necessity for human intervention in such scenarios.Cooke then delves into how 3Forge designs software for mission-critical scenarios, making an analogy with military strategy. Utilizing the OODA loop concept - Observe, Orient, Decide, and Act, they can swiftly respond to situations like outages. He argues that traditional observability tools only address the first step, whereas their solution facilitates quick orientation and decision-making, substantially reducing reaction time.He cites a scenario involving a sudden surge in Facebook orders where their tool allows operators to detect the problem in real time, comprehend the context, decide on the response, and promptly act on it. He extends this example to situations like government incidents or emergencies where an expedited response is paramount.Additionally, Cooke emphasizes the significance of low latency UI updates in their tool. He explains that their software uses an online programming approach, reacting to changes in real-time and only updating the altered components. As data size increases and reaction time becomes more critical, this feature becomes increasingly important.Cooke concludes this segment by discussing the evolution of their clients' use cases, from initially needing static data overviews to progressively demanding real-time information and interactive workflows. He gives the example of users being able to comment on a chart and that comment being immediately visible to others, akin to the real-time collaboration features in tools like Google Docs.In the subsequent segment, Cooke shares his perspective on choosing the right technology to drive business decisions. He stresses the importance of understanding the history and trends of technology, having experienced several shifts in the tech industry since his early software writing days in the 1980s. He projects that while computer speeds might plateau, parallel computing will proliferate, leading to CPUs with more cores. He also predicts continued growth in memory, both in terms of RAM and disk space.He further elucidates his preference for web-based applications due to their security and absence of installation requirements. He underscores the necessity of minimizing the data in the web browser and shares how they have built every component from scratch to achieve this. Their components are designed to handle as much data as possible, constantly pulling in data based on user interaction.He also emphasizes the importance of constructing a high-performing component library that integrates seamlessly with different components, providing a consistent user experience. He asserts that developers often face confusion when required to amalgamate different components since these components tend to behave differently. He envisions a future where software development involves no JavaScript or HTML, a concept that he acknowledges may be unsettling to some developers.Using the example of a dropdown menu, Cooke explains how a component initially designed for a small amount of data might eventually need to handle much larger data sets. He emphasizes the need to design components to handle the maximum possible data from the outset to avoid such issues.The conversation then pivots to the concept of over-engineering. Cooke argues that building a robust and universal solution from the start is not over-engineering but an efficient approach. He notes the significant overlap in applications use cases, making it advantageous to create a component that can cater to a wide variety of needs.In response to the host's query about selling software to Wall Street, Cooke advocates targeting the most demanding customers first. He believes that if a product can satisfy such customers, it's easier to sell to others. They argue that it's challenging to start with a simple product and then scale it up for more complex use cases, but it's feasible to start with a complex product and tailor it for simpler use cases.Cooke further describes their process of creating a software product. Their strategy was to focus on core components, striving to make them as efficient and effective as possible. This involved investing years on foundational elements like string libraries and data marshalling. After establishing a robust foundation, they could then layer on additional features and enhancements. This approach allowed them to produce a mature and capable product eventually.They also underscore the inevitability of users pushing software to its limits, regardless of its optimization. Thus, they argue for creating software that is as fast as possible right from the start. They refer to an interview with Steve Jobs, who argued that the best developers can create software that's substantially faster than others. Cooke's team continually seeks ways to refine and improve the efficiency of their platform.Next, the discussion shifts to team composition and the necessary attributes for software engineers. Cooke emphasizes the importance of a strong work ethic and a passion for crafting good software. He explains how his ambition to become the best software developer from a young age has shaped his company's culture, fostering a virtuous cycle of hard work and dedication among his team.The host then emphasizes the importance of engineers working on high-quality products, suggesting that problems and bugs can sap energy and demotivate a team. Cooke concurs, comparing the experience of working on high-quality software to working on an F1 race car, and how the pursuit of refinement and optimization is a dream for engineers.The conversation then turns to the importance of having a team with diverse thought processes and skillsets. Cooke recounts how the introduction of different disciplines and perspectives in 2019 profoundly transformed his company.The dialogue then transitions to the state of software solutions before the introduction of their high-quality software, touching upon the compartmentalized nature of systems in large corporations and the problems that arise from it. Cooke explains how their solution offers a more comprehensive and holistic overview that cuts across different risk categories.Finally, in response to the host's question about open-source systems, Cooke expresses reservations about the use of open-source software in a corporate setting. However, he acknowledges the extensive overlap and redundancy among the many new systems being developed. Although he does not identify any specific groundbreaking technology, he believes the rapid proliferation of similar technologies might lead to considerable technical debt in the future.Host Utsav wraps up the conversation by asking Cooke about his expectations and concerns for the future of technology and the industry. Cooke voices his concern about the continually growing number of different systems and technologies that companies are adopting, which makes integrating and orchestrating all these components a challenge. He advises companies to exercise caution when adopting multiple technologies simultaneously.However, Cooke also expresses enthusiasm about the future of 3Forge, a platform he has devoted a decade of his life to developing. He expresses confidence in the unique approach and discipline employed in building the platform. Cooke is optimistic about the company's growth and marketing efforts and their focus on fostering a developer community. He believes that the platform will thrive as developers share their experiences, and the product gains momentum.Utsav acknowledges the excitement and potential challenges that lie ahead, especially in managing community-driven systems. They conclude the conversation by inviting Cooke to return for another discussion in the future to review the progression and evolution of the topic. Both express their appreciation for the fruitful discussion before ending the podcast. This is a public episode. If you would like to discuss this with other subscribers or get access to bonus episodes, visit www.softwareatscale.dev
MARTY HALLINAN, ROBERT COOKE and BOB DOUGLAS
In this episode, I continue my conversation with our guest Robert Cooke, founder of 3forge, a provider of data virtualization and visualization technology. In this conversation, Robert shares What was the startup bug that bit him.. The urge to reinvent how software is developed based on experience, after getting a feeling that 90% of the code written is quite similar across teams and organizations and how that can be a base for reuseSolve it once, solve it well, reuse it.His approach to abstracting many of the operations needed, for example, the user interface widgets and experience, to reduce the work needed to create and deploy solutions quicklyThe story behind the name of his company 3forge -- started asForge financial framework and then evolved into 3forgeHis thoughts on processing data in real time v/s in batch or offline mode His thoughts on defensive coding and a 2 minute intro to defensive codingHow he manages his time and what stresses himRobert Cooke is the Founder and Principal Architect at 3Forge, a New York-based provider of data virtualization and visualization technology. 3Forge has achieved significant growth over the years as a result of increasing demand for its award-winning, web-based browser AMI platform.Robert's accomplishments have spanned across electronic trading, middle and back office, regulatory reporting, compliance and risk management.His LinkedIn profile: https://www.linkedin.com/in/robert-cooke-a7835b69/
In this episode, our guest is Robert Cooke, founder of 3forge, a provider of data virtualization and visualization technology solutions. In this conversation, Robert shares His origin story of starting with computers when he was a kid in the 80sHis liking to build things - in wood or legoDiscovering that he could build a lot more without needing a lot more money, with computersDeveloping Video games, accounting software - helping manage things in college with software solutionsHis experience with writing code in 128k memoryWorking in silicon valley in 2000s, getting a job in an insurance company4Vs of data: volume, velocity, variety and validity of dataLast 15 years has been about solving problems with the 4VsBeing a self proclaimed software addict, sometimes upto 10-12 hours per dayHis early experience with writing software for his club, in his teens - when hardcoding was more naturalLearning later that parameterization, lookup tables etc were more elegant and genericStarting his company in 2012Same software for all customers, with a single branch of codeAnyone who takes the art form of writing code seriously, will get better with timeHis transition from being in individual contributor to delivering as a teamThe advantage of getting different insights from team membersNaming, logical architecture decisions become important when working in teamsThe need for consistency across team members..but what is right or wrongLearning from the NEC - National Electrical Code - that codifies the minimum requirements for safe electrical installations in a single, standardized sourceWe do not have anything similar in softwareVery hard to get rid of code, but it can be a therapeutic processInsert or create is easy; update or modify is somewhat difficult and deleting is extremely hardAbout the urge to do Ctrl-A and delete.. And rewrite code from the scratchHow he balances his engineering thinking and artist's thinking [developing software as a work of art, as there are so many ways to solve a problem]Balancing maintainability, the efforts needed and how well the software performsHe looks for people with strong math and logic background and problem solving, not necessarily experience in codingHardest part on software development is debugging somebody else's codeMore on his entrepreneurial experience, tips on defensive coding and a whole lot more in the next episodeRobert Cooke is the Founder and Principal Architect at 3Forge, a New York-based provider of data virtualization and visualization technology. 3Forge has achieved significant growth over the years as a result of increasing demand for its award-winning, web-based browser AMI platform.Robert's accomplishments have spanned across electronic trading, middle and back office, regulatory reporting, compliance and risk management.His LinkedIn profile: https://www.linkedin.com/in/robert-cooke-a7835b69/
Today we're excited to have Robert Cooke, the founder and Principal Architect of 3Forge, a New York-based fintech company that focuses on solving complex data problems in the accounting world. Robert joins Count Me In to share his story about his lifelong passion for computers and his journey to founding 3Forge. He breaks down the three buckets of data that the company focuses on: real-time streaming of data, asking computers about data, and data entry. Robert emphasizes the importance of having the right technology in place to analyze data properly and shares his experience working with various organizations to solve their data problems. Join us as we explore the fascinating world of fintech and data.
On this week’s show we’re joined by 3Forge founder and CTO Robert Cooke to talk about why we possibly should think more about the history of Computer Science. If you want to find out more about the PlayCards that Matt keeps wanging on about, you can do so here.
#195: Most companies have decades of legacy systems running their day-to-day business. They're difficult to replace with newer systems, and they're costly to maintain. But they also offer security, stability, and consistency. The challenge is deciding how to make them work in the modern world. In this episode, we talk with Robert Cooke, CTO and Founder at 3forge, about why replacing legacy systems is not a simple as just doing it and also why open source may not be the answer that everyone thinks it is. Robert's contact information: LinkedIn: https://www.linkedin.com/in/robert-cooke-a7835b69/ Website: https://3forge.com/ YouTube channel: https://youtube.com/devopsparadox/ Books and Courses: Catalog, Patterns, And Blueprints https://www.devopstoolkitseries.com/posts/catalog/ Review the podcast on Apple Podcasts: https://www.devopsparadox.com/review-podcast/ Slack: https://www.devopsparadox.com/slack/ Connect with us at: https://www.devopsparadox.com/contact/
In today's episode, Tom and Tim meet Robert Cooke (CTO and Founder, 3Forge), for an absorbing chat about the changing technological face of the finance sector.The guys cover a lot of interesting ground, from complexity, regulations and IT in financial services companies, to new technologies and thei potential impact on this highly regulated industry, to the future of crypto after 2022's dramatic market crash.For more amazing DEX content, including podcasts, articles and exclusive research, head over to the DEX Hub (dex.nexthink.com)To hear more interviews like this one, subscribe to the Digital Employee Experience Podcast on Apple Podcasts, Spotify, or your preferred podcast platform.Listening on a desktop & can't see the links? Just search for Digital Employee Experience in your favorite podcast player.
Sharing secrets makes two people closer, but hiding them, that's a whole other story. It's 1884. Robert Cooke and his pregnant wife Freya tragically lose their two sons to scarlet fever... Uitgegeven door SAGA Egmont Spreker: Emma Spurgin-Hussey
The SPaMCAST 732 features our interview with Robert Cooke. Robert and I discussed the role of software development in delivering value in non-software product organizations. Robert Cooke is the Founder and Principal Architect at 3Forge, a New York-based provider of data virtualization and visualization technology. 3Forge has achieved significant growth over the years as a result of increasing demand for its award-winning, web-based browser AMI platform. Today, AMI is deployed at three of the five largest global banks, and nearly 20 percent of global equities flow through the platform. 3Forge also has provided its services to hedge funds, broker-dealers, and other financial services firms. The company is the leading provider of “performance at scale” data management systems. Robert's accomplishments have spanned electronic trading, middle and back office, regulatory reporting, compliance, and risk management. Website: https://www.3forge.com/ LinkedIn: linkedin.com/in/robert-cooke-a7835b69 Re-read Saturday News This week we re-read Chapter 4 of Extraordinarily Badass Agile Coaching: The Journey from Beginner to Mastery and Beyond (Amazon Associate Link). Chapter 4, Badass Agile Coaching Agreements, focuses on the need for and structure of…coaching agreements (hence the name of the chapter :)). I use coaching agreements on a regular basis. They are an excellent idea. Galen states, “My point being: never, ever coach without establishing an agreement.” Previous Entries in Our Re-read: Week 1: Logistics and Forewords - https://bit.ly/3zoAYlx Week 2: Introduction to Badassery in Agile Coaching - https://bit.ly/3hcEPMs Week 3: The Mindset of the Badass Agile Coach - http://bit.ly/3Eu0qJu Week 4: Agile Coaching Frameworks - http://bit.ly/3Ok60S7 Week 5: Badass Agile Coaching Agreements - https://bit.ly/3iylnKM A quick advertisement: Controlling work entry requires preparation and knowledge, building to establishing a path to control work entry (magic wands are normally not available), which is why Jeremy Willets and I have developed a work entry workshop. Interested? Please email us at tcagley@tomcagley.com or willetsjm@gmail.com Next SPaMCAST The SPaMCAST 733 continues our answer to the question: if one product owner is good, aren't two, three, or four better? We will also have a visit from Jeremy Berriault who brings his wide-ranging QA corner to the podcast.
The annual Thanksgiving holiday in the US was a few days ago providing space to reflect and give thanks to everyone involved in the 16-plus years history of the Software Process and Measurement Cast blog and podcast. There is a lot to be thankful and grateful for, this week we put the spotlight on everyone that makes the SPaMCAST possible. Also, Jon M Quigley brings his Alpha and Omega of Product Development to the podcast. Jon and I discuss the idea of flow. Re-read Saturday News This week we are taking a break from our re-read of Extraordinarily Badass Agile Coaching: The Journey from Beginner to Mastery and Beyond (Amazon Associate Link). Previous Entries in Our Re-read: Week 1: Logistics and Forewords - https://bit.ly/3zoAYlx Week 2: Introduction to Badassery in Agile Coaching - https://bit.ly/3hcEPMs Week 3: The Mindset of the Badass Agile Coach - http://bit.ly/3Eu0qJu Week 4: Agile Coaching Frameworks - http://bit.ly/3Ok60S7 A quick advertisement: Controlling work entry requires preparation and knowledge, building to establishing a path to control work entry (magic wands are normally not available), which is why Jeremy Willets and I have developed a work entry workshop. Interested? Please email us at tcagley@tomcagley.com or willetsjm@gmail.com Next SPaMCAST The SPaMCAST 732 features our interview with Robert Cooke. Robert and I discuss the role of software development in delivering value.
"I am addicted to building things" - Robert CookeTalk about an amazing journey Robert Cooke unpacks how his love of technology at an early age catapulted him into a career that takes him all over the world. As the founder and Chief Technology Officer at 3 Forge he is on the front lines of developing game changing software solutions for many industries.Robert shares how a computer from his grandfather got him started down a technology path. He gives a peak inside the genesis of his company and the transformation it has seen to where it is today.He breaks down the concept of a dependency tree and how that type of systematic thinking can help when analyzing problem areas in processes. Robert is a woodworking hobbyist and shares about his greatest builds thus far and the one piece of equipment he cannot go without. We even got to meet Crouton who is his lovable Pomeranian which solidified his "Dogs or Cats" question.This is a true hero of industry story and it was an honor to have Robert share about his adventures and it is exciting to see what comes next!Enjoy the journey and remember to keep asking why. Guest: Robert Cooke - CTO and Founder at 3ForgeIndustry War Story Submission: Send us a DM!FacebookInstagramHost: Chris GraingerExecutive Producer: Adam SheetsPodcast Editor: Andi Thrower
Watch this episode on YouTube: https://youtu.be/BcFCuM-BvAk This Week's Guest is Computer Science Expert, Robert Cooke Robert Cooke is the Founder and Principal Architect at 3Forge, a New York-based provider of data virtualization and visualization technology. 3Forge has achieved significant growth over the years as a result of increasing demand for its award-winning, web-based browser AMI platform. Robert […]
In this episode we look at the way one Fintech company is amplifying the process of developing enterprise applications. Robert Cooke, Founder and CTO at 3forge joined us to talk about building a framework focused on the financial industry to improve the way humans interact with data and increase reusability of code.
Data is not a cost - it is an asset! The surge of data available to industrial manufacturing has been moving at an exponential rate. Industrial 4.0, smart manufacturing and IIoT can make the best engineers feel like they are drinking from a fire hydrant. Robert Cooke is on a mission to help people connect with data in a meaningful way.In this thought provoking conversation Robert shares how he founded 3 Forge with the idea of building a full stack platform that puts the most important information in front of people when they need it the most. He shares how there are three ways to engage with data: asking, reacting and inputting. Robert unpacks a ton of insight into how Complex Event Processing engines interact with multiple streams of data to create screens that make sense to the users in the moment. For those wanting to learn how to begin a career in this sector he shares impactful advice on the programs and classes that will put you on the best path. Hint - if you love math pay attention as that will be a huge factor for success.As you think about the data at your facility consider how it is being utilized. For most there is an opportunity to optimize and through solutions like 3Forge that reality is hitting the plant floor. Grab a notebook and sit back as Robert connects the dots between people and data in this powerful idea episode.Enjoy and keep asking why! Guest: Robert Cooke - CTO and Founder at 3ForgeIndustry War Story Submission: Send us a DM!FacebookInstagramHost: Chris GraingerExecutive Producer: Adam SheetsPodcast Editor: Andi Thrower
Robert is the Founder and CTO of 3Forge, a tech company that works with IoT applications to provide data aggregation and modeling solutions. 3Forge is currently utilized by one of the world's largest crypto platforms as well as ranking #1 in data management for financial institutions. In addition, 3Forge is currently used by 3 of the world's 5 largest banks. With nearly two decades of experience in IT, Robert has a wealth of knowledge across the industry and would love to chat about: Why companies do not need to be spending 70% of their tech budget on maintaining legacy softwareHow firms can address annual IT increases and what can be done to bend the curveHow companies are using IoT to gather some of their most valuable dataHow will data become more of an asset than a liability?Hardware is faster than ever, how come my applications are not?How crypto platforms are using data management to prevent outages and stay available for tradinghttps://www.3forge.com
Ever since he was a little kid, Robert Cooke always had a fascination with computers. Even when he was super young, when he didn't know much about them, he was still intrigued by this magic box. At the same time, he loved legos - but found it very expensive to expand his lego set. To contrast that, he could build as big as he wanted within a computer - and he was hooked. He built video games, explored databases, and even an accounting system in his teens.As he started validating a new idea, Robert visited a number of top tier banks and looked for consistency in the problem they were facing. He found a starting point to build out a data platform, to enable his three pillars of data delivery.This is the creation story of 3Forge.SponsorsImmediateOrbitPostmarkStytchVerb DataWebapp.ioLinksWebsite: https://www.3forge.com/LinkedIn: https://www.linkedin.com/in/robert-cooke-a7835b69/Support this podcast at — https://redcircle.com/code-story/donationsAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacy
In a world where technology is constantly changing and the number of applications that are in use is growing every day is there one solution that can help you simplify it all into one easy-to-use location? This is a huge problem that is only getting bigger, so we sat down with Robert Cooke; the CTO and Founder of 3Forge to understand how his company is solving this problem for some of the world's biggest companies.Check out the full interview at the businesstalklibrary.com/interviews. #businesstalklibrary #accounting #finance #businesscontent #content
Whether it's for capability or speed, your legacy systems will need to be replaced at some point. But how you handle that transition will determine your overall success. If you're not careful, you might end up dealing with two separate systems. Listen to our conversation with Robert Cooke, CTO & Founder of 3Forge to learn his perspective on how to implement unified solutions in IT. Hear the Answers to these Questions: What are noteworthy data and analytics trends today? How do we balance the combined challenge of an increase in IT costs and a reduction in budget? Is it possible to create IT solutions that parallel the direction of the market? More information about Robert and today's topics: LinkedIn Profile: https://www.linkedin.com/in/robert-cooke-a7835b69/#experience Company Website: https://3forge.com/products.html Additional Resources: Read: The Rise of the Cloud Data Platform and Index-Driven Data Lake Watch: Why and How Log Analytics Makes Cloud Operations Smarter Read: The Multi-Model Database Dilemma To make sure you never miss an episode of Data Legends: Stories from the IT Trenches, follow on Google, Apple Podcasts, Spotify, our website, or anywhere you get podcasts.
In this episode, we discuss challenges related to data acquisition and management in systems with dispersed sources and ultra-low latency requirements. We also explore the uses and limits of low-code systems as companies strive to empower their domain experts to create their own applications. Our guest today is Robert Cooke, CTO and founder of 3forge. 3forge empowers developers with a hybrid low-code development platform used to rapidly build enterprise applications that require real-time streaming data. IoT ONE is an IoT focused research and advisory firm. We provide research to enable you to grow in the digital age. Our services include market research, competitor information, customer research, market entry, partner scouting, and innovation programs. For more information, please visit iotone.com
Robert Cooke, Founder & CTO at 3forge discusses how AI/ML transforms fuzzy information into readable, intelligent data, the massive uptick around compliance and security, and his definition of data virtualization and its importance.
Part 2 of 3. 19-year-old Rachel Cooke's disappearance consumed her father, Robert Cooke. While the month following saw incredible activity in the form of searches from incredibly valuable Texas-based organizations and The Williamson County Sheriff's Office, that activity dwindled as the year went on. New composite sketches and heightened media presence due to the Cooke family's persistence seemed like promising prospects. But even after what might be the largest search and recovery operation the county had ever seen, the efforts fell short and there still wasn't a trace of Rachel Cooke to be found. If you have any information about the disappearance of Rachel Louise Cooke, please contact the Williamson County Sheriff's Office at (512) 948-2911 or their cold case tip line at (512) 943-5204.If you are able, please donate to help our friend Arlene hire a private investigator to find the killer of her uncle and best friend, Leon Laureles, at gofundme.com/f/leon-laureles-private-detective-and-memorialPlease consider donating to the Fort Worth Cold Case Support Group at fwpdcoldcasesupport.orgYou can donate to law enforcement investigations that need funding or upload your DNA into a database used only for law enforcement investigations at DNAsolves.comIf you don't have DNA data from a consumer testing site, you can get a kit at connect.DNAsolves.comYou can support gone cold and listen ad-free at patreon.com/gonecoldpodcastFind us on Facebook, Twitter, and Instagram by using @gonecoldpodcast and on YouTube at youtube.com/c/gonecoldpodcast#WhereIsRachelCooke #JusticeForRachelCooke #Georgetown #GeorgetownTX #WilliamsonCountyTX #Texas #TX #GoneCold #GoneColdPodcast #TexasTrueCrime #TrueCrime #TrueCrimePodcast #Podcast #ColdCase #UnsolvedMysteries #MissingPerson #Missing #Vanished #Disappeared
Rev. Robert Cooke is director of community outreach at Queen's College in St. John's