code like a girl 2020-11-09 22:17 A guide to ensuring DevOps readiness Think about the expectations an organization has for its developers and operations team. To the developers, they say, “build fast, build... code like a girl 2020-11-09 22:17 5 ways SharePoint development transforms your organization into a digital workplace With the recent changes in everyone’s lifestyle due to COVID-19, huge people... code like a girl 2020-11-03 02:40 Dear Talent Sourcer… I am writing this in the open, in the hopes that maybe other Talent Sourcers will read this story and make their own conclusions. I will... code like a girl 2020-10-28 04:00 Bringing business and IT together with low-code platforms Building apps of tomorrowIntroductionA business team has a phenomenal idea to...
code like a girl 2020-10-27 03:05 Obtaining AllenNLP Coreference Resolution Readable Clusters in Python AllenNLP in Python for human-readable clusters.AllenNLP’s Coreference Resolution is an amazing tool to find the complex relationship between the ‘signifier’ and the ‘signified’,i.e., which expression or phrase...
code like a girl 2020-10-26 19:05 STEM Education: Cost & Resources The costs of a STEM education can be a difficult hurdle to cross for any woman looking to enter the tech industry. The average four-year technical degree tracts that cost between $45,000 and $60,000 — without the...
code like a girl 2020-10-20 22:29 Technology stacks for the post-pandemic era Businesses across industries have taken major hits in 2020. Laying off employees, implementing salary cuts, reducing operational costs, and slashing budgets — organizations are gearing up for any possible economic...
code like a girl 2020-10-17 04:11 Low Code vs. Traditional Development Low Code has become an important ingredient in enabling businesses to adapt to their changing environments quickly. It can be used in multiple scenarios to propel efficiency and act as a supplementary force for...
code like a girl 2020-10-17 04:10 DIY Google Home Assistant Materials Needed:Micro SD Card (at least 8GB)Raspberry Pi 3B+ (including a power cord)Google AIY Voice KitKeyboardMouseStep 0: Assemble Voice KitVoice Kit comes with instructions that walks you through setting up...
code like a girl 2020-10-08 17:05 How To Increase Your Visibility As A Developer Via Your Personal Brand A complete guide to how and why you could go about creating your online presencePhoto by Felicia Buitenwerf on UnsplashRegardless of whether you want to be a full stack developer, a Kotlin expert, a DevOps engineer,...
code like a girl 2020-10-08 17:04 Mobile application development: 35 terms you should know In 2019, people downloaded 204 billion mobile applications worldwide. With consumers adopting more digital tools and channels to carry out their everyday tasks, this number is set to rise exponentially in the...
code like a girl 2020-10-08 17:04 Notes from Virtual Grace Hopper Celebration 2020 — Together we build Notes from Virtual Grace Hopper Celebration 2020 — Together we buildLast week, I had the great opportunity to join the Virtual Grace Hopper Celebration as a note-taker volunteer. Virtual Grace Hopper Celebration...
code like a girl 2020-10-08 17:04 11 Best Big Data Analytics Tools In 2020 Fundamentals of marketing are consistent, everyone loves insights as these numerical patterns can deliver the most fail-safe way to ensure that companies make the right move for operating more efficiently and where to...
code like a girl 2020-09-29 14:43 The role of custom apps in digital transformation A Tech Pro survey revealed that about 70% of businesses already have a digital transformation strategy in place, or are in the process of developing one. Not only does it drive business growth, but also enables...
code like a girl 2020-09-28 20:29 DIY Robot Car Couple months ago I discovered Adabox, which is a subscription box for makers.I purchased Adabox 002, which is a project to built a robot car.What I loved about Adabox is that the box came with everything you need to...
code like a girl 2020-09-24 01:58 I built a robot that paints my nails https://medium.com/media/aecb6e02c87218f852c9d121aee9be6b/hrefI believe engineering should be fun, tech should help people with different abilities and bodies and failure is part of every journey.Engineering should...
code like a girl 2020-09-16 01:28 MIPS Assembly Language Programming MIPS stands for “Microprocessor without interlocking pipeline stages”. MIPS processor is used in Sony, Cisco Routers, Laser Printers and so much more.Assembly Language Programming is a low level programming. One of...
code like a girl 2020-09-16 01:28 React Components’ Best practices and Performance Optimization Techniques Here in this tutorial, you’ll be learning how you can evaluate the performance of your React components and further optimize them to gain a more performant React web app.Since its launch, Reach has changed the manner...
code like a girl 2020-09-10 19:28 Functional, load and performance and security testing. Functional, load, and performance and security testing.Functional testingThis type of testing involves the following:create/execute test suitesreport bugsfollow up the status of the bugs until the final resolution...
code like a girl 2020-09-10 19:28 Automation Test Automation software is the best way to increase the effectiveness, efficiency, and coverage of your software testing.Software tests have to be repeated often during development cycles to ensure quality. Every time...
code like a girl 2020-09-10 19:28 5 Cybersecurity Strategies to Assist Your Remote Workforce! With offices shifting to remote working due to the pandemic, ensuring the security of employees’ devices has become an issue of major concern these days. Today, it is important for businesses to take proper...
code like a girl 2020-09-10 19:27 How Node.js & PHP Work? Read Before You Start Technical Details & My ExperiencesIntroduction & My ExperienceEspecially on the web, the question of Node.js or PHP has been asked since the day Node.js released, which is 2009.Articles that published in much...
code like a girl 2020-09-10 19:27 10 Important Skills That Engineering Managers at Tech Companies Need 10 Important Skills That Engineering Managers at Tech Companies NeedThe skills needed to be a modern engineering managerPhoto by Bram Naus on UnsplashIf you have a look at job openings at tech companies today, you’ll...
code like a girl 2020-08-23 20:24 Advanced NLP frameworks, like BERT are in-tune with gender… Advanced NLP frameworks, like BERT are in-tune with gender biases!How do we learn? We learn by recognizing patterns in what input we receive. If I show you the image below and other images like it, and keep telling you...
code like a girl 2020-08-23 20:23 Stepping into Recursion Recursion 101 with JavaScriptWhat is recursion? Recursion is a function that calls itself.We’re used to functions calling other functions. In the case of recursion, instead of a different function, we call the same...