programming
(25)
Key factors while interviewing a Java programmer
The Java market is enormous. There are a lot of talented Java developers out there, and understanding how to interview them will help you make a successful hiring. With a 13 percen...
Livia Neisat · 3 weeks ago · 15Which Tech Tools Will Help You Learn Coding Cheaply
Today, software is all around us. The modern world is all about technology and software is in the middle of most technologies. You can accomplish so much when you learn how to code...
Stephanie Snyder · 24 May · 16 · 1A Roadmap To Thrive As A Big Data Engineer
Are you interested in the following areas: Information Technology Math Analytics Problem-solving Numbers, graphs, charts, etc. If yes! Then big data engineering could be...
aileenscott · 24 May · 56What are the top 10 frontend development languages in 2022?
What are the top 10 frontend development languages in 2022? Which programming languages will be most popular with frontend developers next year? What technologies and frameworks ar...
John Smith · 10 May · 13What are the Top 10 Python Frameworks for Web Development in 2022?
The future of web development, as we know it, is definitely influenced by Python. With the aid of the right tools, Python allows developers to create fast, secure and maintainable...
AnnaSharland · 28 January · 62Backend Web Development
Backend web development is one of the most essential and critical parts of web development. It is a very important part to power your website and giving it a purpose. Thus, if you...
Katherine · 26 January · 37So You Want To Be A Cloud Developer
What is Cloud Development? In a nutshell, it is software development, but focused on the cloud. Let me show you. When Netflix started in 1997, they only offered DVD rentals by mai...
Alex · 05 November 2020 · 20Golang Weekly Digest. September 11, 2020 In sandbox
Discussing Fuzzing in Go — A deep dive on the art of fuzzing (a type of testing for finding bugs by providing systems with random/'fuzzy' data) and a close look at the official fuz...
Alex · 11 September 2020 · 22What is an API?
The abbreviation API stands for Application Programming Interface and describes a programming interface. The connection is made at the source code level. APIs are used in many ap...
Alex · 28 August 2020 · 36Programming language Rust 1.46 released In sandbox
Release 1.46 of the system programming language Rust, founded by the Mozilla project, has been published. The language focuses on safe memory management, provides automatic memory...
Alex · 27 August 2020 · 47What is Kotlin? In sandbox
So what is Kotlin? So Kotlin is a modern programming language, and it has been inspired off of the languages that came before it -- Java, C#, Python. The creators of the language r...
Kelly · 27 June 2020 · 19Machine Learning Foundations: Part 10 - Using NLP to build a sarcasm classifier
Previous: Part 9 - Using the Sequencing APIs Over the last few parts, we haven't done much machine learning. Instead, we looked at how you can preprocess text data to get it ready...
Alex · 25 June 2020 · 289Machine Learning Foundations: Part 9 - Using the Sequencing APIs
In part 8: Introduction to Natural Language Processing, we looked at how you can tokenize words with simple APIs. This allowed you to turn words into numbers or tokens so that they...
Alex · 23 June 2020 · 40Machine Learning Foundations: Part 8 - Tokenization for Natural Language Processing
Previous Part 7 - Image augmentation and overfitting Up to now, you've learned how machine learning works and explored examples in computer vision by doing image classification, in...
Alex · 18 June 2020 · 69Machine Learning Foundations: Part 7 - Image augmentation and overfitting
Previous part 6 - Convolutional cats and dogs Over the last few articles, you've looked at convolutional neural networks and how they can be used for computer vision. You built cla...
Alex · 08 June 2020 · 25Machine Learning Foundations: Part 6 - Convolutional cats and dogs
Previous Part 5: Classifying real-world images In this part where we'll take what you've learned about convolutional neural networks in the previous few parts and apply them to a...
Alex · 04 June 2020 · 38