Soyuliasoyulia.hashnode.dev·Aug 21, 2024[프로그래머스] 다리를 지나는 트럭💡문제 분석 요약 -- 문제 -- 입력 : bridge_length,weight, truck_weights 트럭 여러 대가 강을 가로지르는 일차선 다리를 정해진 순으로 건너기 bridge_length: 다리에 올라갈 수 있는 최대 트럭 수 weight : 다리가 견딜 수 있는 무게 다리에 완전히 오르지 않은 트럭의 무게는 무시 truck_weights: 트럭 별 무게 💡알고리즘 설계 함수를 이용하여 매개변수 입력 시간초기화,...Programmers
Nabeelmarketingbynabeelkkc.hashnode.dev·Aug 1, 2024How Programmers Help Digital MarketersIn the rapidly evolving world of digital marketing, having a programmer on your team can make a significant difference. While digital marketers focus on crafting compelling content, engaging audiences, and analyzing campaign performance, programmers ...Programmers
Nile Bitsnilebits.hashnode.dev·Jul 21, 2024Why AI Can’t Replace Programmers: The Limits of Machine LearningRecent years have seen enormous advancements in artificial intelligence (AI), which has revolutionized several industries and our way of life at work. Software development is one field where AI has had a particularly significant influence. The emerge...Data Dependency
ALBERT KENYI APAZA CCALLEalbertapaza.hashnode.dev·Jul 5, 2024Testing Management Tools comparative : GitHub ActionsIntroduction GitHub Actions serves as a continuous integration and continuous deployment (CI/CD) platform automating tasks like build, test, and deployment within a GitHub repository. Workflows can be configured to trigger specific actions whenever e...Programmers
Mritunjay Kumarcodecomponents.hashnode.dev·Jun 26, 2024Data Type in C#In C#, a data type defines what kind of value a variable can hold. Data types are essential in any programming language because they decide what operations can be done on the data and how the data is stored in memory. In c# there are 3 type's of data...1 like·49 readsC#
Prakhar Vermaprakharverma.hashnode.dev·Jun 17, 20247 Essential Habits Every Programmer Should DevelopAs a programmer, achieving peak productivity and professional success isn't just about technical skills—it's also about cultivating effective habits. Inspired by Stephen R. Covey's timeless principles from "The 7 Habits of Highly Effective People," t...1 likecode
Dhanush Ndhanushnehru.hashnode.dev·Jun 13, 2024Super useful console.log tricksWhen developing, debugging or troubleshooting web applications, console.log is one of the most frequently used tools by developers. It offers a straightforward method for outputting data to the console, which helps in understanding code execution and...10 likesJavaScript
Raymond Hieu Tranraymondhieutran.com·May 11, 2024Discover Your Purpose As A ProgrammerLife Wasn't That Good As Expected Last November marked a significant milestone for me—my first "birthday" in Australia. After 6 years of hard work and dedication, I achieved one of the biggest accomplishments of my life: obtaining my Australia PR as ...72 readsLegends Of Tech JourneyCareer
shakyapreetitechguru1.hashnode.dev·Apr 19, 2024The Complete Full Stack Developer's JourneyIntroduction In today's rapidly evolving digital landscape, full stack development has emerged as a coveted skill set, offering developers the ability to create end-to-end solutions and seamlessly bridge the gap between frontend and backend technolog...fullstack
Alice Musukwaamusukwa.hashnode.dev·Apr 2, 2024Hello Programming!Introduction to Programming? In my very first programming class in University, the lecturer defined programming as a set of instructions that defined how a certain task is performed by a computer. Upon hearing the idea of instructing something to per...software development