You Might Be Throwing Away the Healthiest Part of Tinned Fish



Fact checked by Nick Blackmer

Bones in tinned fish are typically safe to eat.Credit: DustyPixel / Getty Images
Bones in tinned fish are typically safe to eat.
Credit: DustyPixel / Getty Images
  • Tinned fish bones become tender due to high-heat canning and are usually safe to eat.
  • People with swallowing issues or GERD should avoid eating canned fish bones.
  • Tinned fish provides essential nutrients like calcium and omega-3s, promoting longevity.

Once considered a wartime staple or a protein to have on hand in case of an emergency, tinned fish is now featured in everything from charcuterie boards to spreads. However, are the bones in these little delicacies safe to eat, or do these tiny fish need to be deboned?

Are The Bones Safe?

Typically, tinned fish undergoes a high-heat, high-pressure canning process that softens their bones to the point where they’re easily chewable and digestible. “This process breaks down the calcium structure, making the bones tender and safe for consumption,” Rima Kleiner, MS, RD, a registered dietitian and voice of Dish on Fish, told Health.

Due to their softened texture, the bones are generally safe, but there are exceptions. “I don’t recommend whole canned bones for anyone with post-radiation swallowing issues, unmanaged GERD, or children under age 3,” Louisa Mason, MS, RDN, LDN, CSCS, sports dietitian and strength coach at Revive Sports Recovery, told Health.

“I often advise clients to mash sardines or salmon with lemon juice to further break down any remaining structure before eating,” she added.

What Happens in the Canning Process

When canning tinned fish, manufacturers use a process called retort sterilization, which heats the fish under pressure to over 240 degrees Fahrenheit. “This not only kills pathogens but softens collagen and minerals in the bones,” Mason said.

The bones become chalky and pliable, much like how slow-cooked marrow becomes spoonable. It also improves texture and nutrient availability.

Here’s how canning affects some specific types of tinned fish:

  • Sardines and anchovies: These small fish have delicate, fine bones to begin with. During canning, the bones get to the point of near disintegration, making them safe, edible, and even enjoyable for most people, according to Kleiner. The result? Bones that practically melt into the flesh, adding a subtle texture and a boost of calcium, phosphorus, and vitamin D.
  • Salmon: As a larger fish, its bones—especially the pin bones—are more noticeable. During pressure canning, the bones soften significantly, though they may retain a bit more structure than those in sardines or anchovies. “These softened bones are entirely edible and contribute to the creamy texture of canned salmon,” said Kleiner.

Are the Bones Good For You?

Tinned fish are some of the most efficient dietary sources of bioavailable calcium, Mason said. Plus, the canned bones contain boron, a trace mineral important for estrogen metabolism and bone retention.

Tinned fish is one of the most overlooked functional foods for active and aging populations, Mason said. It combines protein, omega-3s, calcium, selenium, and even coenzyme Q10, all in a shelf-stable format.

In a 2024 study, researchers found that people who eat tinned fish may actually live longer than those who don’t. In another study, scientists found that eating canned sardines is more effective at promoting health and longevity than taking a fish oil supplement. It also helped people get more omega-3s.

While research is ongoing, preliminary studies suggest that eating tinned fish may reduce the risk of certain cancers. In a 2022 study, researchers found that eating tinned fish may protect people from colorectal cancer as much as fresh fish.

Not only is tinned fish affordable, but it’s also easy to prepare and packed with protein. “Plus, these tinned seafood items are a flavorful, nutrient-rich protein perfect for snacking straight from the can or adding to salads, pastas, and pizzas," Kleiner said. They’re loaded with nutrients essential for strong bones, a resilient immune system, and brain health, she said.

“I advise clients to eat it two to four times weekly, varying between sardines, wild salmon, and anchovies to diversify micronutrient intake and minimize exposure to heavy metals," Mason added.

When You Might Want to Avoid Them

Some people avoid eating the bones in tinned fish because they have texture aversions or a bone phobia. “If someone has a sensitivity to texture, a digestive condition, or is on a low-calcium diet, they might prefer to remove the bones," Kleiner said.

You also should avoid eating the bones if:

  • The fish is not from a trusted source or looks under-processed, Mason said. To know for sure, the bones should yield easily under fork pressure.
  • You have chronic kidney disease. You should monitor phosphorus intake, which can be elevated in canned bones, said Mason.
  • You have difficulty swallowing (dysphagia) and gastrointestinal issues.
  • You are pregnant, to ensure you are limiting your exposure to mercury.

But from a safety standpoint, they’re not harmful; it’s just a matter of personal preference. “Unless you’re dealing with a specific medical concern or a strong texture aversion, those tiny bones are not only safe, they’re also a bonus,” Kleiner said.



Source link

Leave a Reply

Subscribe to Our Newsletter

Get our latest articles delivered straight to your inbox. No spam, we promise.

Recent Reviews


Frontend vs Backend – Table of Content

What is frontend?

In web development, frontend refers to the user interface and the user experience of the web application. It focuses on the development of the visual aspects of the web application through which the users can interact like the functionality, design and the layout. The person involved in the frontend development of the website is called the front end developer.

What is Backend?

In web development, backend refers to the server side development of the web application. It focuses on building the application logics, databases and servers. It helps the developer to communicate with the database, save, retrieve and delete data. The person involved in the backend development of the website is called the backend developer.

Frontend and backend are very essential in web development. Users can see the frontend part of the website and can interact with it like design, texts, images, videos and navigation menu while the backend cannot be seen and cannot be interacted with. The primary difference between the frontend and backend is that the frontend indicates how a web page looks whereas the backend indicates how the website works. That is, the front end is the client side and the backend is the server side. Both of them would interact with each other and operate effectively as a single unit to enhance the functionality of the website.

Front End Vs Back End:

Skills required for Frontend web development:

Technical Skills: Front end developers need to possess skills in HTML, CSS and Javascript.

  • HTML: for building the structure of the webpage
  • CSS: for styling the web pages
  • Javascript: for adding the interactivity to the web pages

Snowflake Training

  • Master Your Craft
  • Lifetime LMS & Faculty Access
  • 24/7 online expert support
  • Real-world & Project Based Learning

Frameworks and Libraries: Front end developers must possess skills in anyone of the below frameworks and libraries.

Testing frameworks and methodologies: Frontend developers should have good knowledge on the testing frameworks and methodologies like Enzyme, Jest or Cypress to make sure that web pages are working correctly.
Version control system: They must have knowledge on version control systems such as Git to manage the code and coordinate with the other developers.

Frontend developers should also have a good understanding of responsive design principles that ensures the website is displayed correctly on distinct devices, Design skills for creating appealing and user friendly web pages, Idea on Cross browser compatibility to make sure that their web pages display and function correctly on various browsers, etc.

Skills required for Backend web development

Programming languages: Backend developer must have proficiency in any one of the server side programming languages like

  • Python
  • Node.js
  • PHP
  • Ruby on Rails

Databases: Backend developers should be proficient with the databases like

  • MySQL
  • MongoDB
  • PostgreSQL
  • And must have a good knowledge on data structures and algorithms.

Backend frameworks: Backend developer must have proficiency in any one of these frameworks like

  • Express.js
  • Django
  • Laravel
  • Flask

Testing frameworks and methodologies: Backend developers should have good knowledge on the testing frameworks and methodologies like

  • Pytest
  • Jest
  • Mocha
  • Backend developers must also have skills on API design and implementation to expose backend functionality to front-end applications, server administration and deployment skills to configure web servers, setup databases, and deploy databases, and also must be able to take steps to secure the backend application.

Generals, frontend-vs-backend-description-0, Generals, frontend-vs-backend-description-1

Subscribe to our YouTube channel to get new updates..!

Testing methodologies for frontend & backend

To make sure that the developed application is reliable, functional and secure, we need to use some testing methodologies in frontend as well as backend development. Although the skills required for frontend and backend development are different, the testing principles are the same.

  • Unit testing: In frontend development, for every individual component like menus, buttons, input fields unit testing is performed. Frameworks like Mocha/Jest are used in frontend development to automate and execute unit testing on codebase. Even in backend development, unit testing is used to test every function and the code component. Frameworks like JUnit, Mockito or PyTest are used in backend development to automate and execute unit testing on codebase.
  • Integration testing: In frontend development, Integration testing is used to verify the interaction between the components. Frameworks like Cypress or Selenium are used to test integration of components in frontend integration testing. Integration testing in backend development is used to test if the backend components like server and database work correctly together. Frameworks like Spring test/testNG are used in the backend integration testing.
  • In frontend development, we even perform performance testing to check whether the website is loading quickly and performing well. Tools like Google Lighthouse/Webpage Test are used for testing the website performance. Whereas in Backend development, security testing plays an important role in protecting the application from vulnerabilities. Tools like OWASP ZAP/Burp Suite are used to test the security vulnerabilities.

Collaboration Between Frontend and Backend Development Teams

To ensure that the website is developed efficiently, collaboration between the frontend and backend development team is very important. Although the responsibilities and expertise of both frontend and backend developers are different, they need to work together to create a seamless and secure experience for the users.

Snowflake Training

Weekday / Weekend Batches

Security concerns in front end and back end development

To ensure the security of the website or application, both frontend and backend developers are responsible. User inputs must be validated and sanitised by Frontend developers to prevent cross site scripting and various other attacks. They also need to implement secure authorization and authentication techniques to protect the user data. While the backend developers must ensure that server-side code is secure and is not vulnerable to the attacks like cross-site request forgery, SQL injection, etc. To protect the sensitive data, backend developers also need to implement secure data storage and transition.

Career prospects for frontend and backend development

As businesses are continuing to invest in the development of mobile and web applications, there is a huge demand for both frontend and backend developers. In India, a frontend developer’s salary ranges in between 3 Lakhs to 11.4 Lakhs per annum while the backend developer’s salary ranges in between 3.5 Lakhs to 17 Lakhs per annum.

Either you are willing to become a frontend developer or backend developer, you need to possess attention to detail, problem solving skills, and the ability to work in a team environment. As the developers seek the ways to create an efficient and seamless experience for the users, the future of web development is likely to get integration between frontend and backend technologies. Now Fullstack development frameworks like MERN/MEAN are used by developers for both frontend and backend development. Developers are also using serverless architectures to focus on writing code instead of managing infrastructures. Serverless architecture is used by both frontend and backend development to build microservices.

Conclusion:
In this blog we have compared both frontend and backend development. Now we know the differences between frontend and backend, skills required for frontend and backend, their salaries and career prospects. We hope you found this information useful. For more blogs on various frontend and backend technologies, stay tuned!.

Related Article:

Front End Technologies



Source link